Skip to content

Commit d141150

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[ve] Add missing known context values.
Bug: 357571602 Change-Id: Iae14c3d55740583ffad15cff533b291023470c39 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6110730 Auto-Submit: Benedikt Meurer <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Commit-Queue: Alina Varkki <[email protected]> Reviewed-by: Alina Varkki <[email protected]>
1 parent 6400380 commit d141150

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ export const knownContextValues = new Set([
480480
'automatically-ignore-list-known-third-party-scripts',
481481
'auxclick',
482482
'avif-format-disabled',
483+
'avif-format-disabled-true',
483484
'az',
484485
'back',
485486
'back-forward-cache',
@@ -1597,6 +1598,7 @@ export const knownContextValues = new Set([
15971598
'help.release-notes',
15981599
'help.report-issue',
15991600
'help.show-release-note',
1601+
'help.show-release-note-false',
16001602
'helvetica',
16011603
'heuristic-link',
16021604
'heuristic-mitigation-disabled',
@@ -2572,6 +2574,7 @@ export const knownContextValues = new Set([
25722574
'periodic-background-sync',
25732575
'periodic-sync-tag',
25742576
'persistence-network-overrides-enabled',
2577+
'persistence-network-overrides-enabled-true',
25752578
'perspective',
25762579
'perspective-origin',
25772580
'picture-in-picture',
@@ -3107,9 +3110,11 @@ export const knownContextValues = new Set([
31073110
'show-grid-areas-true',
31083111
'show-grid-line-labels',
31093112
'show-grid-line-labels-line-names',
3113+
'show-grid-line-labels-none',
31103114
'show-grid-track-sizes',
31113115
'show-grid-track-sizes-true',
31123116
'show-html-comments',
3117+
'show-html-comments-false',
31133118
'show-inherited-computed-style-properties',
31143119
'show-issue-associated-with-this',
31153120
'show-layout-shift-regions',

0 commit comments

Comments
 (0)