gecko-dev/accessible
James Teh 6c7598c3fe Bug 1772050: Don't call Attributes() in Android's HandleLiveRegionEvent. r=eeejay
Attributes() might do computation that we'll just throw away; e.g. building a CachedTableAccessible.
In a content process, cached data structures like this will never get used by a client, so building them will always be wasteful.
Instead, use nsAccUtils::SetLiveContainerAttributes, which only computes live region stuff.

Differential Revision: https://phabricator.services.mozilla.com/D151799
2022-07-14 21:58:37 +00:00
..
android Bug 1772050: Don't call Attributes() in Android's HandleLiveRegionEvent. r=eeejay 2022-07-14 21:58:37 +00:00
aom Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
atk Bug 1757126 part 4: Support AccessKey on cached RemoteAccessible. r=morgan 2022-07-14 05:48:16 +00:00
base Bug 1779519 - gfxFontCache expiration tracker operations should be more atomic. r=jfkthame 2022-07-14 19:53:09 +00:00
basetypes Bug 1757126 part 4: Support AccessKey on cached RemoteAccessible. r=morgan 2022-07-14 05:48:16 +00:00
docs Bug 1771514: Add design review and preliminary HCM documentation r=Jamie 2022-06-08 16:18:32 +00:00
generic Bug 1757126 part 4: Support AccessKey on cached RemoteAccessible. r=morgan 2022-07-14 05:48:16 +00:00
html Bug 1757121 part 1: Allow nsAccessibilityService::MarkupAttribute/MarkupAttributes to take an Accessible. r=morgan 2022-07-12 02:45:56 +00:00
interfaces Bug 1778211 - Reject xpidl CDATA containing 'virtual', r=xpcom-reviewers,necko-reviewers,mccr8,dragana 2022-07-06 14:53:06 +00:00
ipc Bug 1757126 part 4: Support AccessKey on cached RemoteAccessible. r=morgan 2022-07-14 05:48:16 +00:00
mac Backed out changeset 588fd65ea989 (bug 1778550) for causing mochitest failures on browser_hierarchy.js, browser_rootgroup.js, browser_text_leaf.js CLOSED TREE 2022-07-14 03:20:35 +03:00
other Bug 1713050 - P3: Add more granularities to AXSelectedTextChanged events. r=morgan 2022-03-16 05:56:26 +00:00
tests Bug 1757126 part 4: Support AccessKey on cached RemoteAccessible. r=morgan 2022-07-14 05:48:16 +00:00
windows Bug 1779519 - gfxFontCache expiration tracker operations should be more atomic. r=jfkthame 2022-07-14 19:53:09 +00:00
xpcom Bug 1757126 part 4: Support AccessKey on cached RemoteAccessible. r=morgan 2022-07-14 05:48:16 +00:00
xul Backed out 9 changesets (bug 1772006) causing build bustages on nsTString.cpp. CLOSED TREE 2022-06-11 01:13:42 +03:00
moz.build Bug 1755383 - P3: Migrate HTML selection tests from mochitests to browser tests. r=morgan 2022-02-16 18:42:54 +00:00