Skip to content

Commit 86fe788

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/8733140522139075889 [email protected] Bug: none Change-Id: Ib25e20422c5884b2531c6d4bad386af7fee67026 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/5964257 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Kateryna Prokopenko <[email protected]> Reviewed-by: Kateryna Prokopenko <[email protected]>
1 parent 48973b4 commit 86fe788

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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': 'ccf6613682a24413db28656da6f9c52948331bad',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '42bda51cd646c2fd54b4ec3d358a5bdbc70e276c',
27+
'chromium_browser_protocol_revision' : 'a1cb6cb69119adbaf9ee66c343a6074bb9fe1335',
2828

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

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11592,7 +11592,7 @@ export namespace Page {
1159211592
EncryptedMedia = 'encrypted-media',
1159311593
ExecutionWhileOutOfViewport = 'execution-while-out-of-viewport',
1159411594
ExecutionWhileNotRendered = 'execution-while-not-rendered',
11595-
FencedFrameUnpartitionedData = 'fenced-frame-unpartitioned-data',
11595+
FencedUnpartitionedStorageRead = 'fenced-unpartitioned-storage-read',
1159611596
FocusWithoutUserActivation = 'focus-without-user-activation',
1159711597
Fullscreen = 'fullscreen',
1159811598
Frobulate = 'frobulate',

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17199,7 +17199,7 @@
1719917199
"encrypted-media",
1720017200
"execution-while-out-of-viewport",
1720117201
"execution-while-not-rendered",
17202-
"fenced-frame-unpartitioned-data",
17202+
"fenced-unpartitioned-storage-read",
1720317203
"focus-without-user-activation",
1720417204
"fullscreen",
1720517205
"frobulate",

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8095,7 +8095,7 @@ domain Page
80958095
encrypted-media
80968096
execution-while-out-of-viewport
80978097
execution-while-not-rendered
8098-
fenced-frame-unpartitioned-data
8098+
fenced-unpartitioned-storage-read
80998099
focus-without-user-activation
81008100
fullscreen
81018101
frobulate

0 commit comments

Comments
 (0)