[CDP] introduce Inspector.workerScriptLoaded [chromium/src : main]

0 views
Skip to first unread message

Dmitry Gozman (Gerrit)

unread,
Oct 9, 2025, 9:50:50 AM (6 days ago) Oct 9
to Andrey Kosyakov, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org
Attention needed from Andrey Kosyakov

Dmitry Gozman added 1 comment

Patchset-level comments
File-level comment, Patchset 3 (Latest):
Dmitry Gozman . resolved

Andrey, could you please take a look?

Open in Gerrit

Related details

Attention is currently required from:
  • Andrey Kosyakov
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement 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: Ie800a17dae42810e077c7c0bf49f0821d728a674
Gerrit-Change-Number: 7016867
Gerrit-PatchSet: 3
Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
Gerrit-Comment-Date: Thu, 09 Oct 2025 13:50:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Andrey Kosyakov (Gerrit)

unread,
Oct 10, 2025, 11:54:17 AM (5 days ago) Oct 10
to Dmitry Gozman, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org
Attention needed from Dmitry Gozman

Andrey Kosyakov voted and added 4 comments

Votes added by Andrey Kosyakov

Code-Review+1

4 comments

Patchset-level comments
Andrey Kosyakov . resolved

lgtm with comments

File third_party/blink/public/devtools_protocol/domains/Inspector.pdl
Line 28, Patchset 3 (Latest): event workerScriptLoaded
Andrey Kosyakov . unresolved

`experimental`, please!

File third_party/blink/renderer/core/inspector/worker_inspector_controller.h
Line 109, Patchset 3 (Latest): inspector_agents_;
Andrey Kosyakov . unresolved

Can we avoid this and piggy-back on the probe sink instead?

File third_party/blink/renderer/core/workers/worker_global_scope.cc
Line 581, Patchset 3 (Latest): if (auto* controller = GetThread()->GetWorkerInspectorController()) {
Andrey Kosyakov . unresolved

Why not just go with a regular probe here and save on explicit session collection in the WorkerInspectorController?

Open in Gerrit

Related details

Attention is currently required from:
  • Dmitry Gozman
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: Ie800a17dae42810e077c7c0bf49f0821d728a674
    Gerrit-Change-Number: 7016867
    Gerrit-PatchSet: 3
    Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Attention: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Comment-Date: Fri, 10 Oct 2025 15:53:45 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Dmitry Gozman (Gerrit)

    unread,
    Oct 10, 2025, 2:51:59 PM (5 days ago) Oct 10
    to Andrey Kosyakov, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org
    Attention needed from Andrey Kosyakov

    Dmitry Gozman added 1 comment

    File third_party/blink/renderer/core/inspector/worker_inspector_controller.h
    Andrey Kosyakov . unresolved

    Can we avoid this and piggy-back on the probe sink instead?

    Dmitry Gozman

    We can, but we'll still need this map to addToInstrumentingAgents on attach and removeFromInstrumentingAgents on detach. So I borrowed this pattern from `WebDevToolsAgentImpl`.

    Any ideas on getting rid of this map are appreciated.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Andrey Kosyakov
    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: Ie800a17dae42810e077c7c0bf49f0821d728a674
    Gerrit-Change-Number: 7016867
    Gerrit-PatchSet: 3
    Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Comment-Date: Fri, 10 Oct 2025 18:51:01 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Andrey Kosyakov <ca...@chromium.org>
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Andrey Kosyakov (Gerrit)

    unread,
    Oct 10, 2025, 7:13:12 PM (5 days ago) Oct 10
    to Dmitry Gozman, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org
    Attention needed from Dmitry Gozman

    Andrey Kosyakov added 1 comment

    File third_party/blink/renderer/core/inspector/worker_inspector_controller.h
    Andrey Kosyakov . unresolved

    Can we avoid this and piggy-back on the probe sink instead?

    Dmitry Gozman

    We can, but we'll still need this map to addToInstrumentingAgents on attach and removeFromInstrumentingAgents on detach. So I borrowed this pattern from `WebDevToolsAgentImpl`.

    Any ideas on getting rid of this map are appreciated.

    Andrey Kosyakov

    Ugh. I just realized we don't have Inspector.enable and emit unsolicited events ;-)

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Dmitry Gozman
    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: Ie800a17dae42810e077c7c0bf49f0821d728a674
    Gerrit-Change-Number: 7016867
    Gerrit-PatchSet: 3
    Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Attention: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Comment-Date: Fri, 10 Oct 2025 23:12:45 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Dmitry Gozman <dgo...@chromium.org>
    Comment-In-Reply-To: Andrey Kosyakov <ca...@chromium.org>
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Dmitry Gozman (Gerrit)

    unread,
    Oct 13, 2025, 5:41:54 AM (2 days ago) Oct 13
    to Andrey Kosyakov, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org
    Attention needed from Andrey Kosyakov

    Dmitry Gozman added 1 comment

    File third_party/blink/renderer/core/inspector/worker_inspector_controller.h
    Andrey Kosyakov . unresolved

    Can we avoid this and piggy-back on the probe sink instead?

    Dmitry Gozman

    We can, but we'll still need this map to addToInstrumentingAgents on attach and removeFromInstrumentingAgents on detach. So I borrowed this pattern from `WebDevToolsAgentImpl`.

    Any ideas on getting rid of this map are appreciated.

    Andrey Kosyakov

    Ugh. I just realized we don't have Inspector.enable and emit unsolicited events ;-)

    Dmitry Gozman

    That's correct. I tried to put this behind `Inspector.enable()`, see patchset #1, but that does not work nicely, because it now makes `Inspector.enable()` call roundtrip to the renderer, and chromedriver does not expect that. I guess it's being awaited before issuing `Runtime.runIfWaitingForDebugger()` or something along these lines.

    Interestingly, we already do this in the [Inspector domain](https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/protocol/inspector_handler.cc;l=37-40;drc=62a9a00176f862e688fa47919ed6f19b59f77b5f;bpv=1;bpt=1).

    If you think this behavior is not ideal, we'll have to put this event into a different domain. Nothing comes to mind though...

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Andrey Kosyakov
    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: Ie800a17dae42810e077c7c0bf49f0821d728a674
    Gerrit-Change-Number: 7016867
    Gerrit-PatchSet: 3
    Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Comment-Date: Mon, 13 Oct 2025 09:40:59 +0000
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Andrey Kosyakov (Gerrit)

    unread,
    Oct 13, 2025, 1:21:14 PM (2 days ago) Oct 13
    to Dmitry Gozman, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org
    Attention needed from Dmitry Gozman

    Andrey Kosyakov added 1 comment

    File third_party/blink/renderer/core/inspector/worker_inspector_controller.h
    Andrey Kosyakov . resolved

    Can we avoid this and piggy-back on the probe sink instead?

    Dmitry Gozman

    We can, but we'll still need this map to addToInstrumentingAgents on attach and removeFromInstrumentingAgents on detach. So I borrowed this pattern from `WebDevToolsAgentImpl`.

    Any ideas on getting rid of this map are appreciated.

    Andrey Kosyakov

    Ugh. I just realized we don't have Inspector.enable and emit unsolicited events ;-)

    Dmitry Gozman

    That's correct. I tried to put this behind `Inspector.enable()`, see patchset #1, but that does not work nicely, because it now makes `Inspector.enable()` call roundtrip to the renderer, and chromedriver does not expect that. I guess it's being awaited before issuing `Runtime.runIfWaitingForDebugger()` or something along these lines.

    Interestingly, we already do this in the [Inspector domain](https://source.chromium.org/chromium/chromium/src/+/main:content/browser/devtools/protocol/inspector_handler.cc;l=37-40;drc=62a9a00176f862e688fa47919ed6f19b59f77b5f;bpv=1;bpt=1).

    If you think this behavior is not ideal, we'll have to put this event into a different domain. Nothing comes to mind though...

    Andrey Kosyakov

    Would putting the event into a different domain result in a different behavior though? I think present implementation is acceptable for a provisional workaround, and we should perhaps eventually come up with a cleaner solution.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Dmitry Gozman
    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: Ie800a17dae42810e077c7c0bf49f0821d728a674
    Gerrit-Change-Number: 7016867
    Gerrit-PatchSet: 3
    Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Attention: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Comment-Date: Mon, 13 Oct 2025 17:20:46 +0000
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Dmitry Gozman (Gerrit)

    unread,
    9:38 AM (8 hours ago) 9:38 AM
    to Andrey Kosyakov, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org

    Dmitry Gozman voted Commit-Queue+2

    Commit-Queue+2
    Open in Gerrit

    Related details

    Attention set is empty
    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: Ie800a17dae42810e077c7c0bf49f0821d728a674
    Gerrit-Change-Number: 7016867
    Gerrit-PatchSet: 4
    Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
    Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
    Gerrit-Comment-Date: Wed, 15 Oct 2025 13:37:30 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Dmitry Gozman (Gerrit)

    unread,
    9:39 AM (8 hours ago) 9:39 AM
    to Andrey Kosyakov, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org

    Dmitry Gozman added 2 comments

    File third_party/blink/public/devtools_protocol/domains/Inspector.pdl
    Line 28, Patchset 3: event workerScriptLoaded
    Andrey Kosyakov . resolved

    `experimental`, please!

    Dmitry Gozman

    Done

    File third_party/blink/renderer/core/workers/worker_global_scope.cc
    Line 581, Patchset 3: if (auto* controller = GetThread()->GetWorkerInspectorController()) {
    Andrey Kosyakov . resolved

    Why not just go with a regular probe here and save on explicit session collection in the WorkerInspectorController?

    Dmitry Gozman

    Acknowledged

    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: Ie800a17dae42810e077c7c0bf49f0821d728a674
      Gerrit-Change-Number: 7016867
      Gerrit-PatchSet: 4
      Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
      Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
      Gerrit-Comment-Date: Wed, 15 Oct 2025 13:38:35 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Andrey Kosyakov <ca...@chromium.org>
      satisfied_requirement
      open
      diffy

      Dmitry Gozman (Gerrit)

      unread,
      9:39 AM (8 hours ago) 9:39 AM
      to Andrey Kosyakov, Chromium LUCI CQ, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org

      Dmitry Gozman voted Commit-Queue+2

      Commit-Queue+2
      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: Ie800a17dae42810e077c7c0bf49f0821d728a674
      Gerrit-Change-Number: 7016867
      Gerrit-PatchSet: 4
      Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
      Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
      Gerrit-Comment-Date: Wed, 15 Oct 2025 13:38:42 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      open
      diffy

      Chromium LUCI CQ (Gerrit)

      unread,
      9:52 AM (8 hours ago) 9:52 AM
      to Dmitry Gozman, Andrey Kosyakov, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@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: third_party/blink/public/devtools_protocol/domains/Inspector.pdl
      Insertions: 1, Deletions: 1.

      @@ -25,4 +25,4 @@
      event targetReloadedAfterCrash

      # Fired on worker targets when main worker script and any imported scripts have been evaluated.
      - event workerScriptLoaded
      + experimental event workerScriptLoaded
      ```

      Change information

      Commit message:
      [CDP] introduce Inspector.workerScriptLoaded

      This event tells when the main worker script, and all imported
      scripts, have been evaluated. Most of the time, accessing worker
      before this moment is useless, as you get an empty context.

      Now clients can setup the worker before the main script is evaluated,
      then call Runtime.runIfWaitingForDebugger, and then wait until the
      main script is evaluated before evaluating anything in the fully
      setup worker.
      Bug: 407795731
      Change-Id: Ie800a17dae42810e077c7c0bf49f0821d728a674
      Commit-Queue: Dmitry Gozman <dgo...@chromium.org>
      Reviewed-by: Andrey Kosyakov <ca...@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#1530173}
      Files:
      • M third_party/blink/public/devtools_protocol/domains/Inspector.pdl
      • M third_party/blink/renderer/core/inspector/BUILD.gn
      • M third_party/blink/renderer/core/inspector/build.gni
      • A third_party/blink/renderer/core/inspector/inspector_inspector_agent.cc
      • A third_party/blink/renderer/core/inspector/inspector_inspector_agent.h
      • M third_party/blink/renderer/core/inspector/inspector_protocol_config.json
      • M third_party/blink/renderer/core/inspector/worker_inspector_controller.cc
      • M third_party/blink/renderer/core/inspector/worker_inspector_controller.h
      • M third_party/blink/renderer/core/workers/worker_global_scope.cc
      • A third_party/blink/web_tests/http/tests/inspector-protocol/inspector/worker-script-loaded-expected.txt
      • A third_party/blink/web_tests/http/tests/inspector-protocol/inspector/worker-script-loaded.js
      • A third_party/blink/web_tests/http/tests/inspector-protocol/resources/workerClassic.js
      • A third_party/blink/web_tests/http/tests/inspector-protocol/resources/workerClassicImport.js
      • A third_party/blink/web_tests/http/tests/inspector-protocol/resources/workerModule.js
      • A third_party/blink/web_tests/http/tests/inspector-protocol/resources/workerModuleImport.js
      Change size: M
      Delta: 15 files changed, 145 insertions(+), 6 deletions(-)
      Branch: refs/heads/main
      Submit Requirements:
      • requirement satisfiedCode-Review: +1 by Andrey Kosyakov
      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: Ie800a17dae42810e077c7c0bf49f0821d728a674
      Gerrit-Change-Number: 7016867
      Gerrit-PatchSet: 5
      Gerrit-Owner: Dmitry Gozman <dgo...@chromium.org>
      Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
      Gerrit-Reviewer: Dmitry Gozman <dgo...@chromium.org>
      open
      diffy
      satisfied_requirement

      luci-bisection@appspot.gserviceaccount.com (Gerrit)

      unread,
      11:06 AM (7 hours ago) 11:06 AM
      to Dmitry Gozman, Chromium LUCI CQ, Andrey Kosyakov, chromium...@chromium.org, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, blink-work...@chromium.org, devtools-re...@chromium.org, horo+...@chromium.org, kinuko...@chromium.org, shimazu...@chromium.org

      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: revert
      satisfied_requirement
      open
      diffy
      Reply all
      Reply to author
      Forward
      0 new messages