gecko/js/xpconnect
Trevor Saunders c3c68a2d4d bug 1250486 - get rid of the static ctor for XPCShellImpl.cpp r=bz
The dtor for PersistentRooted<> removes it from a linked list, which means we
need a static ctor to register that dtor with the atexit machinary.  So the
easiest thing to do is make sScriptedInterruptCallback a pointer that points to
a PersistentRootedValue we allocate on the heap.
2016-02-29 08:35:07 -05:00
..
crashtests No bug - Various crashtest manifest cleanups. 2015-10-31 19:35:27 -04:00
idl Bug 1250917 - Remove NS_SUCCESS_I_DID_SOMETHING; r=bholley 2016-02-25 09:28:06 +01:00
loader Bug 1249389 - part 4 - make StartupCache::GetBuffer take a UniquePtr outparam; r=erahm 2016-02-18 12:26:28 -05:00
public Bug 1191100 - Remove XPIDL signature comments in .cpp files. r=ehsan 2015-08-04 16:17:36 -07:00
shell Bug 1207030 - Enable -Wshadow flag in more directories that have no -Wshadow warnings. r=glandium 2015-09-22 21:39:03 -07:00
src bug 1250486 - get rid of the static ctor for XPCShellImpl.cpp r=bz 2016-02-29 08:35:07 -05:00
tests Bug 1244222 - Tests. r=bz 2016-02-09 14:55:52 -08:00
wrappers bug 1250486 - make some xpconnect wrapper ctors constexpr to get rid of static constructors r=bz 2016-02-29 08:35:06 -05:00
moz.build