fune/accessible
James Teh 640af21671 Bug 1789750: Don't try to get a COM proxy in Windows RemoteAccessible when the cache is disabled. r=nlapre
For methods supported by the cache, we already delegate to RemoteAccessibleBase where the caching implementation lives.
However, there are still some less used methods which aren't supported by the cache yet.
These methods are never called by the code which Windows a11y clients interact with (MsaaAccessible and friends).
However, they can be called from XPCOM; e.g. when using the Browser Console.
For now, just early return in these cases so we don't crash.
Eventually, we'll need to unify these methods and support them with the cache enabled.

Differential Revision: https://phabricator.services.mozilla.com/D156771
2022-09-09 01:44:52 +00:00
..
android Bug 1786519 - Null check BrowserParent's element and its owner doc. r=Jamie 2022-08-30 23:04:14 +00:00
aom Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
atk Bug 1786638: Return early if we can't fetch an internal obj when computing ATK relations r=Jamie 2022-08-24 04:44:38 +00:00
base Bug 1789903: Remove unused member-var AccMutationEvent::mNode. r=morgan 2022-09-08 19:04:10 +00:00
basetypes Bug 1787101: HyperTextAccessibleBase::OffsetAtPoint: Transform the offset before returning it. r=morgan 2022-08-26 07:25:12 +00:00
docs Bug 1771514: Add design review and preliminary HCM documentation r=Jamie 2022-06-08 16:18:32 +00:00
generic Bug 1789790: When a row is added to a table, push a cache update for the table's layout guess. r=morgan 2022-09-08 23:47:37 +00:00
html Bug 1472024 part 2: Add curly braces around if-controlled statements in HTMLTableAccessible.cpp. r=eeejay 2022-08-25 20:31:17 +00:00
interfaces Bug 1732280 - Implement mappings for sub, sup elements and subscript, superscript roles, r=Jamie 2022-08-31 16:48:56 +00:00
ipc Bug 1789750: Don't try to get a COM proxy in Windows RemoteAccessible when the cache is disabled. r=nlapre 2022-09-09 01:44:52 +00:00
mac Bug 1726124: [Part 2] Only fire TABLE_STYLING_CHANGED events on tables, not table parts r=Jamie 2022-08-30 23:12:19 +00:00
other Bug 1713050 - P3: Add more granularities to AXSelectedTextChanged events. r=morgan 2022-03-16 05:56:26 +00:00
tests Backed out changeset e8354032aaf6 (bug 1787274) for being the likely cause of Fenix & Focus UI test bustage. 2022-09-07 13:41:40 -04:00
windows Bug 1787692: Partially support ISimpleDOMNode::nodeInfo for cached RemoteAccessibles. r=morgan 2022-09-05 04:30:44 +00:00
xpcom Bug 1234121: Unify FocusedChild() in Accessible base class r=Jamie 2022-08-19 02:42:30 +00:00
xul Bug 1234121: Unify FocusedChild() in Accessible base class r=Jamie 2022-08-19 02:42:30 +00:00
moz.build