gecko/js/xpconnect/src
Boris Zbarsky 2399aa7dd7 Bug 864727 part 1. Root the global before calling WrapObject in XPCConvert. r=bholley
I sort of wish GetGlobalJSObject just returned a handle.
2013-04-25 12:29:52 -04:00
..
BackstagePass.h Bug 820170 - Weak ref support for globals. r=bholley 2013-04-04 11:27:40 +02:00
dictionary_helper_gen.conf Bug 407983, add clipboard events constructor, r=smaug 2013-03-11 11:49:56 -04:00
dictionary_helper_gen.py Bug 855668 - GC: Rooting in DictionaryHelpers.cpp r=smaug 2013-03-27 17:46:52 +00:00
dom_quickstubs.qsconf Backout 3e7970330a3e for being wrong 2013-04-22 02:01:36 -04:00
event_impl_gen.conf.in Bug 525444 - (Part 1/3) Basic SpeechSynthesis setup and voice registration. r=smaug 2013-04-03 15:13:16 -07:00
event_impl_gen.py Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
Makefile.in Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
moz.build Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
nsDOMQS.h Back out bug 860591 (rev 8488f69f8f91) because it causes orange, resulting in a CLOSED TREE 2013-04-12 12:50:06 -04:00
nsScriptError.cpp Bug 841359 - Always log error originating from windows with chrome principals. r=bz 2013-02-16 17:01:59 -08:00
nsXPConnect.cpp Bug 863289 - GC: Continue the rooting of XPConnect r=bholley 2013-04-17 16:38:44 +01:00
qsgen.py Bug 854614 - Root result and argument JS::Values. r=bz 2013-04-11 13:57:03 +02:00
qsObjectHelper.h
qsWinUndefs.h
README
xpc.msg Bug 847181: prune unused printing-related nsresult codes, make printing error codes available in Components.results, and improve English of printing error messages. r=smaug 2013-03-08 21:45:14 -05:00
XPCCallContext.cpp Bug 863767 - GC: Rooting for XPCCallContext r=bholley 2013-04-20 09:52:56 +01:00
XPCComponents.cpp Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger 2013-04-24 00:22:37 -04:00
XPCContext.cpp
XPCConvert.cpp Bug 864727 part 1. Root the global before calling WrapObject in XPCConvert. r=bholley 2013-04-25 12:29:52 -04:00
XPCDebug.cpp Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted outside SpiderMonkey r=terrence 2013-03-06 16:41:43 +00:00
XPCException.cpp
XPCForwards.h
XPCInlines.h Bug 864046 - GC: Almost the last rooting fixes in XPConnect - part 2 r=bholley 2013-04-20 13:08:16 +01:00
XPCJSContextStack.cpp Bug 858677 - Fix up code not built by SpiderMonkey to use the newly-changed deletion signatures. r=bholley, r=billm 2013-04-05 21:22:55 -07:00
XPCJSID.cpp Bug 864046 - GC: Almost the last rooting fixes in XPConnect - part 1 r=bholley 2013-04-20 10:41:47 +01:00
XPCJSMemoryReporter.h Bug 859657 (part 2) - Remove nsIMemoryMultiReporter.explicitNonHeap because it's more trouble than it's worth; also remove the "explicit" single reporter. r=jlebar. 2013-04-11 20:52:32 -07:00
XPCJSRuntime.cpp Bug 864046 - GC: Almost the last rooting fixes in XPConnect - part 1 r=bholley 2013-04-20 10:41:47 +01:00
XPCJSWeakReference.cpp Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
XPCJSWeakReference.h
XPCLocale.cpp Bug 858108 - GC: Root the Locale interface r=terrence r=bholley 2013-04-05 10:45:50 +01:00
XPCLog.cpp
XPCLog.h
XPCMaps.cpp Bug 765432 - Make JS_IsAboutToBeFinalized indirect; r=bholley,billm 2013-03-28 13:27:29 -07:00
XPCMaps.h Bug 864046 - GC: Almost the last rooting fixes in XPConnect - part 2 r=bholley 2013-04-20 13:08:16 +01:00
XPCModule.cpp
XPCModule.h
xpcObjectHelper.h Fix for bug 830879 (HTML Element WebIDL bindings require classinfo). r=bz. 2013-01-10 10:54:32 +01:00
xpcprivate.h Bug 864046 - GC: Almost the last rooting fixes in XPConnect - part 2 r=bholley 2013-04-20 13:08:16 +01:00
xpcpublic.h Bug 858642 - Null-check the XBL scope. r=bz 2013-04-05 12:04:09 -07:00
XPCQuickStubs.cpp Bug 863289 - GC: Continue the rooting of XPConnect r=bholley 2013-04-17 16:38:44 +01:00
XPCQuickStubs.h Bug 864046 - GC: Almost the last rooting fixes in XPConnect - part 2 r=bholley 2013-04-20 13:08:16 +01:00
XPCRuntimeService.cpp Bug 861269 - GC: Continuing the rooting of XPConnect - Convert id_ to idArg style arguments r=bholley 2013-04-15 15:29:37 +01:00
XPCStack.cpp Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
XPCString.cpp Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
XPCThrower.cpp Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
XPCVariant.cpp Bug 863289 - GC: Continue the rooting of XPConnect r=bholley 2013-04-17 16:38:44 +01:00
XPCWrappedJS.cpp Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
XPCWrappedJSClass.cpp Bug 864748 - Avoid accessing uninitialized data when calling a getter r=bholley 2013-04-24 10:45:40 +01:00
XPCWrappedNative.cpp Bug 863289 - GC: Continue the rooting of XPConnect r=bholley 2013-04-17 16:38:44 +01:00
XPCWrappedNativeInfo.cpp Bug 854503 - Rename JS unwrapping functions. r=bholley 2013-04-11 11:50:18 -07:00
XPCWrappedNativeJSOps.cpp Bug 863767 - GC: Rooting for XPCCallContext r=bholley 2013-04-20 09:52:56 +01:00
XPCWrappedNativeProto.cpp Bug 858107 - GC: Some more rooting in XPConnect - misc rooting r=bholley 2013-04-03 13:43:04 +01:00
XPCWrappedNativeScope.cpp Bug 858677 - Fix up code not built by SpiderMonkey to use the newly-changed deletion signatures. r=bholley, r=billm 2013-04-05 21:22:55 -07:00
XPCWrapper.cpp Bug 854503 - Rename JS unwrapping functions. r=bholley 2013-04-11 11:50:18 -07:00
XPCWrapper.h Bug 854480 - Remove old-style unwrapping infrastructure. r=mrbkap 2013-04-01 15:17:51 -07:00

see http://www.mozilla.org/scriptable