Closed
Bug 1694566
Opened 4 years ago
Closed 4 years ago
Unified hierarchy for Accessible
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
88 Branch
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: Jamie, Assigned: eeejay)
References
(Blocks 2 open bugs)
Details
Attachments
(4 files)
With Accessible as the base for both local and remote accessibles, we can have methods for a unified hierarchy. This will be similar to the functionality currently provided by AccessibleOrProxy, but without the indirection.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D106677
Assignee | ||
Comment 3•4 years ago
|
||
This is in preparation for the next patch the virtualizes ChildAtPoint
in the Accessible class. LocalChildAtPoint allows us to house local-only
child at point implementations.
Depends on D106678
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D106679
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d3264df46d0a
P1: Allow seamless parent/child retrieval across processes. r=Jamie
https://hg.mozilla.org/integration/autoland/rev/5c3abdd1e84d
P2: Make EWhichChildAtPoint an enum class and put it in Accessible. r=Jamie
https://hg.mozilla.org/integration/autoland/rev/f29c6c44ae8e
P3: Rename ChildAtPoint to LocalChildAtPoint. r=Jamie
https://hg.mozilla.org/integration/autoland/rev/b6b782b4c073
P4: Introduce polymorphic ChildAtPoint that returns remote or local accessibles. r=Jamie
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d3264df46d0a
https://hg.mozilla.org/mozilla-central/rev/5c3abdd1e84d
https://hg.mozilla.org/mozilla-central/rev/f29c6c44ae8e
https://hg.mozilla.org/mozilla-central/rev/b6b782b4c073
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox88:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 88 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•