gecko/accessible/ipc
Trevor Saunders 0ec2314a66 bug 1088148 - Notify the main process of new child docs after firing events r=davidb
If we notify the parent process about new child documents before we
notify it of events it is possible the parent process's tree is out of
sync with ours, and doesn't contain the outer doc accessible for the new
document.  SO we need to first notify the parent of changes in the
accessible tree for the document, and then we can notify it of new child
documents.  We must also make sure when we serialize a subtree that is
being created to not include the sub document or its accessible tree.
2014-10-28 14:18:03 -04:00
..
DocAccessibleChild.cpp bug 1088148 - Notify the main process of new child docs after firing events r=davidb 2014-10-28 14:18:03 -04:00
DocAccessibleChild.h bug 1088477 - implement Accessible::Description for proxies r=davidb 2014-10-23 23:21:44 -04:00
DocAccessibleParent.cpp bug 1087498 - ifdef out debug only code r=davidb 2014-10-22 14:30:30 -04:00
DocAccessibleParent.h Bug 1087306 - Fix some more bad implicit constructors in accessible; r=tbsaunde 2014-10-10 17:28:35 -04:00
moz.build bug 982842 - initial a11y ipc impl r=davidb, bent 2014-03-07 16:35:19 -05:00
PDocAccessible.ipdl bug 1088477 - implement Accessible::Description for proxies r=davidb 2014-10-23 23:21:44 -04:00
ProxyAccessible.cpp bug 1088477 - implement Accessible::Description for proxies r=davidb 2014-10-23 23:21:44 -04:00
ProxyAccessible.h bug 1088477 - implement Accessible::Description for proxies r=davidb 2014-10-23 23:21:44 -04:00