Skip to content

Commit 25ca2b9

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/8709041729556235617 R=devtools-waterfall-sheriff-onduty@rotations.google.com Bug: none Change-Id: I26f41057b42b221a5dc3ee194d2f4ec5484bd5a9 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6768601 Reviewed-by: Jack Franklin <jacktfranklin@chromium.org> Commit-Queue: Jack Franklin <jacktfranklin@chromium.org> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent d473ec5 commit 25ca2b9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

DEPS

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

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '1b4f8aac5b4658583e1deab8084ae14c0800f90e',
27+
'chromium_browser_protocol_revision' : 'ca7c5f8c835f4950cbcd604d8362f47d3a537519',
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
@@ -9926,7 +9926,7 @@ export namespace Network {
99269926

99279927
export const enum IPAddressSpace {
99289928
Loopback = 'Loopback',
9929-
Private = 'Private',
9929+
Local = 'Local',
99309930
Public = 'Public',
99319931
Unknown = 'Unknown',
99329932
}

front_end/third_party/chromium/README.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Dependencies sourced from the upstream `chromium` repository
22
URL: https://source.chromium.org/chromium/chromium/src/+/main:components/variations/proto/devtools/
33
Version: N/A
4-
Revision: 1b4f8aac5b4658583e1deab8084ae14c0800f90e
4+
Revision: ca7c5f8c835f4950cbcd604d8362f47d3a537519
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

third_party/blink/public/devtools_protocol/browser_protocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14845,7 +14845,7 @@
1484514845
"type": "string",
1484614846
"enum": [
1484714847
"Loopback",
14848-
"Private",
14848+
"Local",
1484914849
"Public",
1485014850
"Unknown"
1485114851
]

third_party/blink/public/devtools_protocol/browser_protocol.pdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7711,7 +7711,7 @@ domain Network
77117711
experimental type IPAddressSpace extends string
77127712
enum
77137713
Loopback
7714-
Private
7714+
Local
77157715
Public
77167716
Unknown
77177717

0 commit comments

Comments
 (0)