gecko/js/xpconnect/src
2014-04-13 18:53:36 -04:00
..
BackstagePass.h Bug 978995 - Stop exporting symbols from xpconnect; r=bholley 2014-03-03 20:51:27 -05:00
dom_quickstubs.qsconf Bug 995754 - Remove nsIDOMToString; r=bzbarsky 2014-04-13 18:53:36 -04:00
event_impl_gen.conf.in
event_impl_gen.py Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley 2014-04-08 18:27:18 -04:00
jsshell.msg
Makefile.in Bug 978611 - Part 3: Get rid of legacy dictionaries: events and codegen. r=smaug,khuey 2014-03-07 20:51:51 +09:00
moz.build Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug 2014-04-03 13:18:38 +09:00
nsCxPusher.cpp Bug 979481 - Make the SafeJSContext default to a null compartment, and have AutoSafeJSContext enter the compartment instead. r=bz 2014-03-26 10:59:03 -03:00
nsCxPusher.h Bug 979481 - Make the SafeJSContext default to a null compartment, and have AutoSafeJSContext enter the compartment instead. r=bz 2014-03-26 10:59:03 -03:00
nsDOMQS.h Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug 2014-03-05 09:37:43 +09:00
nsScriptError.cpp
nsXPConnect.cpp Bug 993053 - Add xpc::InitGlobal containing the common code for wrapping main-thread XPConnect and WebIDL globals. r=bholley. 2014-02-05 22:09:19 +01:00
qsgen.py Bug 993889 part 4. Remove the scope argument of xpc_FastGetCachedWrapper. r=bholley 2014-04-10 00:58:42 -04:00
qsObjectHelper.h
qsWinUndefs.h
README
Sandbox.cpp Bug 995047. Change out stack/exception APIs to hand out AString instead of AUTF8String for filename/functionname, so we end up with fewer string conversions in practice. r=smaug 2014-04-11 22:20:40 -04:00
xpc.msg
XPCCallContext.cpp Backed out 9 changesets (bug 965920, bug 966765, bug 966766) 2014-02-04 21:01:19 -08:00
XPCComponents.cpp Bug 995047. Change out stack/exception APIs to hand out AString instead of AUTF8String for filename/functionname, so we end up with fewer string conversions in practice. r=smaug 2014-04-11 22:20:40 -04:00
XPCContext.cpp
XPCConvert.cpp Bug 983989 - Part c: Cleanup XPCConvert::NativeData2JS; r=bholley 2014-04-12 10:15:58 +02:00
XPCDebug.cpp Bug 972319, part 2 - Transition some code using JS_SaveExceptionState to JS::AutoSaveExceptionState. r=bholley. 2014-02-26 08:55:34 -06:00
XPCException.cpp
XPCForwards.h
XPCInlines.h
XPCJSContextStack.cpp Bug 890686 - Implement JS_GlobalObjectTraceHook, and install it appropriately. (r=billm) 2014-04-04 16:58:08 -07:00
XPCJSID.cpp Bug 965920, part3b - Add mozilla namespace to StaticRefPtr on this CLOSED TREE. r=bustage 2014-02-04 20:09:26 -08:00
XPCJSMemoryReporter.h
XPCJSRuntime.cpp Bug 989509 - Part 1: js/ (r=luke) 2014-04-03 19:29:40 -07:00
XPCJSWeakReference.cpp Bug 993889 part 1. Remove "scope" argument from nsContentUtils::WrapNative. r=bholley 2014-04-10 00:58:41 -04:00
XPCJSWeakReference.h
XPCLocale.cpp Bug 978995 - Stop exporting symbols from xpconnect; r=bholley 2014-03-03 20:51:27 -05:00
XPCLog.cpp
XPCLog.h
XPCMaps.cpp
XPCMaps.h Bug 959787 - Handlify remaining JS APIs r=sfink r=bholley r=smaug 2014-04-02 15:28:03 +01:00
XPCModule.cpp
XPCModule.h
xpcObjectHelper.h
xpcprivate.h Bug 993053 - Add xpc::InitGlobal containing the common code for wrapping main-thread XPConnect and WebIDL globals. r=bholley. 2014-02-05 22:09:19 +01:00
xpcpublic.h Bug 993889 part 4. Remove the scope argument of xpc_FastGetCachedWrapper. r=bholley 2014-04-10 00:58:42 -04:00
XPCQuickStubs.cpp Bug 845478 - Part 6: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...}, argc, vp in js/xpconnect/. r=bz 2014-03-24 08:49:57 -04:00
XPCQuickStubs.h Bug 959787 - Handlify remaining JS APIs r=sfink r=bholley r=smaug 2014-04-02 15:28:03 +01:00
XPCRuntimeService.cpp
XPCShellImpl.cpp Bug 959787 - Handlify JS_ExecuteScript and JS::Evaluate APIs r=terrence r=bz 2014-04-01 11:34:39 +01:00
XPCString.cpp Bug 934817 - Part 2: Remove 0-length check in XPCStringConvert::ReadableToJSVal and XPCConvert::NativeData2JS. r=bz 2014-02-14 11:15:42 -05:00
XPCThrower.cpp
XPCVariant.cpp Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz 2014-02-12 10:50:46 +00:00
XPCWrappedJS.cpp Bug 798158 - Part 1: Use a pointer-sized type to store refcounts internally; r=bsmedberg 2014-03-27 16:38:33 -04:00
XPCWrappedJSClass.cpp Bug 995047. Change out stack/exception APIs to hand out AString instead of AUTF8String for filename/functionname, so we end up with fewer string conversions in practice. r=smaug 2014-04-11 22:20:40 -04:00
XPCWrappedNative.cpp Bug 991742 part 1. Enter the compartment of the current wrapper before we try to reparent objects. r=bholley 2014-04-08 18:27:15 -04:00
XPCWrappedNativeInfo.cpp
XPCWrappedNativeJSOps.cpp Bug 890686 - Implement JS_GlobalObjectTraceHook, and install it appropriately. (r=billm) 2014-04-04 16:58:08 -07:00
XPCWrappedNativeProto.cpp
XPCWrappedNativeScope.cpp Bug 987457 - rename ProtoAndIfaceArray to ProtoAndIfaceCache; r=bz 2014-03-22 13:04:09 -04:00
XPCWrapper.cpp Bug 845478 - Part 6: Use JS::CallArgs instead of JS_{ARGV,SET_RVAL,...}, argc, vp in js/xpconnect/. r=bz 2014-03-24 08:49:57 -04:00
XPCWrapper.h

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