Skip to content

Commit d16abd4

Browse files
author
copybara-service
committed
deploy: 7583289
1 parent 26027a7 commit d16abd4

130 files changed

Lines changed: 1469 additions & 1003 deletions

File tree

Some content is hidden

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

expected_grd_files.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
"front_end/Images/flex-no-wrap.svg",
149149
"front_end/Images/flex-wrap.svg",
150150
"front_end/Images/flow.svg",
151+
"front_end/Images/flowsheet.svg",
151152
"front_end/Images/fold-more.svg",
152153
"front_end/Images/folder-asterisk.svg",
153154
"front_end/Images/folder-off.svg",

front_end/Images/Images.js

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

front_end/Images/Images.prebundle.js

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

front_end/Images/flowsheet.svg

Lines changed: 1 addition & 0 deletions
Loading

front_end/Images/src/flowsheet.svg

Lines changed: 1 addition & 0 deletions
Loading

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: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@
323323
"core/sdk/NetworkManager.ts | noContentForRedirect": {
324324
"message": "No content available because this request was redirected"
325325
},
326+
"core/sdk/NetworkManager.ts | noContentForSSE": {
327+
"message": "Content for Server-Sent Events (SSE) is currently not supported"
328+
},
326329
"core/sdk/NetworkManager.ts | noContentForWebSocket": {
327330
"message": "Content for WebSockets is currently not supported"
328331
},
@@ -3215,6 +3218,27 @@
32153218
"panels/ai_assistance/components/ExportForAgentsDialog.ts | saveAsMarkdown": {
32163219
"message": "Save as…"
32173220
},
3221+
"panels/ai_assistance/components/OptInChangeDialog.ts | gotIt": {
3222+
"message": "Got it"
3223+
},
3224+
"panels/ai_assistance/components/OptInChangeDialog.ts | integrationPoint": {
3225+
"message": "AI assistance is now integrated with Application and Lighthouse panels, and pulls context from data sources simultaneously"
3226+
},
3227+
"panels/ai_assistance/components/OptInChangeDialog.ts | manageSettings": {
3228+
"message": "Manage in settings"
3229+
},
3230+
"panels/ai_assistance/components/OptInChangeDialog.ts | privacyDisclaimer": {
3231+
"message": "Chat messages, data accessible for this site via DevTools panels and Web APIs, and items you select such as network requests, files, and performance traces are sent to Google and may be seen by human reviewers to improve this feature. This is an experimental AI feature and won’t always get it right."
3232+
},
3233+
"panels/ai_assistance/components/OptInChangeDialog.ts | privacyDisclaimerEnterpriseNoLogging": {
3234+
"message": "Chat messages, data accessible for this site via DevTools panels and Web APIs, and items you select such as network requests, files, and performance traces are sent to Google. The content submitted to and generated by this feature will not be used to improve Google’s AI models. This is an experimental AI feature and won’t always get it right."
3235+
},
3236+
"panels/ai_assistance/components/OptInChangeDialog.ts | title": {
3237+
"message": "AI assistance just got better"
3238+
},
3239+
"panels/ai_assistance/components/OptInChangeDialog.ts | widgetPoint": {
3240+
"message": "Use widgets to verify results or jump to source data for select debugging cases"
3241+
},
32183242
"panels/ai_assistance/components/WalkthroughView.ts | close": {
32193243
"message": "Close"
32203244
},
@@ -6647,9 +6671,6 @@
66476671
"panels/common/common.ts | cancel": {
66486672
"message": "Cancel"
66496673
},
6650-
"panels/common/CopyChangesToPrompt.ts | responseCopiedToClipboard": {
6651-
"message": "Response copied to clipboard"
6652-
},
66536674
"panels/common/DOMLinkifier.ts | node": {
66546675
"message": "<node>"
66556676
},
@@ -6891,7 +6912,7 @@
68916912
"message": "Console prompt"
68926913
},
68936914
"panels/console/ConsolePrompt.ts | selfXssWarning": {
6894-
"message": "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type {PH1} below and press Enter to allow pasting."
6915+
"message": "Warning: Don’t paste code into the DevTools Console that you don’t understand or haven’t reviewed yourself. This could allow attackers to steal your identity or take control of your computer. Please type {PH1} below and press Enter to allow pasting."
68956916
},
68966917
"panels/console/ConsoleSidebar.ts | dErrors": {
68976918
"message": "{n, plural, =0 {No errors} =1 {# error} other {# errors}}"
@@ -7712,6 +7733,9 @@
77127733
"panels/elements/elements-meta.ts | copyStyles": {
77137734
"message": "Copy styles"
77147735
},
7736+
"panels/elements/elements-meta.ts | cssAnimationsOnlyWhenAnimationsTabOpen": {
7737+
"message": "Show animation styles only when the Animations tab is open"
7738+
},
77157739
"panels/elements/elements-meta.ts | CSSDocumentationTooltip": {
77167740
"message": "CSS documentation tooltip"
77177741
},
@@ -12738,7 +12762,7 @@
1273812762
"message": "Delete recording"
1273912763
},
1274012764
"panels/recorder/RecorderController.ts | doNotImport": {
12741-
"message": "Don't import recordings you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type ''{PH1}'' below to allow importing."
12765+
"message": "Don't import recordings you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type {PH1} below to allow importing."
1274212766
},
1274312767
"panels/recorder/RecorderController.ts | doYouTrustThisCode": {
1274412768
"message": "Do you trust this recording?"
@@ -12798,7 +12822,7 @@
1279812822
"message": "Toggle code view"
1279912823
},
1280012824
"panels/recorder/RecorderController.ts | typeAllowImporting": {
12801-
"message": "Type ''{PH1}''"
12825+
"message": "Type {PH1}"
1280212826
},
1280312827
"panels/screencast/ScreencastApp.ts | toggleScreencast": {
1280412828
"message": "Toggle screencast"
@@ -13475,6 +13499,21 @@
1347513499
"panels/settings/AISettingsTab.ts | aIAnnotationsFeatureDescription": {
1347613500
"message": "Automatically generate titles for performance trace annotations"
1347713501
},
13502+
"panels/settings/AISettingsTab.ts | aiAssistanceDescriptionV2": {
13503+
"message": "Get context-aware help on the inspected page"
13504+
},
13505+
"panels/settings/AISettingsTab.ts | aiAssistanceThingsToConsiderNoLoggingV2": {
13506+
"message": "To generate explanations, chat messages, data accessible for this site via DevTools panels and Web APIs, and items you select such as network requests, files, and performance traces are sent to Google. The content you submit and that is generated by this feature will not be used to improve Google’s AI models. This is an experimental AI feature and won’t always get it right."
13507+
},
13508+
"panels/settings/AISettingsTab.ts | aiAssistanceThingsToConsiderV2": {
13509+
"message": "To generate explanations, chat messages, data accessible for this site via DevTools panels and Web APIs, and items you select such as network requests, files, and performance traces are sent to Google and may be seen by human reviewers to improve this feature. This is an experimental AI feature and won’t always get it right."
13510+
},
13511+
"panels/settings/AISettingsTab.ts | aiAssistanceWhenOnItem1V2": {
13512+
"message": "Debug styling, network, performance, source code, accessibility and storage issues with DevTools AI assistance"
13513+
},
13514+
"panels/settings/AISettingsTab.ts | aiAssistanceWhenOnItem2V2": {
13515+
"message": "Follow the agent's reasoning step-by-step and quickly jump to the relevant source data"
13516+
},
1347813517
"panels/settings/AISettingsTab.ts | asYouTypeCodeSuggestions": {
1347913518
"message": "As you type in the Console or Sources panel, you’ll get code suggestions. Press Tab to accept one."
1348013519
},
@@ -17910,7 +17949,7 @@
1791017949
"message": "{PH1} lines, {PH2} characters selected"
1791117950
},
1791217951
"ui/legacy/components/source_frame/SourceFrame.ts | doNotPaste": {
17913-
"message": "Don't paste code you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type ''{PH1}'' below to allow pasting."
17952+
"message": "Don't paste code you do not understand or have not reviewed yourself into DevTools. This could allow attackers to steal your identity or take control of your computer. Please type {PH1} below to allow pasting."
1791417953
},
1791517954
"ui/legacy/components/source_frame/SourceFrame.ts | doYouTrustThisCode": {
1791617955
"message": "Do you trust this code?"
@@ -17931,7 +17970,7 @@
1793117970
"message": "Source"
1793217971
},
1793317972
"ui/legacy/components/source_frame/SourceFrame.ts | typeAllowPasting": {
17934-
"message": "Type ''{PH1}''"
17973+
"message": "Type {PH1}"
1793517974
},
1793617975
"ui/legacy/components/source_frame/XMLView.ts | find": {
1793717976
"message": "Find"

front_end/core/sdk/NetworkManager.js

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

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

0 commit comments

Comments
 (0)