gecko-dev/accessible/windows
James Teh fa611658d4 Bug 1368270: When shutting down Windows AccessibleWraps, don't clear the id. r=MarcoZ
When an Accessible is shut down, there might still be external references to it, so we keep the instance alive.
We don't want to reuse the id until all references are released, so we only release the id in the destructor (which runs when all references are released).
Previously, we were clearing the id variable in Shutdown, which meant we couldn't release the id in the destructor!
This meant we always leaked ids, never reusing them.
Now, we don't clear the id in Shutdown.

Differential Revision: https://phabricator.services.mozilla.com/D84653
2020-07-23 11:18:57 +00:00
..
ia2 Bug 1644079 - Fix invalid array index access in ia2Accessible::get_selectionRanges. r=MarcoZ 2020-06-08 09:14:56 +00:00
msaa Bug 1368270: When shutting down Windows AccessibleWraps, don't clear the id. r=MarcoZ 2020-07-23 11:18:57 +00:00
sdn Bug 1612085 - part 1: Hide constructor of `nsRange` r=smaug 2020-01-30 13:23:35 +00:00
uia Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ProxyWrappers.h Bug 1607595 - Remove uses of mozilla::IsBaseOf. r=froydnj 2020-01-08 14:52:10 +00:00
moz.build Bug 1543298 part 1: Add a stub AccessibleWrap used in a Windows content process for an embedded document residing in another content process. r=eeejay 2019-05-23 18:14:39 +00:00