Skip to content

Commit 2e32990

Browse files
devtools-ci-autoroll-builderDevtools-frontend LUCI CQ
authored andcommitted
Update Chrome (for Testing) PIN
Chromium pin updated to 144.0.7507.0 Roll created at https://cr-buildbucket.appspot.com/build/8699166660755863713 Bug: none Change-Id: I858eb8842088008c5a528842c89d10e4fdbece82 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/7116041 Owners-Override: Wolfgang Beyer <[email protected]> Reviewed-by: Alex Rudenko <[email protected]> Reviewed-by: Wolfgang Beyer <[email protected]> Commit-Queue: Wolfgang Beyer <[email protected]>
1 parent d429ba9 commit 2e32990

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ vars = {
4949
# Chrome version used for tests. It should be regularly updated to
5050
# match the Canary version listed here:
5151
# https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions.json
52-
'chrome': '144.0.7505.0',
52+
'chrome': '144.0.7507.0',
5353

5454
# 'magic' text to tell depot_tools that git submodules should be accepted but
5555
# but parity with DEPS file is expected.

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,10 @@ export const knownContextValues = new Set([
809809
'column-rule',
810810
'column-rule-break',
811811
'column-rule-color',
812+
'column-rule-edge-end-outset',
813+
'column-rule-edge-start-outset',
814+
'column-rule-interior-end-outset',
815+
'column-rule-interior-start-outset',
812816
'column-rule-outset',
813817
'column-rule-style',
814818
'column-rule-visibility-items',
@@ -3163,6 +3167,10 @@ export const knownContextValues = new Set([
31633167
'row-rule',
31643168
'row-rule-break',
31653169
'row-rule-color',
3170+
'row-rule-edge-end-outset',
3171+
'row-rule-edge-start-outset',
3172+
'row-rule-interior-end-outset',
3173+
'row-rule-interior-start-outset',
31663174
'row-rule-outset',
31673175
'row-rule-style',
31683176
'row-rule-visibility-items',

0 commit comments

Comments
 (0)