Skip to content

Commit a788e4e

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

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
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': 'bdc11c1d3130b92e0986f38f2e58f93cc5a674a8',
2525

2626
# Keeping track of the last time we rolled the browser protocol files.
27-
'chromium_browser_protocol_revision' : '6958fb530c5d8db5558dddb2ac73592398f12be4',
27+
'chromium_browser_protocol_revision' : '5a47c6ec19db7f87f16d03c63431adad77816226',
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ export const generatedProperties = [
492492
"font-variation-settings",
493493
"font-weight",
494494
"forced-color-adjust",
495-
"gap-rule-paint-order",
495+
"gap-rule-overlap",
496496
"grid-auto-columns",
497497
"grid-auto-flow",
498498
"grid-auto-rows",
@@ -2518,7 +2518,7 @@ export const generatedProperties = [
25182518
"row-over-column",
25192519
"column-over-row"
25202520
],
2521-
"name": "gap-rule-paint-order"
2521+
"name": "gap-rule-overlap"
25222522
},
25232523
{
25242524
"longhands": [
@@ -5790,7 +5790,7 @@ export const generatedPropertyValues = {
57905790
"preserve-parent-color"
57915791
]
57925792
},
5793-
"gap-rule-paint-order": {
5793+
"gap-rule-overlap": {
57945794
"values": [
57955795
"row-over-column",
57965796
"column-over-row"

front_end/third_party/chromium/README.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Name: Dependencies sourced from the upstream `chromium` repository
22
URL: https://source.chromium.org/chromium/chromium/src/+/main:components/variations/proto/devtools/
33
Version: N/A
4-
Revision: 6958fb530c5d8db5558dddb2ac73592398f12be4
4+
Revision: 5a47c6ec19db7f87f16d03c63431adad77816226
55
Update Mechanism: Manual (https://crbug.com/428069060)
66
License: BSD-3-Clause
77
License File: LICENSE

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,7 @@ export const knownContextValues = new Set([
16821682
'galaxy-z-fold-5',
16831683
'gamma',
16841684
'gap',
1685+
'gap-rule-overlap',
16851686
'gap-rule-paint-order',
16861687
'garamond',
16871688
'gen-ai-settings-panel',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6494,7 +6494,7 @@
64946494
invalidate: ["layout", "paint"],
64956495
},
64966496
{
6497-
name: "gap-rule-paint-order",
6497+
name: "gap-rule-overlap",
64986498
property_methods: ["CSSValueFromComputedStyleInternal"],
64996499
inherited: false,
65006500
field_group: "*",

0 commit comments

Comments
 (0)