Blink: platform: Use Blink wrappers for binding utilities [chromium/src : main]

0 views
Skip to first unread message

Jaewon Jung (Gerrit)

unread,
Nov 3, 2025, 9:51:45 PMNov 3
to Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
Attention needed from Jeremy Roman

Jaewon Jung added 1 comment

Patchset-level comments
File-level comment, Patchset 6 (Latest):
Jaewon Jung . resolved

PTAL! Thanks. :)

Open in Gerrit

Related details

Attention is currently required from:
  • Jeremy Roman
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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
Gerrit-Change-Number: 7106221
Gerrit-PatchSet: 6
Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
Gerrit-CC: Kentaro Hara <har...@chromium.org>
Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
Gerrit-Attention: Jeremy Roman <jbr...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 02:51:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Jeremy Roman (Gerrit)

unread,
Nov 4, 2025, 10:18:44 AMNov 4
to Jaewon Jung, Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
Attention needed from Jaewon Jung

Jeremy Roman added 1 comment

File third_party/blink/renderer/platform/wtf/functional.h
Line 421, Patchset 6 (Latest):template <typename T>
struct CrossThreadCopier<std::unique_ptr<T>> {
using Type = std::unique_ptr<T>;
static Type Copy(Type ptr) { return std::move(ptr); }
};
Jeremy Roman . unresolved

This already exists in third_party/blink/renderer/platform/wtf/cross_thread_copier_std.h.

Open in Gerrit

Related details

Attention is currently required from:
  • Jaewon Jung
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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
    Gerrit-Change-Number: 7106221
    Gerrit-PatchSet: 6
    Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
    Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
    Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
    Gerrit-CC: Kentaro Hara <har...@chromium.org>
    Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
    Gerrit-Attention: Jaewon Jung <jw....@navercorp.com>
    Gerrit-Comment-Date: Tue, 04 Nov 2025 15:18:40 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Jaewon Jung (Gerrit)

    unread,
    Nov 5, 2025, 8:11:56 AMNov 5
    to Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
    Attention needed from Jeremy Roman

    Jaewon Jung added 1 comment

    File third_party/blink/renderer/platform/wtf/functional.h
    Line 421, Patchset 6:template <typename T>

    struct CrossThreadCopier<std::unique_ptr<T>> {
    using Type = std::unique_ptr<T>;
    static Type Copy(Type ptr) { return std::move(ptr); }
    };
    Jeremy Roman . resolved

    This already exists in third_party/blink/renderer/platform/wtf/cross_thread_copier_std.h.

    Jaewon Jung

    Done

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Jeremy Roman
    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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
      Gerrit-Change-Number: 7106221
      Gerrit-PatchSet: 7
      Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
      Gerrit-CC: Kentaro Hara <har...@chromium.org>
      Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
      Gerrit-Attention: Jeremy Roman <jbr...@chromium.org>
      Gerrit-Comment-Date: Wed, 05 Nov 2025 13:11:24 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Jeremy Roman <jbr...@chromium.org>
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Jeremy Roman (Gerrit)

      unread,
      Nov 5, 2025, 10:45:04 AMNov 5
      to Jaewon Jung, Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
      Attention needed from Jaewon Jung

      Jeremy Roman voted Code-Review+1

      Code-Review+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Jaewon Jung
      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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
      Gerrit-Change-Number: 7106221
      Gerrit-PatchSet: 7
      Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
      Gerrit-CC: Kentaro Hara <har...@chromium.org>
      Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
      Gerrit-Attention: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Comment-Date: Wed, 05 Nov 2025 15:44:54 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Jaewon Jung (Gerrit)

      unread,
      Nov 6, 2025, 1:01:30 AMNov 6
      to Andrey Kosyakov, Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
      Attention needed from Andrey Kosyakov

      Jaewon Jung added 1 comment

      Jaewon Jung . resolved

      PTAL! Thanks. :)

      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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
      Gerrit-Change-Number: 7106221
      Gerrit-PatchSet: 7
      Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
      Gerrit-CC: Kentaro Hara <har...@chromium.org>
      Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
      Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Comment-Date: Thu, 06 Nov 2025 06:00:53 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Jaewon Jung (Gerrit)

      unread,
      Nov 11, 2025, 7:41:43 PM (12 days ago) Nov 11
      to Nate Chapin, Andrey Kosyakov, Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
      Attention needed from Andrey Kosyakov and Nate Chapin

      Jaewon Jung added 1 comment

      Patchset-level comments
      Jaewon Jung . resolved

      Sorry for the ping. Would you have a moment to review this CL? The original reviewer seems unavailable. Thanks!

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Andrey Kosyakov
      • Nate Chapin
      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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
      Gerrit-Change-Number: 7106221
      Gerrit-PatchSet: 7
      Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
      Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
      Gerrit-Reviewer: Nate Chapin <jap...@chromium.org>
      Gerrit-CC: Kentaro Hara <har...@chromium.org>
      Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
      Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
      Gerrit-Attention: Nate Chapin <jap...@chromium.org>
      Gerrit-Comment-Date: Wed, 12 Nov 2025 00:41:05 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Nate Chapin (Gerrit)

      unread,
      Nov 12, 2025, 3:12:51 PM (11 days ago) Nov 12
      to Jaewon Jung, Andrey Kosyakov, Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
      Attention needed from Andrey Kosyakov and Jaewon Jung

      Nate Chapin voted Code-Review+1

      Code-Review+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Andrey Kosyakov
      • Jaewon Jung
      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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
        Gerrit-Change-Number: 7106221
        Gerrit-PatchSet: 7
        Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
        Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
        Gerrit-Reviewer: Nate Chapin <jap...@chromium.org>
        Gerrit-CC: Kentaro Hara <har...@chromium.org>
        Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
        Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
        Gerrit-Attention: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Comment-Date: Wed, 12 Nov 2025 20:12:38 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        open
        diffy

        Jaewon Jung (Gerrit)

        unread,
        Nov 12, 2025, 7:22:23 PM (11 days ago) Nov 12
        to Nate Chapin, Andrey Kosyakov, Jeremy Roman, AyeAye, Chromium LUCI CQ, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org
        Attention needed from Andrey Kosyakov

        Jaewon Jung voted Commit-Queue+2

        Commit-Queue+2
        Open in Gerrit

        Related details

        Attention is currently required from:
        • Andrey Kosyakov
        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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
        Gerrit-Change-Number: 7106221
        Gerrit-PatchSet: 7
        Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
        Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
        Gerrit-Reviewer: Nate Chapin <jap...@chromium.org>
        Gerrit-CC: Kentaro Hara <har...@chromium.org>
        Gerrit-CC: Raphael Kubo da Costa <ku...@igalia.com>
        Gerrit-Attention: Andrey Kosyakov <ca...@chromium.org>
        Gerrit-Comment-Date: Thu, 13 Nov 2025 00:21:53 +0000
        Gerrit-HasComments: No
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        open
        diffy

        Chromium LUCI CQ (Gerrit)

        unread,
        Nov 12, 2025, 8:27:30 PM (11 days ago) Nov 12
        to Jaewon Jung, Nate Chapin, Andrey Kosyakov, Jeremy Roman, AyeAye, chromium...@chromium.org, Kentaro Hara, Raphael Kubo da Costa, blink-re...@chromium.org, blink-revie...@chromium.org, blink-...@chromium.org, kinuko...@chromium.org

        Chromium LUCI CQ submitted the change

        Change information

        Commit message:
        Blink: platform: Use Blink wrappers for binding utilities

        This patch refactors `ParkableStringManager` and its test to align
        with Blink coding conventions, replacing `base::` binding utilities
        with their Blink-specific counterparts.
        Signed-off-by: Jaewon Jung <jw....@navercorp.com>
        Bug: 40797264
        Change-Id: I0be00c1fd58819af9a421482d5d59433b74aeeeb
        Reviewed-by: Jeremy Roman <jbr...@chromium.org>
        Reviewed-by: Nate Chapin <jap...@chromium.org>
        Cr-Commit-Position: refs/heads/main@{#1544075}
        Files:
        • M third_party/blink/renderer/platform/bindings/parkable_string_manager.cc
        • M third_party/blink/renderer/platform/bindings/parkable_string_test.cc
        Change size: M
        Delta: 2 files changed, 37 insertions(+), 26 deletions(-)
        Branch: refs/heads/main
        Submit Requirements:
        • requirement satisfiedCode-Review: +1 by Nate Chapin, +1 by Jeremy Roman
        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: I0be00c1fd58819af9a421482d5d59433b74aeeeb
        Gerrit-Change-Number: 7106221
        Gerrit-PatchSet: 8
        Gerrit-Owner: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Reviewer: Andrey Kosyakov <ca...@chromium.org>
        Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
        Gerrit-Reviewer: Jaewon Jung <jw....@navercorp.com>
        Gerrit-Reviewer: Jeremy Roman <jbr...@chromium.org>
        Gerrit-Reviewer: Nate Chapin <jap...@chromium.org>
        open
        diffy
        satisfied_requirement
        Reply all
        Reply to author
        Forward
        0 new messages