Skip to content

Commit 379a89d

Browse files
bmeurerDevtools-frontend LUCI CQ
authored andcommitted
[ve] Add missing context values.
Bug: 357571602 Change-Id: Iaf689da656b1eb9bf644a55f22608aa848f378b8 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6225259 Commit-Queue: Benedikt Meurer <[email protected]> Reviewed-by: Danil Somsikov <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]>
1 parent 4ad5379 commit 379a89d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,8 @@ export const knownContextValues = new Set([
13951395
'expose-internals',
13961396
'expression',
13971397
'extend-grid-lines',
1398+
'extend-grid-lines-false',
1399+
'extend-grid-lines-true',
13981400
'extension-storage',
13991401
'extension-storage-data',
14001402
'extension-storage-for-domain',
@@ -1781,6 +1783,7 @@ export const knownContextValues = new Set([
17811783
'item-1',
17821784
'item-2',
17831785
'ja',
1786+
'java-script',
17841787
'java-script-disabled',
17851788
'java-script-disabled-true',
17861789
'javascript',
@@ -3452,6 +3455,7 @@ export const knownContextValues = new Set([
34523455
'timeline-show-screenshots',
34533456
'timeline-show-settings-toolbar',
34543457
'timeline-status',
3458+
'timeline-third-party-dependencies',
34553459
'timeline-tree-current-thread',
34563460
'timeline-tree-group-by',
34573461
'timeline-user-has-opened-sidebar-once',

0 commit comments

Comments
 (0)