Closed
Bug 1755604
Opened 3 years ago
Closed 3 years ago
Add IsBefore and IsAncestorOf methods to Accessible
Categories
(Core :: Disability Access APIs, task)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
99 Branch
Tracking | Status | |
---|---|---|
firefox99 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
Details
Attachments
(1 file)
To search for paragraph boundaries, we need Accessible::IsAncestorOf. I originally thought we'd need IsBefore as well, but it turns out we don't. Still, I think it's useful and we already use that code in TextLeafPoint.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Attachment #9264082 -
Attachment description: Bug 1730090 alternative part 2: Add Accessible::IsBefore/IsAncestorOf. → Bug 1755604: Add Accessible::IsBefore/IsAncestorOf.
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3fb940c71b19
Add Accessible::IsBefore/IsAncestorOf. r=eeejay
Comment 3•3 years ago
|
||
Backed out 4 changesets (bug 1730090, bug 1755604, bug 1755420) for causing build bustages in accessible/base/TextLeafRange.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/6938c3b26d145c7e2c77f078566463df66d45359
NFO - In file included from Unified_cpp_accessible_base1.cpp:29:
[task 2022-02-18T06:06:16.637Z] 06:06:16 ERROR - /builds/worker/checkouts/gecko/accessible/base/TextLeafRange.cpp:361:15: error: expected unqualified-id
[task 2022-02-18T06:06:16.637Z] 06:06:16 INFO - if (RefPtr{aAcc->DisplayStyle()} == nsGkAtoms::block ||
Flags: needinfo?(jteh)
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(jteh)
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b5663402b5f2
Add Accessible::IsBefore/IsAncestorOf. r=eeejay
Comment 5•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•