Skip to content

Commit 5efac90

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/8728429481384682481 [email protected] Bug: none Change-Id: Ifed7c9ea9ef13b19b147c0a134c6d4821abb41ba Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6095472 Bot-Commit: Devtools Autoroller <devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Simon Zünd <[email protected]> Reviewed-by: Simon Zünd <[email protected]>
1 parent 7111d83 commit 5efac90

File tree

5 files changed

+57
-26
lines changed

5 files changed

+57
-26
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' : 'd83e960b676d9b7761163445d6e514f70dcf2719',
27+
'chromium_browser_protocol_revision' : '583001dd8d3f318ea2f59fe620b46b29def9b1c9',
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: 28 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ export const generatedProperties = [
537537
"mask-repeat",
538538
"mask-size",
539539
"mask-type",
540+
"masonry-fill",
540541
"masonry-slack",
541542
"masonry-template-tracks",
542543
"masonry-track-end",
@@ -622,6 +623,7 @@ export const generatedProperties = [
622623
"ry",
623624
"scale",
624625
"scroll-behavior",
626+
"scroll-initial-target",
625627
"scroll-margin-block-end",
626628
"scroll-margin-block-start",
627629
"scroll-margin-bottom",
@@ -644,7 +646,6 @@ export const generatedProperties = [
644646
"scroll-snap-type",
645647
"scroll-start-block",
646648
"scroll-start-inline",
647-
"scroll-start-target",
648649
"scroll-start-x",
649650
"scroll-start-y",
650651
"scroll-timeline-axis",
@@ -2761,6 +2762,13 @@ export const generatedProperties = [
27612762
],
27622763
"name": "mask-type"
27632764
},
2765+
{
2766+
"keywords": [
2767+
"normal",
2768+
"reverse"
2769+
],
2770+
"name": "masonry-fill"
2771+
},
27642772
{
27652773
"keywords": [
27662774
"normal"
@@ -3392,6 +3400,13 @@ export const generatedProperties = [
33923400
],
33933401
"name": "scroll-behavior"
33943402
},
3403+
{
3404+
"keywords": [
3405+
"none",
3406+
"nearest"
3407+
],
3408+
"name": "scroll-initial-target"
3409+
},
33953410
{
33963411
"longhands": [
33973412
"scroll-margin-top",
@@ -3560,13 +3575,6 @@ export const generatedProperties = [
35603575
{
35613576
"name": "scroll-start-inline"
35623577
},
3563-
{
3564-
"keywords": [
3565-
"none",
3566-
"auto"
3567-
],
3568-
"name": "scroll-start-target"
3569-
},
35703578
{
35713579
"name": "scroll-start-x"
35723580
},
@@ -5531,6 +5539,12 @@ export const generatedPropertyValues = {
55315539
"alpha"
55325540
]
55335541
},
5542+
"masonry-fill": {
5543+
"values": [
5544+
"normal",
5545+
"reverse"
5546+
]
5547+
},
55345548
"masonry-slack": {
55355549
"values": [
55365550
"normal"
@@ -5884,6 +5898,12 @@ export const generatedPropertyValues = {
58845898
"smooth"
58855899
]
58865900
},
5901+
"scroll-initial-target": {
5902+
"values": [
5903+
"none",
5904+
"nearest"
5905+
]
5906+
},
58875907
"scroll-marker-group": {
58885908
"values": [
58895909
"none",
@@ -5957,12 +5977,6 @@ export const generatedPropertyValues = {
59575977
"proximity"
59585978
]
59595979
},
5960-
"scroll-start-target": {
5961-
"values": [
5962-
"none",
5963-
"auto"
5964-
]
5965-
},
59665980
"scrollbar-color": {
59675981
"values": [
59685982
"auto"

front_end/models/javascript_metadata/NativeFunctions.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7271,6 +7271,10 @@ export const NativeFunctions = [
72717271
name: "queryFeatureSupport",
72727272
signatures: [["feature"]]
72737273
},
7274+
{
7275+
name: "availability",
7276+
signatures: [["?options"]]
7277+
},
72747278
{
72757279
name: "rewrite",
72767280
signatures: [["input","?options"]]

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,6 +2221,7 @@ export const knownContextValues = new Set([
22212221
'mask-repeat',
22222222
'mask-size',
22232223
'mask-type',
2224+
'masonry-fill',
22242225
'masonry-slack',
22252226
'masonry-template-tracks',
22262227
'masonry-track',
@@ -2874,6 +2875,7 @@ export const knownContextValues = new Set([
28742875
'scripting',
28752876
'scroll',
28762877
'scroll-behavior',
2878+
'scroll-initial-target',
28772879
'scroll-into-view',
28782880
'scroll-margin',
28792881
'scroll-margin-block',

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,6 +3806,17 @@
38063806
default_value: "luminance",
38073807
invalidate: ["paint"],
38083808
},
3809+
{
3810+
name: "masonry-fill",
3811+
property_methods: ["CSSValueFromComputedStyleInternal"],
3812+
field_group: "*",
3813+
field_template: "keyword",
3814+
keywords: ["normal", "reverse"],
3815+
typedom_types: ["Keyword"],
3816+
default_value: "normal",
3817+
invalidate: ["layout"],
3818+
runtime_flag: "CSSMasonryLayout",
3819+
},
38093820
{
38103821
// TODO(crbug.com/343257585): We might need to alter the spec's grammar to accept
38113822
// normal | <length-percentage>. With normal, we use `1em` for slack size.
@@ -4807,6 +4818,17 @@
48074818
keywords: ["auto", "smooth"],
48084819
typedom_types: ["Keyword"],
48094820
},
4821+
{
4822+
name: "scroll-initial-target",
4823+
property_methods: ["CSSValueFromComputedStyleInternal"],
4824+
field_group: "*",
4825+
field_template: "keyword",
4826+
type_name: "EScrollInitialTarget",
4827+
default_value: "none",
4828+
keywords: ["none", "nearest"],
4829+
invalidate: ["layout"],
4830+
runtime_flag: "CSSScrollInitialTarget",
4831+
},
48104832
{
48114833
name: "scroll-margin-block-end",
48124834
property_methods: ["ParseSingleValue"],
@@ -5098,17 +5120,6 @@
50985120
},
50995121
runtime_flag: "CSSScrollStart",
51005122
},
5101-
{
5102-
name: "scroll-start-target",
5103-
property_methods: ["CSSValueFromComputedStyleInternal"],
5104-
field_group: "*",
5105-
field_template: "keyword",
5106-
type_name: "EScrollStartTarget",
5107-
default_value: "none",
5108-
keywords: ["none", "auto"],
5109-
invalidate: ["layout"],
5110-
runtime_flag: "CSSScrollStartTarget",
5111-
},
51125123
{
51135124
name: "scroll-timeline-axis",
51145125
property_methods: ["ParseSingleValue", "CSSValueFromComputedStyleInternal", "InitialValue"],

0 commit comments

Comments
 (0)