Skip to content

Commit 867cfd0

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/8700253823518138801 [email protected] Bug: none Change-Id: I53bc830d89a51826a2e0e3b679c468e1589d0daf Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7077480 Commit-Queue: Kim-Anh Tran <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
1 parent feb37e0 commit 867cfd0

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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': '679b33a98ae546ff521eee2ea28d8d5bf28872ba',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '95def559ccc2923335c72fabe03b48cefc5b0112',
27+
'chromium_browser_protocol_revision' : '76a8f4b60fc076cb95111041b636ebf814a70823',
2828

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

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9095,6 +9095,10 @@ export const NativeFunctions = [
90959095
name: "copyExternalImageToTexture",
90969096
signatures: [["source","destination","copySize"]]
90979097
},
9098+
{
9099+
name: "copyElementImageToTexture",
9100+
signatures: [["source","destination"]]
9101+
},
90989102
{
90999103
name: "setIndexBuffer",
91009104
signatures: [["buffer","format","?offset","?size"]]
@@ -9331,6 +9335,10 @@ export const NativeFunctions = [
93319335
name: "requestSession",
93329336
signatures: [["mode","?options"]]
93339337
},
9338+
{
9339+
name: "XRVisibilityMaskChangeEvent",
9340+
signatures: [["type","eventInitDict"]]
9341+
},
93349342
{
93359343
name: "XRWebGLLayer",
93369344
signatures: [["session","context","?layerInit"]]

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

0 commit comments

Comments
 (0)