Skip to content

Commit 19b6da1

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

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
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' : '8c29dd7a6c9b72170056d95cafa4130e50eb0968',
27+
'chromium_browser_protocol_revision' : 'b84b48370f6a6f313109ec2d46e89096c7f347ed',
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/SupportedCSSProperties.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ export const generatedProperties = [
638638
"rotate",
639639
"row-gap",
640640
"row-rule-break",
641+
"row-rule-outset",
641642
"ruby-align",
642643
"ruby-position",
643644
"rx",
@@ -3517,6 +3518,10 @@ export const generatedProperties = [
35173518
],
35183519
"name": "row-rule-break"
35193520
},
3521+
{
3522+
"inherited": false,
3523+
"name": "row-rule-outset"
3524+
},
35203525
{
35213526
"inherited": true,
35223527
"keywords": [

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2881,6 +2881,7 @@ export const knownContextValues = new Set([
28812881
'rotate',
28822882
'row-gap',
28832883
'row-rule-break',
2884+
'row-rule-outset',
28842885
'rp-id',
28852886
'rpId',
28862887
'ru',

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6484,6 +6484,18 @@
64846484
invalidate: ["paint"],
64856485
runtime_flag: "CSSGapDecoration",
64866486
},
6487+
{
6488+
name: "row-rule-outset",
6489+
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
6490+
inherited: false,
6491+
field_group: "*",
6492+
field_template: "<length>",
6493+
default_value: "Length::Percent(50.0)",
6494+
typedom_types: ["Length", "Percentage"],
6495+
converter: "ConvertLength",
6496+
invalidate: ["paint"],
6497+
runtime_flag: "CSSGapDecoration",
6498+
},
64876499
{
64886500
name: "column-rule-color",
64896501
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal", "ColorIncludingFallback"],

0 commit comments

Comments
 (0)