[A11y] Updated lighthouse categories group [devtools/devtools-frontend : main]

0 views
Skip to first unread message

Guangyue Xu (Gerrit)

unread,
Jan 23, 2026, 12:15:09 PMJan 23
to Benedikt Meurer, devtools-rev...@chromium.org, lighthouse-en...@google.com
Attention needed from Benedikt Meurer

Guangyue Xu added 1 comment

Patchset-level comments
File-level comment, Patchset 3 (Latest):
Guangyue Xu . resolved

Hi Benedikt, could you help review this A11y bug fix in the lighthouse panel.

Thanks,
Gavin

Open in Gerrit

Related details

Attention is currently required from:
  • Benedikt Meurer
Submit Requirements:
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
Gerrit-Change-Number: 7508568
Gerrit-PatchSet: 3
Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
Gerrit-Reviewer: Benedikt Meurer <bme...@chromium.org>
Gerrit-Attention: Benedikt Meurer <bme...@chromium.org>
Gerrit-Comment-Date: Fri, 23 Jan 2026 17:15:06 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
unsatisfied_requirement
open
diffy

Benedikt Meurer (Gerrit)

unread,
Jan 23, 2026, 12:46:23 PMJan 23
to Guangyue Xu, devtools-rev...@chromium.org, lighthouse-en...@google.com
Attention needed from Guangyue Xu

Benedikt Meurer voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Guangyue Xu
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
Gerrit-Change-Number: 7508568
Gerrit-PatchSet: 3
Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
Gerrit-Reviewer: Benedikt Meurer <bme...@chromium.org>
Gerrit-Attention: Guangyue Xu <guang...@microsoft.com>
Gerrit-Comment-Date: Fri, 23 Jan 2026 17:46:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Guangyue Xu (Gerrit)

unread,
Jan 29, 2026, 5:57:58 PMJan 29
to Kim-Anh Tran, devtools-rev...@chromium.org, lighthouse-en...@google.com
Attention needed from Kim-Anh Tran

Guangyue Xu added 1 comment

Patchset-level comments
File-level comment, Patchset 4 (Latest):
Guangyue Xu . resolved

Hi Kim, could you help review this A11y fix in the lighthouse panel. Need two +1s to land this fix. Thanks.

Open in Gerrit

Related details

Attention is currently required from:
  • Kim-Anh Tran
Submit Requirements:
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: devtools/devtools-frontend
Gerrit-Branch: main
Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
Gerrit-Change-Number: 7508568
Gerrit-PatchSet: 4
Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
Gerrit-Reviewer: Benedikt Meurer <bme...@chromium.org>
Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
Gerrit-Attention: Kim-Anh Tran <kim...@chromium.org>
Gerrit-Comment-Date: Thu, 29 Jan 2026 22:57:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Kim-Anh Tran (Gerrit)

unread,
Feb 2, 2026, 1:55:04 AMFeb 2
to Guangyue Xu, devtools-rev...@chromium.org, lighthouse-en...@google.com
Attention needed from Guangyue Xu

Kim-Anh Tran added 3 comments

Patchset-level comments
Kim-Anh Tran . resolved

Hi Guangyue,

Thanks for the CL! I've added a comment 😊

File front_end/panels/lighthouse/LighthouseStartView.ts
Line 169, Patchset 4 (Latest): const checkboxFragment = UI.Fragment.Fragment.build`
Kim-Anh Tran . unresolved

We don't want to use `fragment`s anymore, please use LitHTML if you need HTML templates 😊.

Line 184, Patchset 4 (Latest): UI.Tooltip.Tooltip.install(inputElement, tooltip);
Kim-Anh Tran . unresolved

So as far as I understand, you are trying to set the tooltip on the input element. Instead of creating an input element directly, let's try to use what we have.

If we can't do that out of the box, maybe we need to change the `ToolbarSettingCheckbox` instead, to set the tooltip on top of the actual input element. It looks like `ToolbarSettingCheckbox` uses `CheckboxLabel` underneath, which has a create method. If we allow for setting a tooltip (via create), we can pass the tooltip to the input element, instead of installing it on the `ToolbarSettingCheckbox`. Would that work? The default tooltip can still be the same as the `text` as before, if no tooltip was passed (https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/front_end/ui/legacy/UIUtils.ts;l=1185;drc=b033422e587017e016b52f96d3ac02ed7b2f8dc2)

Open in Gerrit

Related details

Attention is currently required from:
  • Guangyue Xu
Submit Requirements:
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
    Gerrit-Change-Number: 7508568
    Gerrit-PatchSet: 4
    Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Benedikt Meurer <bme...@chromium.org>
    Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Attention: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Comment-Date: Mon, 02 Feb 2026 06:54:59 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Guangyue Xu (Gerrit)

    unread,
    Feb 4, 2026, 3:20:19 PMFeb 4
    to Simon Zünd, Devtools-frontend LUCI CQ, Kim-Anh Tran, devtools-rev...@chromium.org, lighthouse-en...@google.com
    Attention needed from Kim-Anh Tran and Simon Zünd

    Guangyue Xu added 1 comment

    File front_end/ui/legacy/UIUtils.ts
    Line 1183, Patchset 5: if (title !== undefined) {
    Kim-Anh Tran . unresolved

    We should also set the tooltip, if the `title` is undefined and the `tooltip` is defined

    Guangyue Xu

    Updated to set checkbox title from either tooltip or title inputs.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Kim-Anh Tran
    • Simon Zünd
    Submit Requirements:
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
    Gerrit-Change-Number: 7508568
    Gerrit-PatchSet: 7
    Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
    Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Attention: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Attention: Simon Zünd <szu...@chromium.org>
    Gerrit-Comment-Date: Wed, 04 Feb 2026 20:20:16 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Kim-Anh Tran <kim...@chromium.org>
    unsatisfied_requirement
    open
    diffy

    Kim-Anh Tran (Gerrit)

    unread,
    Feb 5, 2026, 12:26:00 AMFeb 5
    to Guangyue Xu, Simon Zünd, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org, lighthouse-en...@google.com
    Attention needed from Guangyue Xu and Simon Zünd

    Kim-Anh Tran added 4 comments

    File front_end/panels/lighthouse/LighthouseStartView.ts
    Line 169, Patchset 4: const checkboxFragment = UI.Fragment.Fragment.build`
    Kim-Anh Tran . resolved

    We don't want to use `fragment`s anymore, please use LitHTML if you need HTML templates 😊.

    Guangyue Xu

    removed fragment. No need to use LitHTML since we have updated `ToolbarCheckbox`.

    Kim-Anh Tran

    Done

    Line 184, Patchset 4: UI.Tooltip.Tooltip.install(inputElement, tooltip);
    Kim-Anh Tran . resolved

    So as far as I understand, you are trying to set the tooltip on the input element. Instead of creating an input element directly, let's try to use what we have.

    If we can't do that out of the box, maybe we need to change the `ToolbarSettingCheckbox` instead, to set the tooltip on top of the actual input element. It looks like `ToolbarSettingCheckbox` uses `CheckboxLabel` underneath, which has a create method. If we allow for setting a tooltip (via create), we can pass the tooltip to the input element, instead of installing it on the `ToolbarSettingCheckbox`. Would that work? The default tooltip can still be the same as the `text` as before, if no tooltip was passed (https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/front_end/ui/legacy/UIUtils.ts;l=1185;drc=b033422e587017e016b52f96d3ac02ed7b2f8dc2)

    Guangyue Xu

    Updated `ToolbarCheckbox` and `CheckboxLabel` to install tooltip.

    Kim-Anh Tran

    Done

    File front_end/ui/legacy/UIUtils.ts
    Line 1191, Patchset 7 (Latest): if (inputTooltip !== undefined) {
    Kim-Anh Tran . unresolved

    nit: `if (inputTooltip)`

    Line 1193, Patchset 7 (Latest): element.#textElement.title = inputTooltip;
    Kim-Anh Tran . unresolved

    This is not entirely correct, the `textElement` should be the `title` foremost, and secondary only the `tooltip`. If both exist, you'd take the tooltip here. For the tooltip, it's the other way round.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Guangyue Xu
    • Simon Zünd
    Submit Requirements:
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
    Gerrit-Change-Number: 7508568
    Gerrit-PatchSet: 7
    Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
    Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Attention: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Attention: Simon Zünd <szu...@chromium.org>
    Gerrit-Comment-Date: Thu, 05 Feb 2026 05:25:55 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Kim-Anh Tran <kim...@chromium.org>
    Comment-In-Reply-To: Guangyue Xu <guang...@microsoft.com>
    unsatisfied_requirement
    open
    diffy

    Guangyue Xu (Gerrit)

    unread,
    Feb 5, 2026, 6:00:22 PMFeb 5
    to Simon Zünd, Devtools-frontend LUCI CQ, Kim-Anh Tran, devtools-rev...@chromium.org, lighthouse-en...@google.com
    Attention needed from Kim-Anh Tran and Simon Zünd

    Guangyue Xu added 2 comments

    File front_end/ui/legacy/UIUtils.ts
    Line 1191, Patchset 7: if (inputTooltip !== undefined) {
    Kim-Anh Tran . unresolved

    nit: `if (inputTooltip)`

    Guangyue Xu

    updated as suggested.

    Line 1193, Patchset 7: element.#textElement.title = inputTooltip;
    Kim-Anh Tran . unresolved

    This is not entirely correct, the `textElement` should be the `title` foremost, and secondary only the `tooltip`. If both exist, you'd take the tooltip here. For the tooltip, it's the other way round.

    Guangyue Xu

    Updated as suggested. Thanks.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Kim-Anh Tran
    • Simon Zünd
    Submit Requirements:
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
    Gerrit-Change-Number: 7508568
    Gerrit-PatchSet: 8
    Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
    Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Attention: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Attention: Simon Zünd <szu...@chromium.org>
    Gerrit-Comment-Date: Thu, 05 Feb 2026 23:00:18 +0000
    unsatisfied_requirement
    open
    diffy

    Kim-Anh Tran (Gerrit)

    unread,
    Feb 9, 2026, 3:30:01 AMFeb 9
    to Guangyue Xu, Simon Zünd, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org, lighthouse-en...@google.com
    Attention needed from Guangyue Xu and Simon Zünd

    Kim-Anh Tran voted and added 4 comments

    Votes added by Kim-Anh Tran

    Code-Review+1

    4 comments

    Patchset-level comments
    File-level comment, Patchset 8 (Latest):
    Kim-Anh Tran . resolved

    One comment, otherwise LGTM! Thanks!

    File front_end/ui/legacy/UIUtils.ts
    Line 1183, Patchset 5: if (title !== undefined) {
    Kim-Anh Tran . resolved

    We should also set the tooltip, if the `title` is undefined and the `tooltip` is defined

    Guangyue Xu

    Updated to set checkbox title from either tooltip or title inputs.

    Kim-Anh Tran

    Done

    Line 1190, Patchset 8 (Latest): const textTooltip = title ?? tooltip;
    Kim-Anh Tran . unresolved

    Looking at this again, actually.. if we don't have a title, the tooltip shouldn't replace the title. I think that would be unexpected behavior. I.e. removing all. 1189-1193 should be enough and then good to go. Sorry for that.

    Line 1191, Patchset 7: if (inputTooltip !== undefined) {
    Kim-Anh Tran . resolved

    nit: `if (inputTooltip)`

    Guangyue Xu

    updated as suggested.

    Kim-Anh Tran

    Done

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Guangyue Xu
    • Simon Zünd
    Submit Requirements:
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
    Gerrit-Change-Number: 7508568
    Gerrit-PatchSet: 8
    Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
    Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Attention: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Attention: Simon Zünd <szu...@chromium.org>
    Gerrit-Comment-Date: Mon, 09 Feb 2026 08:29:56 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Guangyue Xu (Gerrit)

    unread,
    Feb 9, 2026, 4:19:04 PMFeb 9
    to Kim-Anh Tran, Simon Zünd, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org, lighthouse-en...@google.com
    Attention needed from Kim-Anh Tran and Simon Zünd

    Guangyue Xu added 1 comment

    File front_end/ui/legacy/UIUtils.ts
    Line 1190, Patchset 8: const textTooltip = title ?? tooltip;
    Kim-Anh Tran . unresolved

    Looking at this again, actually.. if we don't have a title, the tooltip shouldn't replace the title. I think that would be unexpected behavior. I.e. removing all. 1189-1193 should be enough and then good to go. Sorry for that.

    Guangyue Xu

    updated as suggested.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Kim-Anh Tran
    • Simon Zünd
    Submit Requirements:
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: devtools/devtools-frontend
    Gerrit-Branch: main
    Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
    Gerrit-Change-Number: 7508568
    Gerrit-PatchSet: 9
    Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
    Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
    Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Attention: Kim-Anh Tran <kim...@chromium.org>
    Gerrit-Attention: Simon Zünd <szu...@chromium.org>
    Gerrit-Comment-Date: Mon, 09 Feb 2026 21:19:01 +0000
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Kim-Anh Tran (Gerrit)

    unread,
    Feb 10, 2026, 3:13:40 AMFeb 10
    to Guangyue Xu, Simon Zünd, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org, lighthouse-en...@google.com
    Attention needed from Guangyue Xu and Simon Zünd

    Kim-Anh Tran voted and added 3 comments

    Votes added by Kim-Anh Tran

    Code-Review+1

    3 comments

    Patchset-level comments
    File-level comment, Patchset 9 (Latest):
    Kim-Anh Tran . resolved

    Still LGTM, thanks!

    File front_end/ui/legacy/UIUtils.ts
    Line 1190, Patchset 8: const textTooltip = title ?? tooltip;
    Kim-Anh Tran . resolved

    Looking at this again, actually.. if we don't have a title, the tooltip shouldn't replace the title. I think that would be unexpected behavior. I.e. removing all. 1189-1193 should be enough and then good to go. Sorry for that.

    Guangyue Xu

    updated as suggested.

    Kim-Anh Tran

    Done

    Line 1193, Patchset 7: element.#textElement.title = inputTooltip;
    Kim-Anh Tran . resolved

    This is not entirely correct, the `textElement` should be the `title` foremost, and secondary only the `tooltip`. If both exist, you'd take the tooltip here. For the tooltip, it's the other way round.

    Guangyue Xu

    Updated as suggested. Thanks.

    Kim-Anh Tran

    Done

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Guangyue Xu
    • Simon Zünd
    Submit Requirements:
      • requirement satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement is not satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: devtools/devtools-frontend
      Gerrit-Branch: main
      Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
      Gerrit-Change-Number: 7508568
      Gerrit-PatchSet: 9
      Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
      Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
      Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
      Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
      Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
      Gerrit-Attention: Guangyue Xu <guang...@microsoft.com>
      Gerrit-Attention: Simon Zünd <szu...@chromium.org>
      Gerrit-Comment-Date: Tue, 10 Feb 2026 08:13:36 +0000
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Simon Zünd (Gerrit)

      unread,
      Feb 10, 2026, 3:34:51 AMFeb 10
      to Guangyue Xu, Kim-Anh Tran, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org, lighthouse-en...@google.com
      Attention needed from Guangyue Xu

      Simon Zünd voted Code-Review+1

      Code-Review+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Guangyue Xu
      Submit Requirements:
        • requirement satisfiedCode-Owners
        • requirement satisfiedCode-Review
        • requirement satisfiedReview-Enforcement
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: devtools/devtools-frontend
        Gerrit-Branch: main
        Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
        Gerrit-Change-Number: 7508568
        Gerrit-PatchSet: 9
        Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
        Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
        Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
        Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
        Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
        Gerrit-Attention: Guangyue Xu <guang...@microsoft.com>
        Gerrit-Comment-Date: Tue, 10 Feb 2026 08:34:46 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        open
        diffy

        Guangyue Xu (Gerrit)

        unread,
        Feb 10, 2026, 2:23:04 PMFeb 10
        to Simon Zünd, Kim-Anh Tran, Devtools-frontend LUCI CQ, devtools-rev...@chromium.org, lighthouse-en...@google.com

        Guangyue Xu voted Commit-Queue+2

        Commit-Queue+2
        Open in Gerrit

        Related details

        Attention set is empty
        Submit Requirements:
        • requirement satisfiedCode-Owners
        • requirement satisfiedCode-Review
        • requirement satisfiedReview-Enforcement
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: comment
        Gerrit-Project: devtools/devtools-frontend
        Gerrit-Branch: main
        Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
        Gerrit-Change-Number: 7508568
        Gerrit-PatchSet: 9
        Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
        Gerrit-Reviewer: Guangyue Xu <guang...@microsoft.com>
        Gerrit-Reviewer: Kim-Anh Tran <kim...@chromium.org>
        Gerrit-Reviewer: Simon Zünd <szu...@chromium.org>
        Gerrit-CC: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
        Gerrit-Comment-Date: Tue, 10 Feb 2026 19:23:01 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        open
        diffy

        Devtools-frontend LUCI CQ (Gerrit)

        unread,
        Feb 11, 2026, 2:12:06 AMFeb 11
        to Guangyue Xu, Simon Zünd, Kim-Anh Tran, devtools-rev...@chromium.org, lighthouse-en...@google.com

        Devtools-frontend LUCI CQ submitted the change

        Change information

        Commit message:
        [A11y] Updated lighthouse categories group

        When navigate to the "performance" checkbox of the categories group
        in the lighthouse panel, narrator announces

        Before:
        How long does this app take to show content and become usable group,
        performance checkbox checked,
        How long does this app take to show content and become usable

        After:
        Categories group,
        performance checkbox checked,
        How long does this app take to show content and become usable
        Bug: 477643909
        Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
        Reviewed-by: Simon Zünd <szu...@chromium.org>
        Commit-Queue: Guangyue Xu <guang...@microsoft.com>
        Reviewed-by: Kim-Anh Tran <kim...@chromium.org>
        Files:
        • M front_end/panels/lighthouse/LighthouseStartView.ts
        • M front_end/panels/lighthouse/lighthouseStartView.css
        • M front_end/ui/legacy/Toolbar.ts
        • M front_end/ui/legacy/UIUtils.ts
        Change size: S
        Delta: 4 files changed, 21 insertions(+), 11 deletions(-)
        Branch: refs/heads/main
        Submit Requirements:
        • requirement satisfiedCode-Review: +1 by Simon Zünd, +1 by Kim-Anh Tran
        Open in Gerrit
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: merged
        Gerrit-Project: devtools/devtools-frontend
        Gerrit-Branch: main
        Gerrit-Change-Id: I009db2a1b21457d4d740a6eec5ac8ee5897721f9
        Gerrit-Change-Number: 7508568
        Gerrit-PatchSet: 10
        Gerrit-Owner: Guangyue Xu <guang...@microsoft.com>
        Gerrit-Reviewer: Devtools-frontend LUCI CQ <devtools-fro...@luci-project-accounts.iam.gserviceaccount.com>
        open
        diffy
        satisfied_requirement
        Reply all
        Reply to author
        Forward
        0 new messages