mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
47aa8b6b4d
For OOP iframe documents, we can't support NODE_CHILD_OF in the usual way, since the iframe resides in a different process. Previously, we incorrectly returned the application accessible. This was breaking focus ancestry walking for JAWS. Instead, don't expose NODE_CHILD_OF at all in this case. This is fine because the client will then request the parent instead, which will be correctly handled by platform/AccessibleOrProxy code. Differential Revision: https://phabricator.services.mozilla.com/D70163 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
android | ||
aom | ||
atk | ||
base | ||
generic | ||
html | ||
interfaces | ||
ipc | ||
mac | ||
other | ||
tests | ||
windows | ||
xpcom | ||
xul | ||
moz.build |