mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
da36b6436a
When a selection event is dropped due to coalescence, we still include the impacted Accessible in the SelectedAccessiblesChanged notification we send to the parent process. Although we skip events with defunct targets, we weren't skipping defunct items referenced by selection events. This meant that if an Accessible was selected/unselected but was shut down before we sent SelectedAccessiblesChanged, the notification would include a dead Accessible. This was causing an assertion in the parent process. To fix this, we now ignore defunct items in selection events. Differential Revision: https://phabricator.services.mozilla.com/D162551 |
||
---|---|---|
.. | ||
browser | ||
crashtests | ||
mochitest |