gecko/accessible/ipc
Trevor Saunders ac0bc4f5e9 bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug
After the child sends the __delete__ message to the parent there is a period of
time in which the actor is registered, but the parent hasn't yet processed the
__delete__ message.  During that time the parent can still try and send
messages to the child, but that will crash the child process.  Fix this race by
making the child send a shutdown message to the parent, and have the parent
send __delete__ when it handles that message.
2015-06-05 16:10:34 -04:00
..
DocAccessibleChild.cpp bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug 2015-06-05 16:10:34 -04:00
DocAccessibleChild.h bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug 2015-06-05 16:10:34 -04:00
DocAccessibleParent.cpp bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug 2015-06-05 16:10:34 -04:00
DocAccessibleParent.h bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug 2015-06-05 16:10:34 -04:00
moz.build Bug 1145292 - IPC Proxy for ImageAccessible, r=tbsaunde 2015-03-22 23:44:12 +02:00
PDocAccessible.ipdl bug 1170595 - switch to sending __delete__ from the parent instead of the child r=davidb, smaug 2015-06-05 16:10:34 -04:00
ProxyAccessible.cpp bug 1169376 - Allow getting the OuterDocAccessible for the tab's top level document r=davidb 2015-05-29 15:51:30 -04:00
ProxyAccessible.h bug 1169376 - Allow getting the OuterDocAccessible for the tab's top level document r=davidb 2015-05-29 15:51:30 -04:00