Add basic testing for text caching
Categories
(Core :: Disability Access APIs, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: Jamie, Assigned: Jamie)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
ADD XPCOM support for the HyperTextAccessibleBase methods implemented in bug 1730088. Add some basic browser tests which utilise this to test cached text and word/line start offsets.
Assignee | ||
Comment 1•3 years ago
|
||
When the cache is disabled, we need a different implementation of RemoteAccessible::CharacterCount for non-Windows.
This already existed, but it hid the base implementation rather than overriding it.
On Windows, we don't support this for RemoteAccessible at all unless the cache is enabled, so there's no change there.
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
This is to make way for a new Intl which returns HyperTextAccessibleBase.
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/29a1819168be
https://hg.mozilla.org/mozilla-central/rev/4030c1053bc8
https://hg.mozilla.org/mozilla-central/rev/f487ae5b6da2
https://hg.mozilla.org/mozilla-central/rev/bee58fee1d01
https://hg.mozilla.org/mozilla-central/rev/516a599e3187
Description
•