Skip to content

Commit 87f2450

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/8722869088775870897 [email protected] Bug: none Change-Id: I0a8889920f1d197b00d298a89a893dadc6bb27dc Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6273302 Commit-Queue: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Nikolay Vitkov <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Reviewed-by: Nikolay Vitkov <[email protected]>
1 parent a3d4eb7 commit 87f2450

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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': '940abfc668be2591483f7132145593c6a047f3cf',
2525

2626
# Keeping track of the last time we rollerd the browser protocol files.
27-
'chromium_browser_protocol_revision' : 'c9f005d567c3e308b38aa8a1ab46a4d3c68f2325',
27+
'chromium_browser_protocol_revision' : '70733890e6ccd273c88472fd5823612501a5d0fe',
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7071,7 +7071,7 @@ export const NativeFunctions = [
70717071
},
70727072
{
70737073
name: "setValueAndClosePopup",
7074-
signatures: [["numberValue","stringValue"]]
7074+
signatures: [["numberValue","stringValue","?is_keyboard_event"]]
70757075
},
70767076
{
70777077
name: "setValue",

third_party/blink/renderer/core/css/css_properties.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3622,6 +3622,7 @@
36223622
name: "interactivity",
36233623
property_methods: ["CSSValueFromComputedStyleInternal"],
36243624
inherited: true,
3625+
independent: true,
36253626
field_group: "*",
36263627
field_template: "keyword",
36273628
keywords: ["auto", "inert"],

0 commit comments

Comments
 (0)