Skip to content

Commit fb3a33b

Browse files
author
copybara-service
committed
deploy: d4e9b44
1 parent 9f1a8a5 commit fb3a33b

File tree

233 files changed

+3973
-4080
lines changed

Some content is hidden

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

233 files changed

+3973
-4080
lines changed

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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4943,18 +4943,6 @@
49434943
"panels/application/preloading/components/PreloadingGrid.ts | status": {
49444944
"message": "Status"
49454945
},
4946-
"panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts | activationNavigationValue": {
4947-
"message": "Value in activation navigation"
4948-
},
4949-
"panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts | headerName": {
4950-
"message": "Header name"
4951-
},
4952-
"panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts | initialNavigationValue": {
4953-
"message": "Value in initial navigation"
4954-
},
4955-
"panels/application/preloading/components/PreloadingMismatchedHeadersGrid.ts | missing": {
4956-
"message": "(missing)"
4957-
},
49584946
"panels/application/preloading/components/PreloadingString.ts | PrefetchEvictedAfterBrowsingDataRemoved": {
49594947
"message": "The prefetch was discarded because browsing data was removed."
49604948
},
@@ -5231,6 +5219,9 @@
52315219
"panels/application/preloading/components/RuleSetGrid.ts | status": {
52325220
"message": "Status"
52335221
},
5222+
"panels/application/preloading/components/UsedPreloadingView.ts | activationNavigationValue": {
5223+
"message": "Value in activation navigation"
5224+
},
52345225
"panels/application/preloading/components/UsedPreloadingView.ts | badgeFailure": {
52355226
"message": "Failure"
52365227
},
@@ -5261,12 +5252,21 @@
52615252
"panels/application/preloading/components/UsedPreloadingView.ts | downgradedPrefetchUsed": {
52625253
"message": "The initiating page attempted to prerender this page's URL. The prerender failed, but the resulting response body was still used as a prefetch."
52635254
},
5255+
"panels/application/preloading/components/UsedPreloadingView.ts | headerName": {
5256+
"message": "Header name"
5257+
},
5258+
"panels/application/preloading/components/UsedPreloadingView.ts | initialNavigationValue": {
5259+
"message": "Value in initial navigation"
5260+
},
52645261
"panels/application/preloading/components/UsedPreloadingView.ts | learnMore": {
52655262
"message": "Learn more: Speculative loading on developer.chrome.com"
52665263
},
52675264
"panels/application/preloading/components/UsedPreloadingView.ts | mismatchedHeadersDetail": {
52685265
"message": "Mismatched HTTP request headers"
52695266
},
5267+
"panels/application/preloading/components/UsedPreloadingView.ts | missing": {
5268+
"message": "(missing)"
5269+
},
52705270
"panels/application/preloading/components/UsedPreloadingView.ts | noPreloads": {
52715271
"message": "The initiating page did not attempt to speculatively load this page's URL."
52725272
},

front_end/core/protocol_client/CDPConnection.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ export declare enum CDPErrorStatus {
3131
INTERNAL_ERROR = -32603,
3232
SERVER_ERROR = -32000,
3333
SESSION_NOT_FOUND = -32001,
34-
DEVTOOLS_STUB_ERROR = -32015
34+
DEVTOOLS_STUB_ERROR = -32015,
35+
DEVTOOLS_REHYDRATION_ERROR = -32016
3536
}
3637
export interface CDPError {
3738
code: CDPErrorStatus;

front_end/core/protocol_client/CDPConnection.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/core/protocol_client/CDPConnection.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/InspectorBackend.js

Lines changed: 4 additions & 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/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

Lines changed: 5 additions & 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.

0 commit comments

Comments
 (0)