Loading
Bug 1848991: Attach a RemoteAccessible to its parent before calling ProxyCreated. (ESR) a=RyanVM
This is what we did before the fix for bug 1779578. Failure to do this meant that RemoteAccessible::IsLink() returned false even for a child of a HyperText Accessible, which meant the ATK object was created without the HyperLink interface. This change requires that we move the handling of pending OOP child docs, since we can't add a child document until ProxyCreated has been called on the OuterDoc. Original Revision: https://phabricator.services.mozilla.com/D186423 Depends on D192440 Differential Revision: https://phabricator.services.mozilla.com/D192441