Closed
Bug 1754360
Opened 3 years ago
Closed 3 years ago
Move EndOffset to base 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
(Whiteboard: [ctw-m1])
Attachments
(1 file)
StartOffset was moved in bug 1742917. We need EndOffset for Pivot (bug 1747172).
Assignee | ||
Comment 1•3 years ago
|
||
Similar to StartOffset:
- There was a Windows non-cached RemoteAccessible implementation, but it was never actually called, so I removed it.
- The sync IPDL RemoteAccessible implementation previously provided a boolean indicating success.
I removed this because the LocalAccessible implementation doesn't have this and it doesn't seem like remote is special in this respect.
Pushed by jteh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eefa5c0ecffd
Move EndOffset to base Accessible. r=eeejay
Comment 3•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
•