Closed
Bug 1644319
Opened 4 years ago
Closed 4 years ago
Move code specific to document parent into DocAccessibleWrap::get_accParent
Categories
(Core :: Disability Access APIs, task, P2)
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
Details
Attachments
(1 file)
get_accParent needs to do some specific things for DocAccessibles. The code specific to DocAccessibles in content processes resides in DocAccessibleWrap. However, for the parent process, we have code which checks for a DocAccessible in the base AccessibleWrap implementation. As well as being confusing, this makes it trickier to make assertions about what code runs when. We should move anything specific to DocAccessibles into DocAccessibleWrap's override.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by mzehe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/46949a930b64
Move code specific to DocAccessibles out of AccessibleWrap::get_accParent and into DocAccessibleWrap::get_accParent. r=MarcoZ
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•