CDP API and backend support for CSS navigation queries [chromium/src : main]

0 views
Skip to first unread message

AI Code Reviewer (Gerrit)

unread,
8:45β€―AMΒ (6 hours ago)Β 8:45β€―AM
to Eric Leese, Menard, Alexis, AyeAye, Chromium LUCI CQ, Philip Pfaffe, Alex Rudenko, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, devtools-re...@chromium.org, apavlo...@chromium.org, blink-re...@chromium.org
Attention needed from Alex Rudenko and Philip Pfaffe

AI Code Reviewer added 1 comment

File third_party/blink/renderer/core/inspector/inspector_style_sheet.h
Line 217, Patchset 1 (Latest): const String& selector,
AI Code Reviewer . unresolved

nit: Parameter names 'selector' and 'old_selector' are misleading for a navigation rule and inconsistent with the implementation. Consider renaming to 'text' and 'old_text' to match the implementation and semantics. (Blink Style Guide: Naming - Be Descriptive)

To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason


_This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
_AI reviews can sometimes be inaccurate; We appreciate your πŸ™ feedback πŸ™ to help us improve._
_[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_

Open in Gerrit

Related details

Attention is currently required from:
  • Alex Rudenko
  • Philip Pfaffe
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: If1c5c2bedbe862d48ea73fdfcb0000a13f0e0a57
Gerrit-Change-Number: 7628241
Gerrit-PatchSet: 1
Gerrit-Owner: Eric Leese <le...@chromium.org>
Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
Gerrit-Reviewer: Eric Leese <le...@chromium.org>
Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
Gerrit-CC: AI Code Reviewer <peep-gen...@system.gserviceaccount.com>
Gerrit-CC: Menard, Alexis <alexis...@intel.com>
Gerrit-Attention: Philip Pfaffe <pfa...@chromium.org>
Gerrit-Attention: Alex Rudenko <alexr...@chromium.org>
Gerrit-Comment-Date: Tue, 03 Mar 2026 13:45:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Philip Pfaffe (Gerrit)

unread,
8:57β€―AMΒ (6 hours ago)Β 8:57β€―AM
to Eric Leese, AI Code Reviewer, Menard, Alexis, AyeAye, Chromium LUCI CQ, Alex Rudenko, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, devtools-re...@chromium.org, apavlo...@chromium.org, blink-re...@chromium.org
Attention needed from Alex Rudenko and Eric Leese

Philip Pfaffe voted and added 2 comments

Votes added by Philip Pfaffe

Code-Review+1

2 comments

Patchset-level comments
File-level comment, Patchset 1 (Latest):
Philip Pfaffe . resolved

nice!

File third_party/blink/renderer/core/css/css_navigation_rule.h
Line 26, Patchset 1 (Latest): // Prefer ConditionTextInternal for internal use. (Avoids UseCounter).
Philip Pfaffe . unresolved

This does not match the implementation.

Open in Gerrit

Related details

Attention is currently required from:
  • Alex Rudenko
  • Eric Leese
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not 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: If1c5c2bedbe862d48ea73fdfcb0000a13f0e0a57
    Gerrit-Change-Number: 7628241
    Gerrit-PatchSet: 1
    Gerrit-Owner: Eric Leese <le...@chromium.org>
    Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
    Gerrit-Reviewer: Eric Leese <le...@chromium.org>
    Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
    Gerrit-CC: AI Code Reviewer <peep-gen...@system.gserviceaccount.com>
    Gerrit-CC: Menard, Alexis <alexis...@intel.com>
    Gerrit-Attention: Eric Leese <le...@chromium.org>
    Gerrit-Attention: Alex Rudenko <alexr...@chromium.org>
    Gerrit-Comment-Date: Tue, 03 Mar 2026 13:57:02 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Eric Leese (Gerrit)

    unread,
    9:56β€―AMΒ (5 hours ago)Β 9:56β€―AM
    to Philip Pfaffe, AI Code Reviewer, Menard, Alexis, AyeAye, Chromium LUCI CQ, Alex Rudenko, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, devtools-re...@chromium.org, apavlo...@chromium.org, blink-re...@chromium.org
    Attention needed from Alex Rudenko and Philip Pfaffe

    Eric Leese added 2 comments

    File third_party/blink/renderer/core/css/css_navigation_rule.h
    Line 26, Patchset 1: // Prefer ConditionTextInternal for internal use. (Avoids UseCounter).
    Philip Pfaffe . unresolved

    This does not match the implementation.

    Eric Leese

    Good point. This is a standard interface used by other condition rules, and they typically have this comment, but I can remove the (Avoids UseCounter) part.

    File third_party/blink/renderer/core/inspector/inspector_style_sheet.h
    Line 217, Patchset 1: const String& selector,
    AI Code Reviewer . resolved

    nit: Parameter names 'selector' and 'old_selector' are misleading for a navigation rule and inconsistent with the implementation. Consider renaming to 'text' and 'old_text' to match the implementation and semantics. (Blink Style Guide: Naming - Be Descriptive)

    To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
    **Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason


    _This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
    _AI reviews can sometimes be inaccurate; We appreciate your πŸ™ feedback πŸ™ to help us improve._
    _[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_

    Eric Leese

    Done

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Alex Rudenko
    • Philip Pfaffe
    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: If1c5c2bedbe862d48ea73fdfcb0000a13f0e0a57
      Gerrit-Change-Number: 7628241
      Gerrit-PatchSet: 2
      Gerrit-Owner: Eric Leese <le...@chromium.org>
      Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
      Gerrit-Reviewer: Eric Leese <le...@chromium.org>
      Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
      Gerrit-CC: AI Code Reviewer <peep-gen...@system.gserviceaccount.com>
      Gerrit-CC: Menard, Alexis <alexis...@intel.com>
      Gerrit-Attention: Philip Pfaffe <pfa...@chromium.org>
      Gerrit-Attention: Alex Rudenko <alexr...@chromium.org>
      Gerrit-Comment-Date: Tue, 03 Mar 2026 14:55:49 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Philip Pfaffe <pfa...@chromium.org>
      Comment-In-Reply-To: AI Code Reviewer <peep-gen...@system.gserviceaccount.com>
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Eric Leese (Gerrit)

      unread,
      11:00β€―AMΒ (4 hours ago)Β 11:00β€―AM
      to Philip Pfaffe, AI Code Reviewer, Menard, Alexis, AyeAye, Chromium LUCI CQ, Alex Rudenko, devtools...@chromium.org, blink-re...@chromium.org, blink-...@chromium.org, devtools-re...@chromium.org, apavlo...@chromium.org, blink-re...@chromium.org
      Attention needed from Alex Rudenko and Philip Pfaffe

      Eric Leese added 1 comment

      File third_party/blink/renderer/core/css/css_navigation_rule.h
      Line 26, Patchset 1: // Prefer ConditionTextInternal for internal use. (Avoids UseCounter).
      Philip Pfaffe . resolved

      This does not match the implementation.

      Eric Leese

      Good point. This is a standard interface used by other condition rules, and they typically have this comment, but I can remove the (Avoids UseCounter) part.

      Eric Leese

      Done

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Alex Rudenko
      • Philip Pfaffe
      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: If1c5c2bedbe862d48ea73fdfcb0000a13f0e0a57
        Gerrit-Change-Number: 7628241
        Gerrit-PatchSet: 3
        Gerrit-Owner: Eric Leese <le...@chromium.org>
        Gerrit-Reviewer: Alex Rudenko <alexr...@chromium.org>
        Gerrit-Reviewer: Eric Leese <le...@chromium.org>
        Gerrit-Reviewer: Philip Pfaffe <pfa...@chromium.org>
        Gerrit-CC: AI Code Reviewer <peep-gen...@system.gserviceaccount.com>
        Gerrit-CC: Menard, Alexis <alexis...@intel.com>
        Gerrit-Attention: Philip Pfaffe <pfa...@chromium.org>
        Gerrit-Attention: Alex Rudenko <alexr...@chromium.org>
        Gerrit-Comment-Date: Tue, 03 Mar 2026 16:00:36 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        Comment-In-Reply-To: Philip Pfaffe <pfa...@chromium.org>
        Comment-In-Reply-To: Eric Leese <le...@chromium.org>
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy
        Reply all
        Reply to author
        Forward
        0 new messages