Skip to content

Commit ab1c6cc

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Roll browser-protocol
This roll requires a manual review. See http://go/reviewed-rolls for guidance. In case of failures or errors, reach out to someone from config/owner/COMMON_OWNERS. Roll created at https://cr-buildbucket.appspot.com/build/8720513571262228561 [email protected] Bug: none Change-Id: Ic44927cebb8aebb9c133cf04dd4108b4ad5855a0 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6351797 Reviewed-by: Paul Irish <[email protected]> Commit-Queue: Danil Somsikov <[email protected]>
1 parent 23f287b commit ab1c6cc

File tree

6 files changed

+7
-3
lines changed

6 files changed

+7
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vars = {
2424
'inspector_protocol_revision': '940abfc668be2591483f7132145593c6a047f3cf',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'fb69fec587ce7fb6649c9bcd58c5999348976be6',
27+
'chromium_browser_protocol_revision' : '407f3a036ee21e205185c9389d362661950ddb48',
2828

2929
'clang_format_url': 'https://chromium.googlesource.com/external/github.com/llvm/llvm-project/clang/tools/clang-format.git',
3030
'clang_format_revision': '37f6e68a107df43b7d7e044fd36a13cbae3413f2',

front_end/generated/InspectorBackendCommands.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/generated/protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12944,6 +12944,7 @@ export namespace Page {
1294412944
RequestedByWebViewClient = 'RequestedByWebViewClient',
1294512945
PostMessageByWebViewClient = 'PostMessageByWebViewClient',
1294612946
CacheControlNoStoreDeviceBoundSessionTerminated = 'CacheControlNoStoreDeviceBoundSessionTerminated',
12947+
CacheLimitPruned = 'CacheLimitPruned',
1294712948
}
1294812949

1294912950
/**

front_end/panels/application/components/BackForwardCacheStrings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,4 +704,5 @@ export const NotRestoredReasonDescription = {
704704
WebViewSafeBrowsingAllowlistChanged: {name: i18n.i18n.lockedLazyString('WebViewSafeBrowsingAllowlistChanged')},
705705
WebViewDocumentStartJavascriptChanged: {name: i18n.i18n.lockedLazyString('WebViewDocumentStartJavascriptChanged')},
706706
CacheControlNoStoreDeviceBoundSessionTerminated: {name: i18nLazyString(UIStrings.cacheControlNoStore)},
707+
CacheLimitPruned: {name: i18n.i18n.lockedLazyString('CacheLimitPruned')},
707708
};

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19280,7 +19280,8 @@
1928019280
"EmbedderExtensionSentMessageToCachedFrame",
1928119281
"RequestedByWebViewClient",
1928219282
"PostMessageByWebViewClient",
19283-
"CacheControlNoStoreDeviceBoundSessionTerminated"
19283+
"CacheControlNoStoreDeviceBoundSessionTerminated",
19284+
"CacheLimitPruned"
1928419285
]
1928519286
},
1928619287
{

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9911,6 +9911,7 @@ domain Page
99119911
RequestedByWebViewClient
99129912
PostMessageByWebViewClient
99139913
CacheControlNoStoreDeviceBoundSessionTerminated
9914+
CacheLimitPruned
99149915

99159916
# Types of not restored reasons for back-forward cache.
99169917
experimental type BackForwardCacheNotRestoredReasonType extends string

0 commit comments

Comments
 (0)