Skip to content

Commit 8b94e5a

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/8729426046039401601 [email protected] Bug: none Change-Id: I4e786f138bbc5eff09160aea8756276834bb05aa Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6072468 Reviewed-by: Jack Franklin <[email protected]> Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Jack Franklin <[email protected]>
1 parent 6ac2bba commit 8b94e5a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
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' : 'ace74159b9022b55627ff0881817be707e12afad',
27+
'chromium_browser_protocol_revision' : '56ac24cc4d67be24eee8014986058c646344339c',
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7824,6 +7824,10 @@ export const NativeFunctions = [
78247824
name: "setCaptureHandleConfig",
78257825
signatures: [["?config"]]
78267826
},
7827+
{
7828+
name: "setPreferredSinkId",
7829+
signatures: [["sinkId"]]
7830+
},
78277831
{
78287832
name: "MediaStreamEvent",
78297833
signatures: [["type","?eventInitDict"]]

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6257,14 +6257,16 @@
62576257
name: "column-rule-style",
62586258
property_methods: ["CSSValueFromComputedStyleInternal"],
62596259
field_group: "*",
6260-
field_template: "keyword",
6260+
field_template: "external",
6261+
include_paths: ["third_party/blink/renderer/core/style/gap_data_list.h"],
62616262
keywords: [
62626263
"none", "hidden", "inset", "groove", "outset", "ridge", "dotted",
62636264
"dashed", "solid", "double"
62646265
],
6265-
default_value: "none",
6266-
type_name: "EBorderStyle",
6266+
default_value: "GapDataList<EBorderStyle>::DefaultGapStyleDataList()",
6267+
type_name: "GapDataList<EBorderStyle>",
62676268
typedom_types: ["Keyword"],
6269+
converter: "ConvertGapDecorationStyleDataList",
62686270
invalidate: ["paint"],
62696271
},
62706272
{

0 commit comments

Comments
 (0)