Skip to content

Commit 59a7edb

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/8723627840385345617 [email protected] Bug: none Change-Id: I2d1a5ae138d4b6f05c913651aa6a1365886645c1 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6242574 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 894d416 commit 59a7edb

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-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' : '2fbbb8192970b1f612f3f2ddc716180adf2ea4ea',
27+
'chromium_browser_protocol_revision' : '8c29dd7a6c9b72170056d95cafa4130e50eb0968',
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ export const generatedProperties = [
423423
"column-gap",
424424
"column-rule-break",
425425
"column-rule-color",
426+
"column-rule-outset",
426427
"column-rule-style",
427428
"column-rule-width",
428429
"column-span",
@@ -630,6 +631,7 @@ export const generatedProperties = [
630631
"r",
631632
"range",
632633
"reading-flow",
634+
"reading-order",
633635
"resize",
634636
"result",
635637
"right",
@@ -1721,6 +1723,10 @@ export const generatedProperties = [
17211723
],
17221724
"name": "column-rule-color"
17231725
},
1726+
{
1727+
"inherited": false,
1728+
"name": "column-rule-outset"
1729+
},
17241730
{
17251731
"keywords": [
17261732
"none",
@@ -3470,6 +3476,9 @@ export const generatedProperties = [
34703476
],
34713477
"name": "reading-flow"
34723478
},
3479+
{
3480+
"name": "reading-order"
3481+
},
34733482
{
34743483
"keywords": [
34753484
"none",

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ export const knownContextValues = new Set([
763763
'column-rule',
764764
'column-rule-break',
765765
'column-rule-color',
766+
'column-rule-outset',
766767
'column-rule-style',
767768
'column-rule-width',
768769
'column-span',
@@ -2751,6 +2752,7 @@ export const knownContextValues = new Set([
27512752
'read-write',
27522753
'readiness-list-link',
27532754
'reading-flow',
2755+
'reading-order',
27542756
'readystatechange',
27552757
'rec-2020',
27562758
'recalc-style-count',

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4865,6 +4865,19 @@
48654865
invalidate: ["layout"],
48664866
runtime_flag: "CSSReadingFlow",
48674867
},
4868+
{
4869+
name: "reading-order",
4870+
interpolable: true,
4871+
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
4872+
field_group: "*",
4873+
field_template: "primitive",
4874+
typedom_types: ["Number"],
4875+
default_value: "0",
4876+
type_name: "int",
4877+
invalidate: ["layout"],
4878+
runtime_flag: "CSSReadingOrder",
4879+
valid_for_permission_element: true,
4880+
},
48684881
{
48694882
name: "resize",
48704883
property_methods: ["CSSValueFromComputedStyleInternal"],
@@ -6459,6 +6472,18 @@
64596472
invalidate: ["paint"],
64606473
runtime_flag: "CSSGapDecoration",
64616474
},
6475+
{
6476+
name: "column-rule-outset",
6477+
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal"],
6478+
inherited: false,
6479+
field_group: "*",
6480+
field_template: "<length>",
6481+
default_value: "Length::Percent(50.0)",
6482+
typedom_types: ["Length", "Percentage"],
6483+
converter: "ConvertLength",
6484+
invalidate: ["paint"],
6485+
runtime_flag: "CSSGapDecoration",
6486+
},
64626487
{
64636488
name: "column-rule-color",
64646489
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal", "ColorIncludingFallback"],

0 commit comments

Comments
 (0)