[Glic] Add spark display on history page [chromium/src : main]

1 view
Skip to first unread message

Hailey Wang (Gerrit)

unread,
Feb 26, 2026, 6:08:37 PM (2 days ago) Feb 26
to Sky Malice, Wenyu Fu, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Sky Malice and Wenyu Fu

Hailey Wang added 2 comments

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Hailey Wang . resolved

PTAL thanks!

File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
Line 239, Patchset 2 (Latest): @VisibleForTesting
Hailey Wang . unresolved

Will remove

Open in Gerrit

Related details

Attention is currently required from:
  • Sky Malice
  • Wenyu Fu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • 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: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 2
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Sky Malice <sk...@chromium.org>
Gerrit-Attention: Wenyu Fu <wen...@chromium.org>
Gerrit-Comment-Date: Thu, 26 Feb 2026 23:08:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Sky Malice (Gerrit)

unread,
Feb 26, 2026, 6:20:19 PM (2 days ago) Feb 26
to Hailey Wang, Wenyu Fu, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Hailey Wang and Wenyu Fu

Sky Malice voted and added 4 comments

Votes added by Sky Malice

Code-Review+1

4 comments

File chrome/android/java/res/drawable/history_spark_background.xml
Sky Malice . unresolved

Can you just use oval_surface_0.xml?

File chrome/android/java/res/layout/history_item_view.xml
Line 19, Patchset 2 (Latest): android:layout_gravity="start|top"
Sky Malice . unresolved

Would you have more sane margins if this was bottom|right?

File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
Line 141, Patchset 2 (Latest): updateSparkVisibility();
Sky Malice . unresolved

Why do you need to call this here?

Line 146, Patchset 2 (Latest): boolean showSpark = item != null && item.isActorVisit() && !item.wasBlockedVisit();
Sky Malice . unresolved

Why? What?

Open in Gerrit

Related details

Attention is currently required from:
  • Hailey Wang
  • Wenyu Fu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 2
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Hailey Wang <haile...@google.com>
Gerrit-Attention: Wenyu Fu <wen...@chromium.org>
Gerrit-Comment-Date: Thu, 26 Feb 2026 23:20:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Hailey Wang (Gerrit)

unread,
Feb 26, 2026, 6:27:39 PM (2 days ago) Feb 26
to Sky Malice, Wenyu Fu, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Sky Malice and Wenyu Fu

Hailey Wang added 1 comment

File chrome/android/java/res/layout/history_item_view.xml
Line 19, Patchset 2 (Latest): android:layout_gravity="start|top"
Sky Malice . unresolved

Would you have more sane margins if this was bottom|right?

Hailey Wang

bottom end would act weird on screen resizing, especially width wise, by using start|top, I'm hoping the spark is more consistently pinned to the favicon regardless of screen width.

Open in Gerrit

Related details

Attention is currently required from:
  • Sky Malice
  • Wenyu Fu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 2
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Sky Malice <sk...@chromium.org>
Gerrit-Attention: Wenyu Fu <wen...@chromium.org>
Gerrit-Comment-Date: Thu, 26 Feb 2026 23:27:33 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sky Malice <sk...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Hailey Wang (Gerrit)

unread,
Feb 26, 2026, 6:28:59 PM (2 days ago) Feb 26
to Sky Malice, Wenyu Fu, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Sky Malice and Wenyu Fu

Hailey Wang added 1 comment

File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
Line 146, Patchset 2 (Latest): boolean showSpark = item != null && item.isActorVisit() && !item.wasBlockedVisit();
Sky Malice . unresolved

Why? What?

Hailey Wang

wasBlockedVisit displays a blocked visit drawable which is different from the normal icon, at least in code. So when the visit is blocked, hide the spark for safety.

Gerrit-Comment-Date: Thu, 26 Feb 2026 23:28:53 +0000
satisfied_requirement
unsatisfied_requirement
open
diffy

Sky Malice (Gerrit)

unread,
Feb 26, 2026, 6:29:32 PM (2 days ago) Feb 26
to Hailey Wang, Wenyu Fu, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Hailey Wang and Wenyu Fu

Sky Malice added 1 comment

File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
Line 146, Patchset 2 (Latest): boolean showSpark = item != null && item.isActorVisit() && !item.wasBlockedVisit();
Sky Malice . unresolved

Why? What?

Hailey Wang

wasBlockedVisit displays a blocked visit drawable which is different from the normal icon, at least in code. So when the visit is blocked, hide the spark for safety.

Sky Malice

Code comment explaining this?

Open in Gerrit

Related details

Attention is currently required from:
  • Hailey Wang
  • Wenyu Fu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 2
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Hailey Wang <haile...@google.com>
Gerrit-Attention: Wenyu Fu <wen...@chromium.org>
Gerrit-Comment-Date: Thu, 26 Feb 2026 23:29:27 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Hailey Wang <haile...@google.com>
Comment-In-Reply-To: Sky Malice <sk...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Wenyu Fu (Gerrit)

unread,
Feb 26, 2026, 6:45:26 PM (2 days ago) Feb 26
to Hailey Wang, Sky Malice, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Hailey Wang

Wenyu Fu added 5 comments

Patchset-level comments
Wenyu Fu . resolved

Can you please

File chrome/android/java/res/layout/history_item_view.xml
Line 15, Patchset 2 (Latest): <FrameLayout
Wenyu Fu . unresolved

This is odd... HistoryItemView is extending a LinearLayout. If you declare a new member as its child, would it get added before / after other children views?


(I see you are calling #bringToFront in Java code, so follow up question there)

File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
Line 93, Patchset 2 (Latest): mSparkContainer = findViewById(R.id.spark_container);
Wenyu Fu . unresolved

Can you please add a test case in chrome/android/junit/src/org/chromium/chrome/browser/history/HistoryUiTest.java

Line 95, Patchset 2 (Latest): mSparkContainer.bringToFront();
Wenyu Fu . unresolved

Does this makes the item to be the first child view of parent, or just change the Z-axis?

Line 141, Patchset 2 (Latest): updateSparkVisibility();
Sky Malice . unresolved

Why do you need to call this here?

Wenyu Fu

+1 I was thinking following `updateChipView` pattern is sufficient

Open in Gerrit

Related details

Attention is currently required from:
  • Hailey Wang
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 2
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Hailey Wang <haile...@google.com>
Gerrit-Comment-Date: Thu, 26 Feb 2026 23:45:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Sky Malice <sk...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Hailey Wang (Gerrit)

unread,
Feb 27, 2026, 9:02:29 PM (5 hours ago) Feb 27
to Sky Malice, Wenyu Fu, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Sky Malice and Wenyu Fu

Hailey Wang voted and added 10 comments

Votes added by Hailey Wang

Commit-Queue+1

10 comments

Patchset-level comments
Wenyu Fu . resolved

Can you please

Hailey Wang

I can

File-level comment, Patchset 3 (Latest):
Hailey Wang . resolved

PTAL again thanks!

File chrome/android/java/res/drawable/history_spark_background.xml
File-level comment, Patchset 2:
Sky Malice . resolved

Can you just use oval_surface_0.xml?

Hailey Wang

oh yeah totally LOL, I did not notice this, thanks!

File chrome/android/java/res/layout/history_item_view.xml
Line 15, Patchset 2: <FrameLayout
Wenyu Fu . resolved

This is odd... HistoryItemView is extending a LinearLayout. If you declare a new member as its child, would it get added before / after other children views?


(I see you are calling #bringToFront in Java code, so follow up question there)

Hailey Wang

According to Gemini; seems like the content of xml is added first, then the content from code is added next, which is why there's a call to bring to front later.

Line 19, Patchset 2: android:layout_gravity="start|top"
Sky Malice . resolved

Would you have more sane margins if this was bottom|right?

Hailey Wang

bottom end would act weird on screen resizing, especially width wise, by using start|top, I'm hoping the spark is more consistently pinned to the favicon regardless of screen width.

Hailey Wang

Acknowledged

File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
Line 93, Patchset 2: mSparkContainer = findViewById(R.id.spark_container);
Wenyu Fu . resolved

Can you please add a test case in chrome/android/junit/src/org/chromium/chrome/browser/history/HistoryUiTest.java

Hailey Wang

Gemini says yes to your request 😂

Line 95, Patchset 2: mSparkContainer.bringToFront();
Wenyu Fu . resolved

Does this makes the item to be the first child view of parent, or just change the Z-axis?

Hailey Wang

This moves the spark container to the end of the child list, to ensure it is drawn last (on top of everything else).

Line 141, Patchset 2: updateSparkVisibility();
Sky Malice . resolved

Why do you need to call this here?

Wenyu Fu

+1 I was thinking following `updateChipView` pattern is sufficient

Hailey Wang

Because we want the spark to disappear when the checkmark appears when an item is selected, we need to keep this in updateView().

Line 146, Patchset 2: boolean showSpark = item != null && item.isActorVisit() && !item.wasBlockedVisit();
Sky Malice . resolved

Why? What?

Hailey Wang

wasBlockedVisit displays a blocked visit drawable which is different from the normal icon, at least in code. So when the visit is blocked, hide the spark for safety.

Sky Malice

Code comment explaining this?

Hailey Wang

Done

Line 239, Patchset 2: @VisibleForTesting
Hailey Wang . resolved

Will remove

Hailey Wang

Acknowledged

Open in Gerrit

Related details

Attention is currently required from:
  • Sky Malice
  • Wenyu Fu
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • 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: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 3
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Sky Malice <sk...@chromium.org>
Gerrit-Comment-Date: Sat, 28 Feb 2026 02:02:21 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Hailey Wang <haile...@google.com>
Comment-In-Reply-To: Wenyu Fu <wen...@chromium.org>
Comment-In-Reply-To: Sky Malice <sk...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Wenyu Fu (Gerrit)

unread,
Feb 27, 2026, 9:05:09 PM (5 hours ago) Feb 27
to Hailey Wang, Chromium LUCI CQ, Sky Malice, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Hailey Wang and Sky Malice

Wenyu Fu voted and added 1 comment

Votes added by Wenyu Fu

Code-Review+1

1 comment

File chrome/android/java/res/layout/history_item_view.xml
Wenyu Fu . unresolved

This is odd... HistoryItemView is extending a LinearLayout. If you declare a new member as its child, would it get added before / after other children views?


(I see you are calling #bringToFront in Java code, so follow up question there)

Hailey Wang

According to Gemini; seems like the content of xml is added first, then the content from code is added next, which is why there's a call to bring to front later.

Wenyu Fu

TIL!

the content of xml is added first, then the content from code is added next

optional: add this as comment

Open in Gerrit

Related details

Attention is currently required from:
  • Hailey Wang
  • Sky Malice
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedNo-Unresolved-Comments
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
Gerrit-Change-Number: 7615488
Gerrit-PatchSet: 3
Gerrit-Owner: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Hailey Wang <haile...@google.com>
Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
Gerrit-Attention: Hailey Wang <haile...@google.com>
Gerrit-Attention: Sky Malice <sk...@chromium.org>
Gerrit-Comment-Date: Sat, 28 Feb 2026 02:05:02 +0000
satisfied_requirement
unsatisfied_requirement
open
diffy

Hailey Wang (Gerrit)

unread,
Feb 27, 2026, 9:08:51 PM (5 hours ago) Feb 27
to Wenyu Fu, Chromium LUCI CQ, Sky Malice, chromium...@chromium.org, browser-comp...@chromium.org
Attention needed from Sky Malice

Hailey Wang added 1 comment

File chrome/android/java/res/layout/history_item_view.xml
Wenyu Fu . resolved

This is odd... HistoryItemView is extending a LinearLayout. If you declare a new member as its child, would it get added before / after other children views?


(I see you are calling #bringToFront in Java code, so follow up question there)

Hailey Wang

According to Gemini; seems like the content of xml is added first, then the content from code is added next, which is why there's a call to bring to front later.

Wenyu Fu

TIL!

the content of xml is added first, then the content from code is added next

optional: add this as comment

Hailey Wang

Added as comment near "bringToFront" call, thanks!

Open in Gerrit

Related details

Attention is currently required from:
  • Sky Malice
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • 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: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
    Gerrit-Change-Number: 7615488
    Gerrit-PatchSet: 4
    Gerrit-Owner: Hailey Wang <haile...@google.com>
    Gerrit-Reviewer: Hailey Wang <haile...@google.com>
    Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
    Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
    Gerrit-Attention: Sky Malice <sk...@chromium.org>
    Gerrit-Comment-Date: Sat, 28 Feb 2026 02:08:44 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    open
    diffy

    Hailey Wang (Gerrit)

    unread,
    Feb 27, 2026, 9:09:33 PM (5 hours ago) Feb 27
    to Wenyu Fu, Chromium LUCI CQ, Sky Malice, chromium...@chromium.org, browser-comp...@chromium.org
    Attention needed from Sky Malice

    Hailey Wang voted Commit-Queue+2

    Commit-Queue+2
    Open in Gerrit

    Related details

    Attention is currently required from:
    • Sky Malice
    Submit Requirements:
    • requirement satisfiedCode-Coverage
    • 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: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
    Gerrit-Change-Number: 7615488
    Gerrit-PatchSet: 5
    Gerrit-Owner: Hailey Wang <haile...@google.com>
    Gerrit-Reviewer: Hailey Wang <haile...@google.com>
    Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
    Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
    Gerrit-Attention: Sky Malice <sk...@chromium.org>
    Gerrit-Comment-Date: Sat, 28 Feb 2026 02:09:27 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    open
    diffy

    Chromium LUCI CQ (Gerrit)

    unread,
    Feb 27, 2026, 10:05:44 PM (4 hours ago) Feb 27
    to Hailey Wang, Wenyu Fu, Sky Malice, chromium...@chromium.org, browser-comp...@chromium.org

    Chromium LUCI CQ submitted the change with unreviewed changes

    Unreviewed changes

    3 is the latest approved patch-set.
    The change was submitted with unreviewed changes in the following files:

    ```
    The name of the file: chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
    Insertions: 3, Deletions: 1.

    @@ -91,7 +91,9 @@
    mChipView.getPrimaryTextView().setEllipsize(TextUtils.TruncateAt.END);

    mSparkContainer = findViewById(R.id.spark_container);
    - // Ensure the spark is drawn on top of the favicon and its background.
    + // Ensure the spark is drawn on top of the favicon and its background. This is needed
    + // because the content of xml is added first, then the content from code is added next (on
    + // top of the xml children).
    mSparkContainer.bringToFront();
    }

    ```

    Change information

    Commit message:
    [Glic] Add spark display on history page

    https://screenshot.googleplex.com/4xQcGDgy6sNSkds
    Bug: 485266564
    Change-Id: I6f1265da0601e63161fac085588f85822416216a
    Reviewed-by: Wenyu Fu <wen...@chromium.org>
    Commit-Queue: Hailey Wang <haile...@google.com>
    Cr-Commit-Position: refs/heads/main@{#1591951}
    Files:
    • M chrome/android/java/res/layout/history_item_view.xml
    • M chrome/android/java/res/values/dimens.xml
    • M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java
    • M chrome/android/junit/src/org/chromium/chrome/browser/history/HistoryUiTest.java
    • M chrome/test/android/javatests/src/org/chromium/chrome/browser/history/StubbedHistoryProvider.java
    Change size: M
    Delta: 5 files changed, 146 insertions(+), 13 deletions(-)
    Branch: refs/heads/main
    Submit Requirements:
    • requirement satisfiedCode-Review: +1 by Wenyu Fu
    Open in Gerrit
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: merged
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I6f1265da0601e63161fac085588f85822416216a
    Gerrit-Change-Number: 7615488
    Gerrit-PatchSet: 6
    Gerrit-Owner: Hailey Wang <haile...@google.com>
    Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Reviewer: Hailey Wang <haile...@google.com>
    Gerrit-Reviewer: Sky Malice <sk...@chromium.org>
    Gerrit-Reviewer: Wenyu Fu <wen...@chromium.org>
    open
    diffy
    satisfied_requirement
    Reply all
    Reply to author
    Forward
    0 new messages