Skip to content

Commit 877668b

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/8729516643097474561 [email protected] Bug: none Change-Id: I04c96a6dbe967b3ca11d2ca20053c18ceef4aeea Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6069507 Commit-Queue: Alex Rudenko <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Alex Rudenko <[email protected]>
1 parent c47a8ca commit 877668b

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': '69d69ddf3aa698b171886551a4a672c5af1ad902',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : '916da53c106d47be747bc6123114182bbe1af2f9',
27+
'chromium_browser_protocol_revision' : 'f1703b2a0fbf050b205ae2c3d2dd1e877197b98c',
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,7 @@ export namespace DOM {
38443844
Checkmark = 'checkmark',
38453845
Before = 'before',
38463846
After = 'after',
3847-
SelectArrow = 'select-arrow',
3847+
PickerIcon = 'picker-icon',
38483848
Marker = 'marker',
38493849
Backdrop = 'backdrop',
38503850
Column = 'column',

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5761,7 +5761,7 @@
57615761
"checkmark",
57625762
"before",
57635763
"after",
5764-
"select-arrow",
5764+
"picker-icon",
57655765
"marker",
57665766
"backdrop",
57675767
"column",

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2743,7 +2743,7 @@ domain DOM
27432743
checkmark
27442744
before
27452745
after
2746-
select-arrow
2746+
picker-icon
27472747
marker
27482748
backdrop
27492749
column

0 commit comments

Comments
 (0)