[java][BiDi] add clearListners via browsingContextIds for inspectors#17376
[java][BiDi] add clearListners via browsingContextIds for inspectors#17376Delta456 wants to merge 10 commits into
Conversation
Review Summary by QodoAdd clearListener support for browsing context IDs in BiDi inspectors
WalkthroughsDescription• Add clearListener method to BiDi supporting browsing context IDs • Implement clearListener and clearListeners methods in inspector modules • Add comprehensive tests for clearing listeners in BrowsingContext, Log, and Speculation inspectors • Enable selective event listener cleanup for specific browsing contexts File Changes1. java/src/org/openqa/selenium/bidi/BiDi.java
|
Code Review by Qodo
Context used 1. Unrelated .idea/misc.xml change
|
|
@Delta456 Seems that AI comments are reasonable, I would start from them. |
Done. |
|
Persistent review updated to latest commit 5d07026 |
| <component name="ExternalStorageConfigurationManager" enabled="true" /> | ||
| <component name="JavaScriptSettings"> | ||
| <option name="languageLevel" value="ES6" /> | ||
| </component> | ||
| <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="false" project-jdk-name="11" project-jdk-type="JavaSDK"> | ||
| <component name="ProjectRootManager" version="2" languageLevel="JDK_11"> | ||
| <output url="file://$PROJECT_DIR$/build" /> | ||
| </component> | ||
| </project> | ||
| </project> No newline at end of file |
There was a problem hiding this comment.
1. Unrelated .idea/misc.xml change 📘 Rule violation ⚙ Maintainability
The PR includes modifications to IntelliJ project metadata (.idea/misc.xml) that are unrelated to the stated BiDi listener functionality. This adds review noise and can cause ongoing churn from developer-local IDE state changes.
Agent Prompt
## Issue description
The PR includes changes to IntelliJ `.idea/misc.xml`, which is developer-local configuration and unrelated to the feature being implemented.
## Issue Context
Keeping IDE metadata out of PRs reduces churn and keeps diffs focused on product code.
## Fix Focus Areas
- .idea/misc.xml[3-10]
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
🔗 Related Issues
💥 What does this PR do?
Add
clearListnersviabrowsingContextIdsfor Inspectors for Java BiDiFollowup of #17130 specifically #17130 (comment)
🔧 Implementation Notes
🤖 AI assistance
💡 Additional Considerations
🔄 Types of changes