Update Blink layer and add metrics support for WebXR mesh [chromium/src : main]

0 views
Skip to first unread message

Boris Sazonov (Gerrit)

unread,
Feb 19, 2026, 7:31:44 AMFeb 19
to Adam Ren (xWF), Alexander Cooper, Kouhei Ueno, Boris Sazonov, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Adam Ren (xWF), Alexander Cooper and Kouhei Ueno

Boris Sazonov added 1 comment

Patchset-level comments
File-level comment, Patchset 4 (Latest):
Boris Sazonov . unresolved

Changes in chrome/android/java/src/org/chromium/chrome/browser/app/ChromeActivity.java seem unintended, can you please double-check?

Open in Gerrit

Related details

Attention is currently required from:
  • Adam Ren (xWF)
  • Alexander Cooper
  • Kouhei Ueno
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: Idd022e62a7386751c009a198529131a3b80a2aba
Gerrit-Change-Number: 7579919
Gerrit-PatchSet: 4
Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-CC: David Li <dav...@google.com>
Gerrit-Attention: Adam Ren (xWF) <ada...@google.com>
Gerrit-Attention: Alexander Cooper <alco...@chromium.org>
Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
Gerrit-Comment-Date: Thu, 19 Feb 2026 12:31:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Brandon Jones (Gerrit)

unread,
Mar 3, 2026, 2:57:51 PM (12 days ago) Mar 3
to Adam Ren (xWF), Code Review Nudger, Alexander Cooper, Kouhei Ueno, Boris Sazonov, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Adam Ren (xWF), Alexander Cooper and Kouhei Ueno

Brandon Jones added 2 comments

Patchset-level comments
File-level comment, Patchset 9 (Latest):
Brandon Jones . resolved

LGTM once one question is answered.

File chrome/android/java/src/org/chromium/chrome/browser/app/ChromeActivity.java
Line 18, Patchset 9 (Latest):import android.content.pm.PackageManager;
Brandon Jones . unresolved

Are the changes to this file intentional? They seem unrelated to the rest of the CL.

Open in Gerrit

Related details

Attention is currently required from:
  • Adam Ren (xWF)
  • Alexander Cooper
  • Kouhei Ueno
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: Idd022e62a7386751c009a198529131a3b80a2aba
Gerrit-Change-Number: 7579919
Gerrit-PatchSet: 9
Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: David Li <dav...@google.com>
Gerrit-Attention: Adam Ren (xWF) <ada...@google.com>
Gerrit-Attention: Alexander Cooper <alco...@chromium.org>
Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
Gerrit-Comment-Date: Tue, 03 Mar 2026 19:57:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Alexander Cooper (Gerrit)

unread,
Mar 10, 2026, 5:32:00 PM (5 days ago) Mar 10
to Adam Ren (xWF), Brandon Jones, Code Review Nudger, Kouhei Ueno, Boris Sazonov, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Adam Ren (xWF) and Kouhei Ueno

Alexander Cooper added 3 comments

File chrome/android/java/src/org/chromium/chrome/browser/app/ChromeActivity.java
Line 18, Patchset 9:import android.content.pm.PackageManager;
Brandon Jones . unresolved

Are the changes to this file intentional? They seem unrelated to the rest of the CL.

Alexander Cooper

I think these may be leftover from some logic I had him move/remove in the original large CL, the changes here should be removed.

File content/child/runtime_features.cc
Line 312, Patchset 11 (Latest): {wf::EnableWebXRMeshDetection,
raw_ref(device::features::kWebXRIncubations)},
Alexander Cooper . unresolved

If we just let the runtime_enabled_features.json5 create a feature we can just go through the steps of adding an about_flags entry; but maybe it's better under incubations.

File tools/metrics/histograms/metadata/blink/enums.xml
Line 6420, Patchset 11 (Latest):<!-- LINT.ThenChange(//third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom:WebFeature) -->
Alexander Cooper . unresolved

Please fix this ERROR reported by If This Then That: Changes in the preceding block may need to be reflected in these files: /third_p...

Changes in the preceding block may need to be reflected in these files: /third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom If this does not apply, add 'NO_IFTTT=some reason...' to your commit message

Open in Gerrit

Related details

Attention is currently required from:
  • Adam Ren (xWF)
  • Kouhei Ueno
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: Idd022e62a7386751c009a198529131a3b80a2aba
Gerrit-Change-Number: 7579919
Gerrit-PatchSet: 11
Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: David Li <dav...@google.com>
Gerrit-Attention: Adam Ren (xWF) <ada...@google.com>
Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
Gerrit-Comment-Date: Tue, 10 Mar 2026 21:31:51 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Brandon Jones <baj...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Adam Ren (xWF) (Gerrit)

unread,
Mar 11, 2026, 3:06:49 AM (5 days ago) Mar 11
to Brandon Jones, Code Review Nudger, Alexander Cooper, Kouhei Ueno, Boris Sazonov, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Alexander Cooper, Boris Sazonov, Brandon Jones and Kouhei Ueno

Adam Ren (xWF) added 3 comments

Patchset-level comments
File-level comment, Patchset 4:
Boris Sazonov . resolved

Changes in chrome/android/java/src/org/chromium/chrome/browser/app/ChromeActivity.java seem unintended, can you please double-check?

Adam Ren (xWF)

Yes, thanks for reminding. It has been removed.

File chrome/android/java/src/org/chromium/chrome/browser/app/ChromeActivity.java
Line 18, Patchset 9:import android.content.pm.PackageManager;
Brandon Jones . resolved

Are the changes to this file intentional? They seem unrelated to the rest of the CL.

Alexander Cooper

I think these may be leftover from some logic I had him move/remove in the original large CL, the changes here should be removed.

Adam Ren (xWF)

Yes, thanks for reminding. It has been removed.

File content/child/runtime_features.cc
Line 312, Patchset 11: {wf::EnableWebXRMeshDetection,
raw_ref(device::features::kWebXRIncubations)},
Alexander Cooper . resolved

If we just let the runtime_enabled_features.json5 create a feature we can just go through the steps of adding an about_flags entry; but maybe it's better under incubations.

Adam Ren (xWF)

It has been added in the first CL

Open in Gerrit

Related details

Attention is currently required from:
  • Alexander Cooper
  • Boris Sazonov
  • Brandon Jones
  • Kouhei Ueno
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: Idd022e62a7386751c009a198529131a3b80a2aba
Gerrit-Change-Number: 7579919
Gerrit-PatchSet: 13
Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: David Li <dav...@google.com>
Gerrit-Attention: Brandon Jones <baj...@chromium.org>
Gerrit-Attention: Alexander Cooper <alco...@chromium.org>
Gerrit-Attention: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
Gerrit-Comment-Date: Wed, 11 Mar 2026 07:06:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Brandon Jones <baj...@chromium.org>
Comment-In-Reply-To: Alexander Cooper <alco...@chromium.org>
Comment-In-Reply-To: Boris Sazonov <bsaz...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Adam Ren (xWF) (Gerrit)

unread,
Mar 11, 2026, 3:47:55 AM (5 days ago) Mar 11
to Brandon Jones, Code Review Nudger, Alexander Cooper, Kouhei Ueno, Boris Sazonov, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Alexander Cooper, Boris Sazonov, Brandon Jones and Kouhei Ueno

Adam Ren (xWF) added 1 comment

File tools/metrics/histograms/metadata/blink/enums.xml
Line 6420, Patchset 11:<!-- LINT.ThenChange(//third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom:WebFeature) -->
Alexander Cooper . unresolved

Please fix this ERROR reported by If This Then That: Changes in the preceding block may need to be reflected in these files: /third_p...

Changes in the preceding block may need to be reflected in these files: /third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom If this does not apply, add 'NO_IFTTT=some reason...' to your commit message

Adam Ren (xWF)

Will modify this after all CLs have LGTM and rebasing to the mainline.

Open in Gerrit

Related details

Attention is currently required from:
  • Alexander Cooper
  • Boris Sazonov
  • Brandon Jones
  • Kouhei Ueno
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: Idd022e62a7386751c009a198529131a3b80a2aba
Gerrit-Change-Number: 7579919
Gerrit-PatchSet: 14
Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: David Li <dav...@google.com>
Gerrit-Attention: Brandon Jones <baj...@chromium.org>
Gerrit-Attention: Alexander Cooper <alco...@chromium.org>
Gerrit-Attention: Boris Sazonov <bsaz...@chromium.org>
Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
Gerrit-Comment-Date: Wed, 11 Mar 2026 07:47:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Alexander Cooper <alco...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Alexander Cooper (Gerrit)

unread,
Mar 12, 2026, 4:32:50 PM (3 days ago) Mar 12
to Adam Ren (xWF), Brandon Jones, Code Review Nudger, Kouhei Ueno, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Adam Ren (xWF), Brandon Jones and Kouhei Ueno

Alexander Cooper added 2 comments

Patchset-level comments
File-level comment, Patchset 16 (Latest):
Alexander Cooper . resolved

LGTM once the additional ERROR is fixed.

File tools/metrics/histograms/metadata/blink/enums.xml
Line 6420, Patchset 11:<!-- LINT.ThenChange(//third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom:WebFeature) -->
Alexander Cooper . unresolved

Please fix this ERROR reported by If This Then That: Changes in the preceding block may need to be reflected in these files: /third_p...

Changes in the preceding block may need to be reflected in these files: /third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom If this does not apply, add 'NO_IFTTT=some reason...' to your commit message

Adam Ren (xWF)

Will modify this after all CLs have LGTM and rebasing to the mainline.

Alexander Cooper

I think that one will hit exactly as many merge conflicts as this entry here, so maybe better to just do it now.

Open in Gerrit

Related details

Attention is currently required from:
  • Adam Ren (xWF)
  • Brandon Jones
  • Kouhei Ueno
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: Idd022e62a7386751c009a198529131a3b80a2aba
Gerrit-Change-Number: 7579919
Gerrit-PatchSet: 16
Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: David Li <dav...@google.com>
Gerrit-Attention: Adam Ren (xWF) <ada...@google.com>
Gerrit-Attention: Brandon Jones <baj...@chromium.org>
Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
Gerrit-Comment-Date: Thu, 12 Mar 2026 20:32:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Adam Ren (xWF) <ada...@google.com>
Comment-In-Reply-To: Alexander Cooper <alco...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Kouhei Ueno (Gerrit)

unread,
Mar 12, 2026, 11:07:59 PM (3 days ago) Mar 12
to Adam Ren (xWF), Brandon Jones, Code Review Nudger, Alexander Cooper, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
Attention needed from Adam Ren (xWF) and Brandon Jones

Kouhei Ueno voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Adam Ren (xWF)
  • Brandon Jones
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement is not 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: Idd022e62a7386751c009a198529131a3b80a2aba
    Gerrit-Change-Number: 7579919
    Gerrit-PatchSet: 16
    Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
    Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
    Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
    Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
    Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
    Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
    Gerrit-CC: David Li <dav...@google.com>
    Gerrit-Attention: Adam Ren (xWF) <ada...@google.com>
    Gerrit-Attention: Brandon Jones <baj...@chromium.org>
    Gerrit-Comment-Date: Fri, 13 Mar 2026 03:07:28 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Adam Ren (xWF) (Gerrit)

    unread,
    Mar 15, 2026, 2:21:06 AM (23 hours ago) Mar 15
    to Kouhei Ueno, Brandon Jones, Code Review Nudger, Alexander Cooper, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
    Attention needed from Alexander Cooper, Brandon Jones and Kouhei Ueno

    Adam Ren (xWF) added 1 comment

    File tools/metrics/histograms/metadata/blink/enums.xml
    Line 6420, Patchset 11:<!-- LINT.ThenChange(//third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom:WebFeature) -->
    Alexander Cooper . resolved

    Please fix this ERROR reported by If This Then That: Changes in the preceding block may need to be reflected in these files: /third_p...

    Changes in the preceding block may need to be reflected in these files: /third_party/blink/public/mojom/use_counter/metrics/web_feature.mojom If this does not apply, add 'NO_IFTTT=some reason...' to your commit message

    Adam Ren (xWF)

    Will modify this after all CLs have LGTM and rebasing to the mainline.

    Alexander Cooper

    I think that one will hit exactly as many merge conflicts as this entry here, so maybe better to just do it now.

    Adam Ren (xWF)

    Done

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Alexander Cooper
    • Brandon Jones
    • Kouhei Ueno
    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: Idd022e62a7386751c009a198529131a3b80a2aba
      Gerrit-Change-Number: 7579919
      Gerrit-PatchSet: 21
      Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
      Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
      Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
      Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
      Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
      Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
      Gerrit-CC: David Li <dav...@google.com>
      Gerrit-Attention: Brandon Jones <baj...@chromium.org>
      Gerrit-Attention: Alexander Cooper <alco...@chromium.org>
      Gerrit-Attention: Kouhei Ueno <kou...@chromium.org>
      Gerrit-Comment-Date: Sun, 15 Mar 2026 06:20:57 +0000
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Kouhei Ueno (Gerrit)

      unread,
      Mar 15, 2026, 9:27:33 PM (4 hours ago) Mar 15
      to Adam Ren (xWF), Brandon Jones, Code Review Nudger, Alexander Cooper, David Li, Chromium Metrics Reviews, AyeAye, asvitkine...@chromium.org, feature-v...@chromium.org, blink-...@chromium.org
      Attention needed from Adam Ren (xWF), Alexander Cooper and Brandon Jones

      Kouhei Ueno voted Code-Review+1

      Code-Review+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Adam Ren (xWF)
      • Alexander Cooper
      • Brandon Jones
      Submit Requirements:
        • requirement satisfiedCode-Coverage
        • requirement is not satisfiedCode-Owners
        • requirement is not 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: Idd022e62a7386751c009a198529131a3b80a2aba
        Gerrit-Change-Number: 7579919
        Gerrit-PatchSet: 25
        Gerrit-Owner: Adam Ren (xWF) <ada...@google.com>
        Gerrit-Reviewer: Alexander Cooper <alco...@chromium.org>
        Gerrit-Reviewer: Brandon Jones <baj...@chromium.org>
        Gerrit-Reviewer: Kouhei Ueno <kou...@chromium.org>
        Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
        Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
        Gerrit-CC: David Li <dav...@google.com>
        Gerrit-Attention: Adam Ren (xWF) <ada...@google.com>
        Gerrit-Attention: Brandon Jones <baj...@chromium.org>
        Gerrit-Attention: Alexander Cooper <alco...@chromium.org>
        Gerrit-Comment-Date: Mon, 16 Mar 2026 01:27:05 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy
        Reply all
        Reply to author
        Forward
        0 new messages