-
-
Notifications
You must be signed in to change notification settings - Fork 145
feat: implement querySelector and querySelectorAll fallback to Blink engine when enabled
#782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughPre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (3)
🧰 Additional context used📓 Path-based instructions (5)bridge/**/*.{cc,cpp,h,hpp}📄 CodeRabbit inference engine (bridge/CLAUDE.md)
Files:
bridge/**/*.{cc,cpp}📄 CodeRabbit inference engine (bridge/CLAUDE.md)
Files:
bridge/**/*.{cc,h}📄 CodeRabbit inference engine (AGENTS.md)
Files:
{bridge/**/*.{cc,h},webf/**/*.dart}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
bridge/core/**📄 CodeRabbit inference engine (bridge/AGENTS.md)
Files:
🧬 Code graph analysis (2)bridge/core/dom/document.cc (3)
bridge/core/dom/container_node.cc (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
🔇 Additional comments (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ink engine when enabled - Added Blink-backed implementation for `querySelector` and `querySelectorAll` in `Document` and `ContainerNode` when the Blink engine is enabled. - Updated associated tests in `document_test.cc` to verify correct behavior. - Refactored CSS selector parsing and matching logic to ensure accurate query resolution.
36edfcc to
e3a66af
Compare
Implements
querySelector/querySelectorAllwith a fallback to the Blink engine when enabled.Changes:
Tests:
node scripts/run_bridge_unit_test.js(recommended)Summary by CodeRabbit
New Features
Tests
✏️ Tip: You can customize this high-level summary in your review settings.