Implement performance.markConditional(...) [chromium/src : main]

0 views
Skip to first unread message

Guohui Deng (Gerrit)

unread,
Jun 18, 2026, 11:41:57 PMJun 18
to Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
Attention needed from Noam Rosenthal

Guohui Deng added 1 comment

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Guohui Deng . resolved

Thanks for reviewing!

Open in Gerrit

Related details

Attention is currently required from:
  • Noam Rosenthal
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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
Gerrit-Change-Number: 7965263
Gerrit-PatchSet: 1
Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
Gerrit-CC: Daniel Cheng <dch...@chromium.org>
Gerrit-CC: Kentaro Hara <har...@chromium.org>
Gerrit-CC: Menard, Alexis <alexis...@intel.com>
Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
Gerrit-Attention: Noam Rosenthal <nrose...@google.com>
Gerrit-Comment-Date: Fri, 19 Jun 2026 03:41:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Noam Rosenthal (Gerrit)

unread,
Jun 22, 2026, 10:54:52 AMJun 22
to Guohui Deng, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
Attention needed from Guohui Deng

Noam Rosenthal added 7 comments

Patchset-level comments
Noam Rosenthal . resolved

Thanks for working on this! Mostly looks good.
A few nits about how to check for flag, and one substantive comment:
https://chromium-review.git.corp.google.com/c/chromium/src/+/7965263/comment/3fd6dc37_89cc7c78/

File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
Line 130, Patchset 1 (Latest): if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
Noam Rosenthal . unresolved

Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

Line 170, Patchset 1 (Latest): if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
Noam Rosenthal . unresolved

Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

Line 283, Patchset 1 (Latest): if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
Noam Rosenthal . unresolved

Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

Line 315, Patchset 1 (Latest): if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
Noam Rosenthal . unresolved

Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

File third_party/blink/renderer/core/timing/animation_frame_timing_info.h
Line 199, Patchset 1 (Latest): PerformanceEntryVector conditional_user_timing_;
Noam Rosenthal . unresolved

I don't think this is the right approach. We should retain a vector of structs (containing string+time), kind of like ScriptTimingInfo, Convert to PerformanceEntry only when reporting to the actual DOM timeline.

File third_party/blink/renderer/core/timing/performance_long_animation_frame_timing.cc
Line 98, Patchset 1 (Latest): if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
Noam Rosenthal . unresolved

Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

Open in Gerrit

Related details

Attention is currently required from:
  • Guohui Deng
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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
    Gerrit-Change-Number: 7965263
    Gerrit-PatchSet: 1
    Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
    Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
    Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
    Gerrit-CC: Kentaro Hara <har...@chromium.org>
    Gerrit-CC: Menard, Alexis <alexis...@intel.com>
    Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
    Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
    Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
    Gerrit-Comment-Date: Mon, 22 Jun 2026 14:54:36 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Guohui Deng (Gerrit)

    unread,
    Jun 25, 2026, 3:15:40 PM (13 days ago) Jun 25
    to Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
    Attention needed from Noam Rosenthal

    Guohui Deng added 6 comments

    File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
    Line 130, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    I used DCHECK instead of CHECK. Is it O.K.? (This question also applies to the rest.)

    Line 170, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto

    Line 283, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto

    Line 315, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto.

    File third_party/blink/renderer/core/timing/animation_frame_timing_info.h
    Line 199, Patchset 1: PerformanceEntryVector conditional_user_timing_;
    Noam Rosenthal . unresolved

    I don't think this is the right approach. We should retain a vector of structs (containing string+time), kind of like ScriptTimingInfo, Convert to PerformanceEntry only when reporting to the actual DOM timeline.

    Guohui Deng

    Done. I also added security check (following the "scripts" example) -- I realized this is different from "standard user timing". The top frame can get the "conditional marks" from an Iframe.

    File third_party/blink/renderer/core/timing/performance_long_animation_frame_timing.cc
    Line 98, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Noam Rosenthal
    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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
    Gerrit-Change-Number: 7965263
    Gerrit-PatchSet: 2
    Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
    Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
    Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
    Gerrit-CC: Daniel Cheng <dch...@chromium.org>
    Gerrit-CC: Kentaro Hara <har...@chromium.org>
    Gerrit-CC: Menard, Alexis <alexis...@intel.com>
    Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
    Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
    Gerrit-Attention: Noam Rosenthal <nrose...@google.com>
    Gerrit-Comment-Date: Thu, 25 Jun 2026 19:15:27 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Noam Rosenthal <nrose...@google.com>
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Noam Rosenthal (Gerrit)

    unread,
    Jun 27, 2026, 3:32:19 PM (11 days ago) Jun 27
    to Guohui Deng, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
    Attention needed from Guohui Deng

    Noam Rosenthal added 5 comments

    File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
    Line 130, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    I used DCHECK instead of CHECK. Is it O.K.? (This question also applies to the rest.)

    Noam Rosenthal

    Acknowledged

    Line 170, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto

    Noam Rosenthal

    Done

    Line 283, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto

    Noam Rosenthal

    Acknowledged

    Line 315, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto.

    Noam Rosenthal

    Acknowledged

    File third_party/blink/renderer/core/timing/performance_long_animation_frame_timing.cc
    Line 98, Patchset 1: if (RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Would this be a noop if the feature is disabled? If so, perhaps make this non-conditional and CHECK instead of guarding by condition?

    Guohui Deng

    Ditto.

    Noam Rosenthal

    Acknowledged

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Guohui Deng
    Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
    Gerrit-Comment-Date: Sat, 27 Jun 2026 19:31:53 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Guohui Deng <guohu...@microsoft.com>
    Comment-In-Reply-To: Noam Rosenthal <nrose...@google.com>
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Noam Rosenthal (Gerrit)

    unread,
    Jun 27, 2026, 3:36:42 PM (11 days ago) Jun 27
    to Guohui Deng, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
    Attention needed from Guohui Deng

    Noam Rosenthal added 5 comments

    File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
    Line 135, Patchset 2 (Latest): DCHECK(conditional_marks_.empty());
    Noam Rosenthal . unresolved

    I think just CHECK(RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) in the condition below?

    (CHECK and not DCHECK plz)

    Line 177, Patchset 2 (Latest): if (!RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Ditto

    Line 294, Patchset 2 (Latest): if (!RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . unresolved

    Ditto

    Line 331, Patchset 2 (Latest): timing_info->SetConditionalMarks(conditional_marks);
    Noam Rosenthal . unresolved

    Another flag check?

    File third_party/blink/web_tests/external/wpt/long-animation-frame/conditional-tracing.html
    Line 1, Patchset 2 (Latest):<!DOCTYPE HTML>
    Noam Rosenthal . unresolved

    Is there a test for the security origin checks?

    Gerrit-Comment-Date: Sat, 27 Jun 2026 19:36:16 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Guohui Deng (Gerrit)

    unread,
    Jul 6, 2026, 6:12:21 PM (2 days ago) Jul 6
    to Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
    Attention needed from Noam Rosenthal

    Guohui Deng added 6 comments

    File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
    Line 135, Patchset 2: DCHECK(conditional_marks_.empty());
    Noam Rosenthal . resolved

    I think just CHECK(RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) in the condition below?

    (CHECK and not DCHECK plz)

    Guohui Deng

    Done

    Line 177, Patchset 2: if (!RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Ditto

    Guohui Deng

    Done

    Line 294, Patchset 2: if (!RuntimeEnabledFeatures::ConditionalTracingLoAFEnabled()) {
    Noam Rosenthal . resolved

    Ditto

    Guohui Deng

    Done

    Line 331, Patchset 2: timing_info->SetConditionalMarks(conditional_marks);
    Noam Rosenthal . resolved

    Another flag check?

    Guohui Deng

    Done

    File third_party/blink/renderer/core/timing/animation_frame_timing_info.h
    Line 199, Patchset 1: PerformanceEntryVector conditional_user_timing_;
    Noam Rosenthal . resolved

    I don't think this is the right approach. We should retain a vector of structs (containing string+time), kind of like ScriptTimingInfo, Convert to PerformanceEntry only when reporting to the actual DOM timeline.

    Guohui Deng

    Done. I also added security check (following the "scripts" example) -- I realized this is different from "standard user timing". The top frame can get the "conditional marks" from an Iframe.

    Guohui Deng

    Done

    File third_party/blink/web_tests/external/wpt/long-animation-frame/conditional-tracing.html
    Line 1, Patchset 2:<!DOCTYPE HTML>
    Noam Rosenthal . resolved

    Is there a test for the security origin checks?

    Guohui Deng

    Thanks for the guidance! Now the superfluous security origin checks are removed.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Noam Rosenthal
    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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
      Gerrit-Change-Number: 7965263
      Gerrit-PatchSet: 3
      Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
      Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
      Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
      Gerrit-CC: Daniel Cheng <dch...@chromium.org>
      Gerrit-CC: Kentaro Hara <har...@chromium.org>
      Gerrit-CC: Menard, Alexis <alexis...@intel.com>
      Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
      Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
      Gerrit-Attention: Noam Rosenthal <nrose...@google.com>
      Gerrit-Comment-Date: Mon, 06 Jul 2026 22:11:57 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Noam Rosenthal (Gerrit)

      unread,
      Jul 7, 2026, 6:31:02 AM (yesterday) Jul 7
      to Guohui Deng, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
      Attention needed from Guohui Deng

      Noam Rosenthal added 2 comments

      Patchset-level comments
      File-level comment, Patchset 3 (Latest):
      Noam Rosenthal . resolved

      See one substantive comment. Almost there!

      File third_party/blink/renderer/core/timing/window_performance.cc
      Line 586, Patchset 3 (Latest): double start_time = now();
      Noam Rosenthal . unresolved

      It needs to be base::TimeTicks::Now(), and pass TimeTicks around rather than double.
      Only clamp to a double when you create the PerformanceMarkConditional object.

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Guohui Deng
      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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
        Gerrit-Change-Number: 7965263
        Gerrit-PatchSet: 3
        Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
        Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
        Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
        Gerrit-CC: Daniel Cheng <dch...@chromium.org>
        Gerrit-CC: Kentaro Hara <har...@chromium.org>
        Gerrit-CC: Menard, Alexis <alexis...@intel.com>
        Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
        Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
        Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
        Gerrit-Comment-Date: Tue, 07 Jul 2026 10:30:44 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Guohui Deng (Gerrit)

        unread,
        Jul 7, 2026, 4:33:29 PM (yesterday) Jul 7
        to Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
        Attention needed from Noam Rosenthal

        Guohui Deng added 2 comments

        Patchset-level comments
        File-level comment, Patchset 3:
        Guohui Deng . resolved

        t

        File third_party/blink/renderer/core/timing/window_performance.cc
        Line 586, Patchset 3: double start_time = now();
        Noam Rosenthal . resolved

        It needs to be base::TimeTicks::Now(), and pass TimeTicks around rather than double.
        Only clamp to a double when you create the PerformanceMarkConditional object.

        Guohui Deng

        Done.
        I see, it must be converted in the correct window. (because of the |time_origin|)

        Open in Gerrit

        Related details

        Attention is currently required from:
        • Noam Rosenthal
        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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
          Gerrit-Change-Number: 7965263
          Gerrit-PatchSet: 4
          Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
          Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
          Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
          Gerrit-CC: Kentaro Hara <har...@chromium.org>
          Gerrit-CC: Menard, Alexis <alexis...@intel.com>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
          Gerrit-Attention: Noam Rosenthal <nrose...@google.com>
          Gerrit-Comment-Date: Tue, 07 Jul 2026 20:33:17 +0000
          Gerrit-HasComments: Yes
          Gerrit-Has-Labels: No
          Comment-In-Reply-To: Noam Rosenthal <nrose...@google.com>
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Noam Rosenthal (Gerrit)

          unread,
          Jul 7, 2026, 4:37:37 PM (yesterday) Jul 7
          to Guohui Deng, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
          Attention needed from Guohui Deng

          Noam Rosenthal voted Code-Review+1

          Code-Review+1
          Open in Gerrit

          Related details

          Attention is currently required from:
          • Guohui Deng
          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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
          Gerrit-Change-Number: 7965263
          Gerrit-PatchSet: 4
          Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
          Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
          Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
          Gerrit-CC: Daniel Cheng <dch...@chromium.org>
          Gerrit-CC: Kentaro Hara <har...@chromium.org>
          Gerrit-CC: Menard, Alexis <alexis...@intel.com>
          Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
          Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
          Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
          Gerrit-Comment-Date: Tue, 07 Jul 2026 20:37:16 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          unsatisfied_requirement
          open
          diffy

          Alex Russell (Gerrit)

          unread,
          Jul 7, 2026, 6:08:22 PM (24 hours ago) Jul 7
          to Guohui Deng, Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
          Attention needed from Guohui Deng

          Alex Russell added 2 comments

          Patchset-level comments
          File-level comment, Patchset 4 (Latest):
          Alex Russell . resolved

          Non-OWNER LGTM with nit.

          File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
          Line 41, Patchset 4 (Latest):constexpr size_t kConditionalUserTimingBufferSize = 200;
          Alex Russell . unresolved

          Can you add a comment documenting why this is the right size, or link to a design doc that outlines the rationale? Thanks.

          Open in Gerrit

          Related details

          Attention is currently required from:
          • Guohui Deng
          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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
            Gerrit-Change-Number: 7965263
            Gerrit-PatchSet: 4
            Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
            Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
            Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
            Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
            Gerrit-CC: Kentaro Hara <har...@chromium.org>
            Gerrit-CC: Menard, Alexis <alexis...@intel.com>
            Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
            Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
            Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
            Gerrit-Comment-Date: Tue, 07 Jul 2026 22:08:08 +0000
            Gerrit-HasComments: Yes
            Gerrit-Has-Labels: No
            satisfied_requirement
            unsatisfied_requirement
            open
            diffy

            Guohui Deng (Gerrit)

            unread,
            Jul 7, 2026, 6:27:14 PM (23 hours ago) Jul 7
            to Alex Russell, Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
            Attention needed from Alex Russell

            Guohui Deng added 1 comment

            File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
            Line 41, Patchset 4 (Latest):constexpr size_t kConditionalUserTimingBufferSize = 200;
            Alex Russell . unresolved

            Can you add a comment documenting why this is the right size, or link to a design doc that outlines the rationale? Thanks.

            Guohui Deng

            This is in line with many other buffer size:

            https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/timing/performance.cc;l=255;drc=33834d2ddaa25063fb9770f039e5919564cb00b8

            None of these has a comment explaining why it is the right size. I wonder if you can show me an example. I don't think it's needed.

            In addition, I need "owner" approval. You are the owner of "global-interface-listing-expected.txt" so I added you as reviewer.

            Cheers,
            Guohui

            Open in Gerrit

            Related details

            Attention is currently required from:
            • Alex Russell
            Gerrit-Attention: Alex Russell <sligh...@chromium.org>
            Gerrit-Comment-Date: Tue, 07 Jul 2026 22:27:00 +0000
            Gerrit-HasComments: Yes
            Gerrit-Has-Labels: No
            Comment-In-Reply-To: Alex Russell <sligh...@chromium.org>
            satisfied_requirement
            unsatisfied_requirement
            open
            diffy

            Noam Rosenthal (Gerrit)

            unread,
            3:33 AM (14 hours ago) 3:33 AM
            to Guohui Deng, Alex Russell, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
            Attention needed from Alex Russell and Guohui Deng

            Noam Rosenthal added 1 comment

            File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
            Line 41, Patchset 4 (Latest):constexpr size_t kConditionalUserTimingBufferSize = 200;
            Alex Russell . unresolved

            Can you add a comment documenting why this is the right size, or link to a design doc that outlines the rationale? Thanks.

            Guohui Deng

            This is in line with many other buffer size:

            https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/timing/performance.cc;l=255;drc=33834d2ddaa25063fb9770f039e5919564cb00b8

            None of these has a comment explaining why it is the right size. I wonder if you can show me an example. I don't think it's needed.

            In addition, I need "owner" approval. You are the owner of "global-interface-listing-expected.txt" so I added you as reviewer.

            Cheers,
            Guohui

            Noam Rosenthal

            This would eventually need to be in the registry (https://w3c.github.io/timing-entrytypes-registry/) or in the LoAF spec.

            Open in Gerrit

            Related details

            Attention is currently required from:
            • Alex Russell
            • Guohui Deng
            Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
            Gerrit-Attention: Alex Russell <sligh...@chromium.org>
            Gerrit-Comment-Date: Wed, 08 Jul 2026 07:32:56 +0000
            Gerrit-HasComments: Yes
            Gerrit-Has-Labels: No
            Comment-In-Reply-To: Guohui Deng <guohu...@microsoft.com>
            Comment-In-Reply-To: Alex Russell <sligh...@chromium.org>
            satisfied_requirement
            unsatisfied_requirement
            open
            diffy

            Guohui Deng (Gerrit)

            unread,
            1:20 PM (4 hours ago) 1:20 PM
            to Alex Russell, Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
            Attention needed from Alex Russell and Noam Rosenthal

            Guohui Deng added 1 comment

            File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
            Line 41, Patchset 4:constexpr size_t kConditionalUserTimingBufferSize = 200;
            Alex Russell . unresolved

            Can you add a comment documenting why this is the right size, or link to a design doc that outlines the rationale? Thanks.

            Guohui Deng

            This is in line with many other buffer size:

            https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/timing/performance.cc;l=255;drc=33834d2ddaa25063fb9770f039e5919564cb00b8

            None of these has a comment explaining why it is the right size. I wonder if you can show me an example. I don't think it's needed.

            In addition, I need "owner" approval. You are the owner of "global-interface-listing-expected.txt" so I added you as reviewer.

            Cheers,
            Guohui

            Noam Rosenthal

            This would eventually need to be in the registry (https://w3c.github.io/timing-entrytypes-registry/) or in the LoAF spec.

            Guohui Deng

            I added a TODO saying this needs to be in that registry.
            In addition, I added a WPT test to verify the entries are capped at this limit.

            Open in Gerrit

            Related details

            Attention is currently required from:
            • Alex Russell
            • Noam Rosenthal
            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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
            Gerrit-Change-Number: 7965263
            Gerrit-PatchSet: 5
            Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
            Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
            Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
            Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
            Gerrit-CC: Daniel Cheng <dch...@chromium.org>
            Gerrit-CC: Kentaro Hara <har...@chromium.org>
            Gerrit-CC: Menard, Alexis <alexis...@intel.com>
            Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
            Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
            Gerrit-Attention: Alex Russell <sligh...@chromium.org>
            Gerrit-Attention: Noam Rosenthal <nrose...@google.com>
            Gerrit-Comment-Date: Wed, 08 Jul 2026 17:20:39 +0000
            Gerrit-HasComments: Yes
            Gerrit-Has-Labels: No
            Comment-In-Reply-To: Guohui Deng <guohu...@microsoft.com>
            Comment-In-Reply-To: Alex Russell <sligh...@chromium.org>
            Comment-In-Reply-To: Noam Rosenthal <nrose...@google.com>
            satisfied_requirement
            unsatisfied_requirement
            open
            diffy

            Alex Russell (Gerrit)

            unread,
            3:18 PM (2 hours ago) 3:18 PM
            to Guohui Deng, Noam Rosenthal, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
            Attention needed from Guohui Deng and Noam Rosenthal

            Alex Russell added 2 comments

            Patchset-level comments
            File-level comment, Patchset 5 (Latest):
            Alex Russell . resolved

            Resolved with out of band conversation.

            File third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
            Line 41, Patchset 4:constexpr size_t kConditionalUserTimingBufferSize = 200;
            Alex Russell . resolved

            Can you add a comment documenting why this is the right size, or link to a design doc that outlines the rationale? Thanks.

            Guohui Deng

            This is in line with many other buffer size:

            https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/timing/performance.cc;l=255;drc=33834d2ddaa25063fb9770f039e5919564cb00b8

            None of these has a comment explaining why it is the right size. I wonder if you can show me an example. I don't think it's needed.

            In addition, I need "owner" approval. You are the owner of "global-interface-listing-expected.txt" so I added you as reviewer.

            Cheers,
            Guohui

            Noam Rosenthal

            This would eventually need to be in the registry (https://w3c.github.io/timing-entrytypes-registry/) or in the LoAF spec.

            Guohui Deng

            I added a TODO saying this needs to be in that registry.
            In addition, I added a WPT test to verify the entries are capped at this limit.

            Alex Russell

            Done

            Open in Gerrit

            Related details

            Attention is currently required from:
            • Guohui Deng
            • Noam Rosenthal
            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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
              Gerrit-Change-Number: 7965263
              Gerrit-PatchSet: 5
              Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
              Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
              Gerrit-CC: Kentaro Hara <har...@chromium.org>
              Gerrit-CC: Menard, Alexis <alexis...@intel.com>
              Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
              Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
              Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Attention: Noam Rosenthal <nrose...@google.com>
              Gerrit-Comment-Date: Wed, 08 Jul 2026 19:17:58 +0000
              satisfied_requirement
              unsatisfied_requirement
              open
              diffy

              Noam Rosenthal (Gerrit)

              unread,
              3:50 PM (2 hours ago) 3:50 PM
              to Guohui Deng, Alex Russell, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
              Attention needed from Guohui Deng

              Noam Rosenthal voted Code-Review+1

              Code-Review+1
              Open in Gerrit

              Related details

              Attention is currently required from:
              • Guohui Deng
              Gerrit-Comment-Date: Wed, 08 Jul 2026 19:49:44 +0000
              Gerrit-HasComments: No
              Gerrit-Has-Labels: Yes
              satisfied_requirement
              unsatisfied_requirement
              open
              diffy

              Noam Rosenthal (Gerrit)

              unread,
              3:52 PM (2 hours ago) 3:52 PM
              to Guohui Deng, Chris Harrelson, Alex Russell, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
              Attention needed from Chris Harrelson and Guohui Deng

              Noam Rosenthal added 1 comment

              Patchset-level comments
              Noam Rosenthal . resolved

              @charre

              Open in Gerrit

              Related details

              Attention is currently required from:
              • Chris Harrelson
              • Guohui Deng
              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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
              Gerrit-Change-Number: 7965263
              Gerrit-PatchSet: 5
              Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
              Gerrit-Reviewer: Chris Harrelson <chri...@chromium.org>
              Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
              Gerrit-CC: Kentaro Hara <har...@chromium.org>
              Gerrit-CC: Menard, Alexis <alexis...@intel.com>
              Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
              Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
              Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Attention: Chris Harrelson <chri...@chromium.org>
              Gerrit-Comment-Date: Wed, 08 Jul 2026 19:51:57 +0000
              Gerrit-HasComments: Yes
              Gerrit-Has-Labels: No
              satisfied_requirement
              unsatisfied_requirement
              open
              diffy

              Chris Harrelson (Gerrit)

              unread,
              3:53 PM (2 hours ago) 3:53 PM
              to Guohui Deng, Noam Rosenthal, Alex Russell, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org
              Attention needed from Guohui Deng

              Chris Harrelson voted and added 1 comment

              Votes added by Chris Harrelson

              Code-Review+1

              1 comment

              Patchset-level comments
              Chris Harrelson . resolved

              RSLGTM

              Open in Gerrit

              Related details

              Attention is currently required from:
              • Guohui Deng
              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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
              Gerrit-Change-Number: 7965263
              Gerrit-PatchSet: 5
              Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
              Gerrit-Reviewer: Chris Harrelson <chri...@chromium.org>
              Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
              Gerrit-CC: Kentaro Hara <har...@chromium.org>
              Gerrit-CC: Menard, Alexis <alexis...@intel.com>
              Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
              Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
              Gerrit-Attention: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Comment-Date: Wed, 08 Jul 2026 19:53:42 +0000
              Gerrit-HasComments: Yes
              Gerrit-Has-Labels: Yes
              satisfied_requirement
              open
              diffy

              Guohui Deng (Gerrit)

              unread,
              3:54 PM (2 hours ago) 3:54 PM
              to Chris Harrelson, Noam Rosenthal, Alex Russell, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org

              Guohui Deng voted Commit-Queue+2

              Commit-Queue+2
              Open in Gerrit

              Related details

              Attention set is empty
              Gerrit-Comment-Date: Wed, 08 Jul 2026 19:54:37 +0000
              Gerrit-HasComments: No
              Gerrit-Has-Labels: Yes
              satisfied_requirement
              open
              diffy

              Blink W3C Test Autoroller (Gerrit)

              unread,
              4:07 PM (2 hours ago) 4:07 PM
              to Guohui Deng, Chris Harrelson, Noam Rosenthal, Alex Russell, android-bu...@system.gserviceaccount.com, Chromium LUCI CQ, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org

              Message from Blink W3C Test Autoroller

              Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/61167.

              When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.

              WPT Export docs:
              https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process

              Open in Gerrit

              Related details

              Attention set is empty
              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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
              Gerrit-Change-Number: 7965263
              Gerrit-PatchSet: 5
              Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
              Gerrit-Reviewer: Chris Harrelson <chri...@chromium.org>
              Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
              Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
              Gerrit-CC: Daniel Cheng <dch...@chromium.org>
              Gerrit-CC: Kentaro Hara <har...@chromium.org>
              Gerrit-CC: Menard, Alexis <alexis...@intel.com>
              Gerrit-CC: Olga Gerchikov <gerc...@microsoft.com>
              Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
              Gerrit-Comment-Date: Wed, 08 Jul 2026 20:07:02 +0000
              Gerrit-HasComments: No
              Gerrit-Has-Labels: No
              satisfied_requirement
              open
              diffy

              Chromium LUCI CQ (Gerrit)

              unread,
              4:14 PM (2 hours ago) 4:14 PM
              to Guohui Deng, Blink W3C Test Autoroller, Chris Harrelson, Noam Rosenthal, Alex Russell, android-bu...@system.gserviceaccount.com, Menard, Alexis, chromium...@chromium.org, Daniel Cheng, Olga Gerchikov, Kentaro Hara, Raphael Kubo da Costa, android-web...@chromium.org, ashleynewson+watch...@chromium.org, ashleynewson+watch-...@chromium.org, blink-revie...@chromium.org, blink-revie...@chromium.org, blink-revi...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, core-timi...@chromium.org, jmedle...@chromium.org, kinuko...@chromium.org, peter+watch...@chromium.org, speed-metrics...@chromium.org

              Chromium LUCI CQ submitted the change

              Change information

              Commit message:
              Implement performance.markConditional(...)

              performance.markConditional(...) creates lightweight tracing points that
              only occur in PerformanceLongAnimationFrameTiming.

              A follow-up CL will implement performance.measureConditional(...).

              Explainer:
              https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/ConditionalTracing/explainer-for-loaf.md
              I2P:
              https://groups.google.com/a/chromium.org/g/blink-dev/c/Ur_FiEgzLvk/m/NOCKYJs1BwAJ
              Bug: 383157188
              Change-Id: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
              Commit-Queue: Guohui Deng <guohu...@microsoft.com>
              Reviewed-by: Chris Harrelson <chri...@chromium.org>
              Reviewed-by: Noam Rosenthal <nrose...@google.com>
              Cr-Commit-Position: refs/heads/main@{#1659020}
              Files:
              • M android_webview/test/data/web_tests/virtual/stable/webexposed/global-interface-listing-expected.txt
              • M android_webview/test/data/web_tests/webexposed/global-interface-listing-expected.txt
              • M third_party/blink/renderer/bindings/generated_in_core.gni
              • M third_party/blink/renderer/bindings/idl_in_core.gni
              • M third_party/blink/renderer/core/frame/animation_frame_timing_monitor.cc
              • M third_party/blink/renderer/core/frame/animation_frame_timing_monitor.h
              • M third_party/blink/renderer/core/frame/web_frame_widget_impl.cc
              • M third_party/blink/renderer/core/frame/web_frame_widget_impl.h
              • M third_party/blink/renderer/core/timing/animation_frame_timing_info.cc
              • M third_party/blink/renderer/core/timing/animation_frame_timing_info.h
              • M third_party/blink/renderer/core/timing/build.gni
              • M third_party/blink/renderer/core/timing/performance.cc
              • M third_party/blink/renderer/core/timing/performance.h
              • M third_party/blink/renderer/core/timing/performance.idl
              • M third_party/blink/renderer/core/timing/performance_entry.h
              • M third_party/blink/renderer/core/timing/performance_entry_names.json5
              • M third_party/blink/renderer/core/timing/performance_long_animation_frame_timing.cc
              • M third_party/blink/renderer/core/timing/performance_long_animation_frame_timing.h
              • M third_party/blink/renderer/core/timing/performance_long_animation_frame_timing.idl
              • A third_party/blink/renderer/core/timing/performance_mark_conditional.cc
              • A third_party/blink/renderer/core/timing/performance_mark_conditional.h
              • A third_party/blink/renderer/core/timing/performance_mark_conditional.idl
              • M third_party/blink/renderer/core/timing/window_performance.cc
              • M third_party/blink/renderer/core/timing/window_performance.h
              • M third_party/blink/renderer/platform/runtime_enabled_features.json5
              • M third_party/blink/renderer/platform/widget/frame_widget.h
              • A third_party/blink/web_tests/external/wpt/long-animation-frame/conditional-tracing-buffer-limit.html
              • A third_party/blink/web_tests/external/wpt/long-animation-frame/conditional-tracing.html
              • M third_party/blink/web_tests/virtual/stable/webexposed/global-interface-listing-expected.txt
              • M third_party/blink/web_tests/webexposed/global-interface-listing-expected.txt
              Change size: L
              Delta: 30 files changed, 469 insertions(+), 3 deletions(-)
              Branch: refs/heads/main
              Submit Requirements:
              • requirement satisfiedCode-Review: +1 by Noam Rosenthal, +1 by Chris Harrelson
              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: I9e6728a44975cd8e7bd8ef3ff280841f058fcaea
              Gerrit-Change-Number: 7965263
              Gerrit-PatchSet: 6
              Gerrit-Owner: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Alex Russell <sligh...@chromium.org>
              Gerrit-Reviewer: Chris Harrelson <chri...@chromium.org>
              Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
              Gerrit-Reviewer: Guohui Deng <guohu...@microsoft.com>
              Gerrit-Reviewer: Noam Rosenthal <nrose...@google.com>
              Gerrit-CC: Blink W3C Test Autoroller <blink-w3c-te...@chromium.org>
              open
              diffy
              satisfied_requirement
              Reply all
              Reply to author
              Forward
              0 new messages