Skip to content

Commit 9a298a2

Browse files
author
copybara-service
committed
deploy: ab0bdbc
1 parent e23933e commit 9a298a2

File tree

92 files changed

+2972
-2733
lines changed

Some content is hidden

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

92 files changed

+2972
-2733
lines changed

front_end/core/host/InspectorFrontendHostStub.js

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

front_end/core/host/InspectorFrontendHostStub.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/host/host.js

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

front_end/core/host/host.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.

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: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5993,12 +5993,12 @@
59935993
"panels/common/BadgeNotification.ts | manageSettings": {
59945994
"message": "Manage settings"
59955995
},
5996+
"panels/common/BadgeNotification.ts | noThanks": {
5997+
"message": "No thanks"
5998+
},
59965999
"panels/common/BadgeNotification.ts | receiveBadges": {
59976000
"message": "Turn on badges"
59986001
},
5999-
"panels/common/BadgeNotification.ts | remindMeLater": {
6000-
"message": "Remind me later"
6001-
},
60026002
"panels/common/BadgeNotification.ts | starterBadgeAwardMessageNoGdpProfile": {
60036003
"message": "You earned the {PH1} badge for the {PH2}! Create a profile to claim your badge."
60046004
},
@@ -6014,6 +6014,9 @@
60146014
"panels/common/common.ts | cancel": {
60156015
"message": "Cancel"
60166016
},
6017+
"panels/common/CopyChangesToPrompt.ts | responseCopiedToClipboard": {
6018+
"message": "Response copied to clipboard"
6019+
},
60176020
"panels/common/DOMLinkifier.ts | node": {
60186021
"message": "<node>"
60196022
},

front_end/core/protocol_client/protocol_client.js

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: 2 additions & 2 deletions
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
@@ -214,9 +214,6 @@ interface LiveEdit {
214214
interface DevToolsFlexibleLayout {
215215
verticalDrawerEnabled: boolean;
216216
}
217-
interface DevToolsStartingStyleDebugging {
218-
enabled: boolean;
219-
}
220217
interface AiPromptApi {
221218
enabled: boolean;
222219
allowWithoutGpu: boolean;
@@ -274,7 +271,6 @@ export type HostConfig = Platform.TypeScriptUtilities.RecursivePartial<{
274271
devToolsGdpProfilesAvailability: GdpProfilesAvailability;
275272
devToolsLiveEdit: LiveEdit;
276273
devToolsFlexibleLayout: DevToolsFlexibleLayout;
277-
devToolsStartingStyleDebugging: DevToolsStartingStyleDebugging;
278274
devToolsAiPromptApi: AiPromptApi;
279275
devToolsEnableDurableMessages: DevToolsEnableDurableMessages;
280276
devToolsAiAssistanceContextSelectionAgent: HostConfigAiAssistanceContextSelectionAgent;

0 commit comments

Comments
 (0)