gecko-dev/accessible/windows
Trevor Saunders 772b2cc2a5 bug 1351475 - allow the windows ProxyDestroyed() function to called with a proxy with no wrapper.
unfortunately because creating a DocAccessibleParent is not atomic one can be
created by AllocPDocAccessible(), but then RecvPDocAccessibleConstructor() can
fail.  If that happens we will call actor destroyed on the new
DocAccessibleParent, however because the constructor messaged failed it will
not have a wrapper.  That means this assert does not necessarily hold.
2017-03-29 15:32:28 -04:00
..
ia2 Bug 1323055: Remove A11Y_TRYBLOCK_* from Windows a11y code; r=tbsaunde 2016-12-20 13:41:24 -07:00
msaa bug 1351475 - allow the windows ProxyDestroyed() function to called with a proxy with no wrapper. 2017-03-29 15:32:28 -04:00
sdn Bug 1346967: Generate metadata for all three ISimpleDOM interfaces via a single combined run of MIDL; r=tbsaunde 2017-03-13 16:39:28 -06:00
uia Bug 1323055: Remove A11Y_TRYBLOCK_* from Windows a11y code; r=tbsaunde 2016-12-20 13:41:24 -07:00
ProxyWrappers.h Bug 1322465 part 1 - Use explicit/MOZ_IMPLICIT for the unary constructors in accessible/. r=Ehsan 2016-12-16 15:43:21 +08:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00