Closed
Bug 1694571
Opened 4 years ago
Closed 3 years ago
Remove AccessibleOrProxy
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: Jamie, Assigned: morgan)
References
Details
Attachments
(1 file)
Once we have a unified hierarchy in the Accessible base class, there's no longer any need for AccessibleOrProxy. 🕺 Anything holding an AccessibleOrProxy should instead hold an Accessible, and any local/remote conditions should use AsLocal/AsRemote.
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → mreschenberg
Assignee | ||
Comment 1•3 years ago
|
||
:Jamie, should things that previously had an AccOrProxy hold an Accessible object, or should they hold a pointer to an Accessible?
Flags: needinfo?(jteh)
Reporter | ||
Comment 2•3 years ago
|
||
They should hold a pointer to an Accessible (Accessible*
).
Flags: needinfo?(jteh)
Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Attachment #9227238 -
Attachment description: WIP: Bug 1694571: Replace AccessibleOrProxy's with Accessible's r?eeejay,Jamie → Bug 1694571: Replace AccessibleOrProxy's with Accessible's r?eeejay,Jamie
Pushed by mreschenberg@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6252b89c5237
Replace AccessibleOrProxy's with Accessible's r=Jamie
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•