зеркало из https://github.com/mozilla/gecko-dev.git
9e31e95a78
It must be possible to retrieve any accessible by calling IAccessible::accChild on the RootAccessible (in the parent process) with the unique id of the desired accessible. Among other things, this is the way accessibility events are targeted on Windows. Previously, this code only searched remote documents at the top level of the tree. In order to support out-of-process iframes, it must now also search embedded documents at the top level of their content process. As part of this, the MSAA id must be set for out-of-process iframe documents, just as it is for top level documents. This was already being sent from the content process, but previously, we didn't store this in the parent process. Differential Revision: https://phabricator.services.mozilla.com/D32417 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
ia2 | ||
msaa | ||
sdn | ||
uia | ||
ProxyWrappers.h | ||
moz.build |