Skip to content

Commit db40a04

Browse files
author
copybara-service
committed
deploy: 4c880be
1 parent fb3a33b commit db40a04

File tree

147 files changed

+4441
-3941
lines changed

Some content is hidden

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

147 files changed

+4441
-3941
lines changed

expected_grd_files.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,6 @@
794794
"front_end/ui/components/adorners/adorners.js",
795795
"front_end/ui/components/annotations/annotations.js",
796796
"front_end/ui/components/buttons/buttons.js",
797-
"front_end/ui/components/chrome_link/chrome_link.js",
798797
"front_end/ui/components/code_highlighter/code_highlighter.js",
799798
"front_end/ui/components/dialogs/dialogs.js",
800799
"front_end/ui/components/diff_view/diff_view.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: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,9 +3227,6 @@
32273227
"panels/application/ApplicationPanelSidebar.ts | applicationSidebarPanel": {
32283228
"message": "Application panel sidebar"
32293229
},
3230-
"panels/application/ApplicationPanelSidebar.ts | appManifest": {
3231-
"message": "Manifest"
3232-
},
32333230
"panels/application/ApplicationPanelSidebar.ts | backgroundServices": {
32343231
"message": "Background services"
32353232
},
@@ -3293,9 +3290,6 @@
32933290
"panels/application/ApplicationPanelSidebar.ts | manifest": {
32943291
"message": "Manifest"
32953292
},
3296-
"panels/application/ApplicationPanelSidebar.ts | manifestDescription": {
3297-
"message": "A manifest defines how your app appears on phone’s home screens and what the app looks like on launch."
3298-
},
32993293
"panels/application/ApplicationPanelSidebar.ts | noCookies": {
33003294
"message": "No cookies set"
33013295
},
@@ -3308,9 +3302,6 @@
33083302
"panels/application/ApplicationPanelSidebar.ts | noLocalStorage": {
33093303
"message": "No local storage detected"
33103304
},
3311-
"panels/application/ApplicationPanelSidebar.ts | noManifestDetected": {
3312-
"message": "No manifest detected"
3313-
},
33143305
"panels/application/ApplicationPanelSidebar.ts | noSessionStorage": {
33153306
"message": "No session storage detected"
33163307
},
@@ -3380,6 +3371,9 @@
33803371
"panels/application/AppManifestView.ts | appIdNote": {
33813372
"message": "Note: id is not specified in the manifest, start_url is used instead. To specify an App ID that matches the current identity, set the id field to {PH1} {PH2}."
33823373
},
3374+
"panels/application/AppManifestView.ts | appManifest": {
3375+
"message": "Manifest"
3376+
},
33833377
"panels/application/AppManifestView.ts | aUrlInTheManifestContainsA": {
33843378
"message": "A URL in the manifest contains a username, password, or port"
33853379
},
@@ -3455,6 +3449,9 @@
34553449
"panels/application/AppManifestView.ts | manifestCouldNotBeFetchedIsEmpty": {
34563450
"message": "Manifest could not be fetched, is empty, or could not be parsed"
34573451
},
3452+
"panels/application/AppManifestView.ts | manifestDescription": {
3453+
"message": "A manifest defines how your app appears on phone’s home screens and what the app looks like on launch."
3454+
},
34583455
"panels/application/AppManifestView.ts | manifestDisplayPropertyMustBeOne": {
34593456
"message": "Manifest 'display' property must be one of 'standalone', 'fullscreen', or 'minimal-ui'"
34603457
},
@@ -3479,6 +3476,9 @@
34793476
"panels/application/AppManifestView.ts | newNoteUrl": {
34803477
"message": "New note URL"
34813478
},
3479+
"panels/application/AppManifestView.ts | noManifestDetected": {
3480+
"message": "No manifest detected"
3481+
},
34823482
"panels/application/AppManifestView.ts | noPlayStoreIdProvided": {
34833483
"message": "No Play store ID provided"
34843484
},
@@ -6935,14 +6935,17 @@
69356935
"panels/elements/components/StylePropertyEditor.ts | selectButton": {
69366936
"message": "Add {propertyName}: {propertyValue}"
69376937
},
6938+
"panels/elements/ComputedStyleWidget.ts | filterUpdateAriaText": {
6939+
"message": "Filter applied: {PH1}. Total Results: {PH2}"
6940+
},
69386941
"panels/elements/ComputedStyleWidget.ts | group": {
69396942
"message": "Group"
69406943
},
69416944
"panels/elements/ComputedStyleWidget.ts | navigateToSelectorSource": {
69426945
"message": "Navigate to selector source"
69436946
},
69446947
"panels/elements/ComputedStyleWidget.ts | navigateToStyle": {
6945-
"message": "Navigate to style"
6948+
"message": "Navigate to styles"
69466949
},
69476950
"panels/elements/ComputedStyleWidget.ts | noMatchingProperty": {
69486951
"message": "No matching property"
@@ -12197,12 +12200,6 @@
1219712200
"panels/security/CookieControlsView.ts | siteReloadMessage": {
1219812201
"message": "To apply your updated controls, reload the page"
1219912202
},
12200-
"panels/security/CookieControlsView.ts | tpcdHeuristicsGrants": {
12201-
"message": "#tpcd-heuristics-grants"
12202-
},
12203-
"panels/security/CookieControlsView.ts | tpcdMetadataGrants": {
12204-
"message": "#tpcd-metadata-grants"
12205-
},
1220612203
"panels/security/CookieControlsView.ts | viewDetails": {
1220712204
"message": "View details"
1220812205
},

front_end/core/sdk/DebuggerModel.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export declare class DebuggerModel extends SDKModel<EventTypes> {
108108
*
109109
* Important: This iterator will not yield the "synchronous" part of the stack trace, only the async parent chain.
110110
*/
111-
iterateAsyncParents(stackTraceOrPausedDetails: Protocol.Runtime.StackTrace | DebuggerPausedDetails): AsyncGenerator<{
111+
iterateAsyncParents(stackTraceOrPausedDetails: Protocol.Runtime.StackTrace | Pick<DebuggerPausedDetails, 'asyncStackTrace' | 'asyncStackTraceId'>): AsyncGenerator<{
112112
stackTrace: Protocol.Runtime.StackTrace;
113113
target: Target;
114114
}>;
@@ -241,8 +241,8 @@ export declare class DebuggerPausedDetails {
241241
reason: Protocol.Debugger.PausedEventReason;
242242
auxData: Record<string, any> | undefined;
243243
breakpointIds: string[];
244-
asyncStackTrace: Protocol.Runtime.StackTrace | undefined;
245-
asyncStackTraceId: Protocol.Runtime.StackTraceId | undefined;
244+
asyncStackTrace?: Protocol.Runtime.StackTrace;
245+
asyncStackTraceId?: Protocol.Runtime.StackTraceId;
246246
constructor(debuggerModel: DebuggerModel, callFrames: Protocol.Debugger.CallFrame[], reason: Protocol.Debugger.PausedEventReason, auxData: Record<string, any> | undefined, breakpointIds: string[], asyncStackTrace?: Protocol.Runtime.StackTrace, asyncStackTraceId?: Protocol.Runtime.StackTraceId);
247247
private exception;
248248
private cleanRedundantFrames;

front_end/core/sdk/DebuggerModel.js

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22807,7 +22807,8 @@ var DebuggerModel = class _DebuggerModel extends SDKModel {
2280722807
* Important: This iterator will not yield the "synchronous" part of the stack trace, only the async parent chain.
2280822808
*/
2280922809
async *iterateAsyncParents(stackTraceOrPausedDetails) {
22810-
let stackTrace = stackTraceOrPausedDetails instanceof DebuggerPausedDetails ? {
22810+
const isPausedDetails = (details) => !("parent" in details) && !("parentId" in details);
22811+
let stackTrace = isPausedDetails(stackTraceOrPausedDetails) ? {
2281122812
callFrames: [],
2281222813
parent: stackTraceOrPausedDetails.asyncStackTrace,
2281322814
parentId: stackTraceOrPausedDetails.asyncStackTraceId

front_end/core/sdk/sdk.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/models/bindings/bindings.js

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

0 commit comments

Comments
 (0)