Skip to content

Commit 921b7aa

Browse files
author
copybara-service
committed
deploy: f7498bd
1 parent eab431e commit 921b7aa

File tree

235 files changed

+2161
-1369
lines changed

Some content is hidden

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

235 files changed

+2161
-1369
lines changed

expected_grd_files.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,7 @@
769769
"front_end/third_party/web-vitals/web-vitals.js",
770770
"front_end/trace_app.html",
771771
"front_end/ui/components/adorners/adorners.js",
772+
"front_end/ui/components/annotations/annotations.js",
772773
"front_end/ui/components/buttons/buttons.js",
773774
"front_end/ui/components/chrome_link/chrome_link.js",
774775
"front_end/ui/components/code_highlighter/code_highlighter.js",
@@ -803,7 +804,7 @@
803804
"front_end/ui/components/tree_outline/tree_outline.js",
804805
"front_end/ui/helpers/helpers.js",
805806
"front_end/ui/i18n/i18n.js",
806-
"front_end/ui/kit/cards/cards.js",
807+
"front_end/ui/kit/kit.js",
807808
"front_end/ui/legacy/components/color_picker/color_picker.js",
808809
"front_end/ui/legacy/components/cookie_table/cookie_table.js",
809810
"front_end/ui/legacy/components/data_grid/data_grid.js",

front_end/core/host/UserMetrics.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,6 @@ export declare enum IssueCreated {
670670
}
671671
export declare const enum DeveloperResourceLoaded {
672672
LOAD_THROUGH_PAGE_VIA_TARGET = 0,
673-
LOAD_THROUGH_PAGE_VIA_FRAME = 1,
674673
LOAD_THROUGH_PAGE_FAILURE = 2,
675674
LOAD_THROUGH_PAGE_FALLBACK = 3,
676675
FALLBACK_AFTER_FAILURE = 4,

front_end/core/host/UserMetrics.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.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/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: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,9 @@
13101310
"generated/Deprecation.ts | DataUrlInSvgUse": {
13111311
"message": "Support for data: URLs in SVGUseElement is deprecated and it will be removed in the future."
13121312
},
1313+
"generated/Deprecation.ts | ExampleBrowserProcessDeprecation": {
1314+
"message": "This is an example for showing the code required for a browser process reported deprecation."
1315+
},
13131316
"generated/Deprecation.ts | Fledge": {
13141317
"message": "The Protected Audience API is deprecated and will be removed in a future release."
13151318
},
@@ -1397,9 +1400,6 @@
13971400
"generated/Deprecation.ts | PrefixedVideoSupportsFullscreen": {
13981401
"message": "HTMLVideoElement.webkitSupportsFullscreen is deprecated. Please use Document.fullscreenEnabled instead."
13991402
},
1400-
"generated/Deprecation.ts | PrivacySandboxExtensionsAPI": {
1401-
"message": "We're deprecating the API chrome.privacy.websites.privacySandboxEnabled, though it will remain active for backward compatibility until release M113. Instead, please use chrome.privacy.websites.topicsEnabled, chrome.privacy.websites.fledgeEnabled and chrome.privacy.websites.adMeasurementEnabled. See https://developer.chrome.com/docs/extensions/reference/privacy/#property-websites-privacySandboxEnabled."
1402-
},
14031403
"generated/Deprecation.ts | RangeExpand": {
14041404
"message": "Range.expand() is deprecated. Please use Selection.modify() instead."
14051405
},
@@ -1424,6 +1424,12 @@
14241424
"generated/Deprecation.ts | SharedArrayBufferConstructedWithoutIsolation": {
14251425
"message": "SharedArrayBuffer will require cross-origin isolation. See https://developer.chrome.com/blog/enabling-shared-array-buffer/ for more details."
14261426
},
1427+
"generated/Deprecation.ts | SharedStorage": {
1428+
"message": "The Shared Storage API is deprecated and will be removed in a future release."
1429+
},
1430+
"generated/Deprecation.ts | StorageAccessAPI_requestStorageAccessFor_Method": {
1431+
"message": "document.requestStorageAccessFor is deprecated and will be removed. See https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/ for more details."
1432+
},
14271433
"generated/Deprecation.ts | TextToSpeech_DisallowedByAutoplay": {
14281434
"message": "speechSynthesis.speak() without user activation is deprecated and will be removed."
14291435
},
@@ -9371,6 +9377,9 @@
93719377
"panels/network/components/DirectSocketConnectionView.ts | general": {
93729378
"message": "General"
93739379
},
9380+
"panels/network/components/DirectSocketConnectionView.ts | joinedMulticastGroups": {
9381+
"message": "joinedMulticastGroups"
9382+
},
93749383
"panels/network/components/DirectSocketConnectionView.ts | openInfo": {
93759384
"message": "Open Info"
93769385
},
@@ -16550,6 +16559,12 @@
1655016559
"ui/components/issue_counter/IssueLinkIcon.ts | issueUnavailable": {
1655116560
"message": "Issue unavailable at this time"
1655216561
},
16562+
"ui/components/list/List.ts | edit": {
16563+
"message": "Edit"
16564+
},
16565+
"ui/components/list/List.ts | remove": {
16566+
"message": "Remove"
16567+
},
1655316568
"ui/components/markdown_view/CodeBlock.ts | code": {
1655416569
"message": "Code"
1655516570
},
@@ -17555,6 +17570,9 @@
1755517570
"ui/legacy/TabbedPane.ts | moveTabRight": {
1755617571
"message": "Move right"
1755717572
},
17573+
"ui/legacy/TabbedPane.ts | panelContainsAnnotation": {
17574+
"message": "This panel has one or more annotations"
17575+
},
1755817576
"ui/legacy/TabbedPane.ts | previewFeature": {
1755917577
"message": "Preview feature"
1756017578
},

front_end/core/protocol_client/protocol_client.js

Lines changed: 32 additions & 31 deletions
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,9 @@ interface DevToolsIndividualRequestThrottling {
239239
export interface DevToolsEnableDurableMessages {
240240
enabled: boolean;
241241
}
242+
interface HostConfigAiAssistanceContextSelectionAgent {
243+
enabled: boolean;
244+
}
242245
/**
243246
* The host configuration that we expect from the DevTools back-end.
244247
*
@@ -288,6 +291,7 @@ export type HostConfig = Platform.TypeScriptUtilities.RecursivePartial<{
288291
devToolsStartingStyleDebugging: DevToolsStartingStyleDebugging;
289292
devToolsAiPromptApi: AiPromptApi;
290293
devToolsEnableDurableMessages: DevToolsEnableDurableMessages;
294+
devToolsAiAssistanceContextSelectionAgent: HostConfigAiAssistanceContextSelectionAgent;
291295
}>;
292296
/**
293297
* The host configuration for this DevTools instance.

0 commit comments

Comments
 (0)