Skip to content

Commit 1edfffb

Browse files
jalonthomasDevtools-frontend LUCI CQ
authored andcommitted
Update and add known context values from Security panel
Bug: 375352611 Change-Id: I269341728b0426f944dcefdeb2e241619a8b8c18 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6099157 Reviewed-by: Danil Somsikov <[email protected]> Reviewed-by: Nancy Li <[email protected]> Commit-Queue: Jalon Thomas <[email protected]>
1 parent 99fe351 commit 1edfffb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

front_end/panels/security/CookieReportView.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export class CookieReportView extends UI.Widget.VBox {
392392
insight.tableEntryUrl ?
393393
insight.tableEntryUrl :
394394
'https://github.com/privacysandbox/privacy-sandbox-dev-support/blob/main/3pc-migration-readiness.md',
395-
i18nString(UIStrings.guidance), undefined, undefined, 'github-resource');
395+
i18nString(UIStrings.guidance), undefined, undefined, 'readiness-list-link');
396396

397397
return html`${i18n.i18n.getFormatLocalizedString(str_, UIStrings.gitHubResource, {
398398
PH1: githubLink,
@@ -402,7 +402,7 @@ export class CookieReportView extends UI.Widget.VBox {
402402
const gracePeriodLink = UI.XLink.XLink.create(
403403
'https://developers.google.com/privacy-sandbox/cookies/dashboard?url=' +
404404
(domain.charAt(0) === '.' ? domain.substring(1) : domain),
405-
i18nString(UIStrings.reportedIssues), undefined, undefined, 'grace-period');
405+
i18nString(UIStrings.reportedIssues), undefined, undefined, 'compatibility-lookup-link');
406406

407407
return html`${i18n.i18n.getFormatLocalizedString(str_, UIStrings.gracePeriod, {
408408
PH1: gracePeriodLink,

front_end/ui/visual_logging/KnownContextValues.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ export const knownContextValues = new Set([
758758
'command-editor',
759759
'command-input',
760760
'commit',
761+
'compatibility-lookup-link',
761762
'components.collect-garbage',
762763
'components.request-app-banner',
763764
'computed',
@@ -2639,6 +2640,7 @@ export const knownContextValues = new Set([
26392640
'prime-numbers',
26402641
'print',
26412642
'priority',
2643+
'privacy',
26422644
'privacy-notice',
26432645
'privacy-policy.console-insights',
26442646
'private-state-tokens',
@@ -2708,11 +2710,13 @@ export const knownContextValues = new Set([
27082710
'raw-headers-show-more',
27092711
'read-only',
27102712
'read-write',
2713+
'readiness-list-link',
27112714
'reading-flow',
27122715
'readystatechange',
27132716
'rec-2020',
27142717
'recalc-style-count',
27152718
'receive',
2719+
'recommendation',
27162720
'reconnect',
27172721
'record-allocation-stacks',
27182722
'recorder-panel-replay-extension',

0 commit comments

Comments
 (0)