Skip to content

Commit 460272e

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/8707863968043965409 [email protected] Bug: none Change-Id: I1a87e5095e29df17bb677e0379324929b50fcd36 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6805031 Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Simon Zünd <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent fbee5a5 commit 460272e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
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': 'bdc11c1d3130b92e0986f38f2e58f93cc5a674a8',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'f3d9d624539518a2391eba672e028494e1ef8593',
27+
'chromium_browser_protocol_revision' : 'ad4fd54cc0c44b29f74b71a43e41ad874bd88a3f',
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/models/javascript_metadata/NativeFunctions.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6593,6 +6593,18 @@ export const NativeFunctions = [
65936593
name: "moveBefore",
65946594
signatures: [["node","child"]]
65956595
},
6596+
{
6597+
name: "patchBetween",
6598+
signatures: [["prev_child","next_child"]]
6599+
},
6600+
{
6601+
name: "patchAfter",
6602+
signatures: [["ref"]]
6603+
},
6604+
{
6605+
name: "patchBefore",
6606+
signatures: [["ref"]]
6607+
},
65966608
{
65976609
name: "QuotaExceededError",
65986610
signatures: [["?message","?options"]]

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: f3d9d624539518a2391eba672e028494e1ef8593
4+
Revision: ad4fd54cc0c44b29f74b71a43e41ad874bd88a3f
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

0 commit comments

Comments
 (0)