gecko-dev/accessible
James Teh 165b6e2e26 Bug 1598750: Make browser_nested_iframe.js wait for doc load complete if the nested iframe doc accessible isn't present yet. r=morgan
For OOP iframes, a doc load complete event on the embedder document doesn't necessarily mean the iframe document has finished loading yet.
We already checked for the busy state on the nested iframe doc and waited for a doc load complete event in that case.
However, depending on timing, it might be possible there is no document at all (even a busy one), so we should wait for doc load complete in that case too.
This is a speculative fix; I wasn't able to reproduce this myself.

Differential Revision: https://phabricator.services.mozilla.com/D118123
2021-06-22 23:11:25 +00:00
..
android Bug 1714390 - P7: Add custom de/serializer for AccAttributes. r=Jamie 2021-06-10 23:07:07 +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 1714390 - P7: Add custom de/serializer for AccAttributes. r=Jamie 2021-06-10 23:07:07 +00:00
base Bug 1542807 part 1 - Create generated content and use normal box construction for list-style-type/list-style-image ::markers. r=emilio 2021-06-14 01:22:04 +00:00
basetypes Bug 1694566 - P4: Introduce polymorphic ChildAtPoint that returns remote or local accessibles. r=Jamie 2021-03-03 06:10:02 +00:00
generic Bug 1691813 - Use TreeWalker to find accessible descendants. r=Jamie 2021-06-16 18:05:13 +00:00
html Bug 1542807 part 1 - Create generated content and use normal box construction for list-style-type/list-style-image ::markers. r=emilio 2021-06-14 01:22:04 +00:00
interfaces Bug 1691813 - Use TreeWalker to find accessible descendants. r=Jamie 2021-06-16 18:05:13 +00:00
ipc Bug 1713680: Correctly handle the case where the BrowserBridgeParent for an OOP iframe changes while addition of its DocAccessibleParent is still pending. r=eeejay 2021-06-16 11:50:09 +00:00
mac Bug 1714390 - P7: Add custom de/serializer for AccAttributes. r=Jamie 2021-06-10 23:07:07 +00:00
other Bug 1693597 - P2: Rename ProxyAccessible to RemoteAccessible. r=morgan 2021-02-19 23:14:33 +00:00
tests Bug 1598750: Make browser_nested_iframe.js wait for doc load complete if the nested iframe doc accessible isn't present yet. r=morgan 2021-06-22 23:11:25 +00:00
windows Bug 1716549: Make MsaaAccessible::QueryInterface return interfaces that are always available even if the underlying Accessible is dead. r=morgan 2021-06-22 15:52:26 +00:00
xpcom Bug 1691813 - Use TreeWalker to find accessible descendants. r=Jamie 2021-06-16 18:05:13 +00:00
xul Bug 1714390 - P4: Set non-string values in AccAttributes when possible. r=Jamie 2021-06-10 23:07:06 +00:00
moz.build Bug 1694203 - P1: Add Accessible and have LocalAccessible inherit from it. r=Jamie 2021-03-02 16:32:21 +00:00