Skip to content

Commit d0faac3

Browse files
author
copybara-service
committed
deploy: 3a2235b
1 parent 79df0a0 commit d0faac3

File tree

219 files changed

+4356
-2928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

219 files changed

+4356
-2928
lines changed

expected_grd_files.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@
392392
"front_end/models/ai_assistance/ai_assistance.js",
393393
"front_end/models/ai_code_completion/ai_code_completion.js",
394394
"front_end/models/ai_code_generation/ai_code_generation.js",
395+
"front_end/models/annotations/annotations.js",
395396
"front_end/models/autofill_manager/autofill_manager.js",
396397
"front_end/models/badges/badges.js",
397398
"front_end/models/bindings/bindings.js",
@@ -793,7 +794,6 @@
793794
"front_end/third_party/web-vitals/web-vitals.js",
794795
"front_end/trace_app.html",
795796
"front_end/ui/components/adorners/adorners.js",
796-
"front_end/ui/components/annotations/annotations.js",
797797
"front_end/ui/components/buttons/buttons.js",
798798
"front_end/ui/components/code_highlighter/code_highlighter.js",
799799
"front_end/ui/components/dialogs/dialogs.js",

front_end/core/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

front_end/core/i18n/locales/generated/collected-ui-strings.d

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

front_end/core/i18n/locales/generated/en-US.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7358,6 +7358,9 @@
73587358
"panels/elements/ElementsTreeElement.ts | removeScrollbars": {
73597359
"message": "Remove scrollbars"
73607360
},
7361+
"panels/elements/ElementsTreeElement.ts | reveal": {
7362+
"message": "reveal"
7363+
},
73617364
"panels/elements/ElementsTreeElement.ts | scrollIntoView": {
73627365
"message": "Scroll into view"
73637366
},
@@ -7649,9 +7652,6 @@
76497652
"panels/elements/StylesSidebarPane.ts | visibleSelectors": {
76507653
"message": "{n, plural, =1 {# visible selector listed below} other {# visible selectors listed below}}"
76517654
},
7652-
"panels/elements/TopLayerContainer.ts | reveal": {
7653-
"message": "reveal"
7654-
},
76557655
"panels/emulation/DeviceModeToolbar.ts | addDevicePixelRatio": {
76567656
"message": "Add device pixel ratio"
76577657
},

front_end/core/protocol_client/InspectorBackend.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export interface Message {
1818
method?: QualifiedName;
1919
params?: MessageParams | null;
2020
}
21-
interface EventMessage extends Message {
21+
export interface EventMessage extends Message {
2222
method: QualifiedName;
2323
params?: MessageParams | null;
2424
}

front_end/core/protocol_client/InspectorBackend.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/protocol_client/protocol_client.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/root/Runtime.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,28 +121,24 @@ export interface HostConfigFreestyler {
121121
multimodal?: boolean;
122122
multimodalUploadInput?: boolean;
123123
functionCalling?: boolean;
124-
featureName?: string;
125124
}
126125
export interface HostConfigAiAssistanceNetworkAgent {
127126
modelId: string;
128127
temperature: number;
129128
enabled: boolean;
130129
userTier: string;
131-
featureName?: string;
132130
}
133131
export interface HostConfigAiAssistancePerformanceAgent {
134132
modelId: string;
135133
temperature: number;
136134
enabled: boolean;
137135
userTier: string;
138-
featureName?: string;
139136
}
140137
export interface HostConfigAiAssistanceFileAgent {
141138
modelId: string;
142139
temperature: number;
143140
enabled: boolean;
144141
userTier: string;
145-
featureName?: string;
146142
}
147143
export interface HostConfigAiCodeCompletion {
148144
modelId: string;

front_end/core/root/Runtime.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/core/root/root.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)