fix(cua-driver): read macOS browser checkbox state - #3404
Open
injaneity wants to merge 1 commit into
Open
Conversation
injaneity
force-pushed
the
fix/chrome-151-macos-remote-debugging-checkbox
branch
from
August 27, 2026 02:43
15c4a6b to
ad79aa1
Compare
injaneity
marked this pull request as ready for review
August 27, 2026 02:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
problem
chrome 151 on macos exposes the exact
chrome://inspect/#remote-debuggingcheckbox with a booleanaxvalue. the adapter accepted only numeric0/1, so existing-profile preparation refused withthe exact remote-debugging checkbox had an unknown checked statebefore browser use or session cleanup could run.scope
cfbooleanvalues and exact numeric0/1copy_bool_attrcontract unchangedduplicate and conflict check
no active pr already implements strict macos binary ax reads. #1757 changes batched tree reads in the same binding file but does not normalize boolean/numeric control state. #2064 added numeric
axvaluesupport but does not cover binary reads.validation
exact source:
ad79aa13eb06a52c13cc21a0a87c8cc80d389dd1cargo test -p platform-macos ax::bindings::tests: 2 passedcargo test -p platform-macos browser::setup_ui::tests: 20 passedcargo fmt --all -- --checkgit diff --checkunknown checked stateend_session, devtools-listener shutdown, and the final native-tree assertion thatallow remote debuggingwas absentartifacts/cua-driver/macos-binary-checkbox-diagnostic-20260827T024423Z/com.google.Chromebuild because Google’s public stable endpoint no longer serves that patchknown gaps