Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1749762: Don't emit load_complete, reload and load_stopped signal…
…s on objects that don't support AtkDocument. r=eeejay In Gecko, ARIA documents and dialogs can fire load complete/reload/load stopped events, but they don't support AtkDocument. Since the corresponding ATK signals are only supported on AtkDocument, just ignore these events for anything which isn't a DocAccessible. This has no impact on clients, since the signal was invalid anyway, but it does prevent errors being logged. Differential Revision: https://phabricator.services.mozilla.com/D135975
- Loading branch information