gecko/js/xpconnect/src
Andrea Marchesini 9e6050b059 Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug
--HG--
rename : js/xpconnect/tests/unit/test_textDecoder.js => js/xpconnect/tests/unit/test_url.js
2013-10-10 08:56:01 +02:00
..
BackstagePass.h Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
dictionary_helper_gen.conf Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
dictionary_helper_gen.py Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
dom_quickstubs.qsconf Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
event_impl_gen.conf.in Backed out 8 changesets (bug 916267, bug 850430) for mochitest failures 2013-09-30 01:44:06 -03:00
event_impl_gen.py Bug 912956 part.3 Create mozilla/BasicEvents.h r=roc 2013-09-24 19:04:14 +09:00
jsshell.msg Bug 920695 part A - move xpcshell code into libxul and make the xpcshell binary just a stub, r=bholley 2013-09-30 16:09:28 -04:00
Makefile.in Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal 2013-10-03 09:10:00 +02:00
moz.build Bug 912099 - Part a: Make sure CPP_SOURCES only points to existing files in most of the tree; r=mshal 2013-10-03 09:10:00 +02:00
nsCxPusher.cpp Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
nsCxPusher.h Bug 909514 - Include <new> before mozilla::Maybe (and move Maybe into mfbt/Maybe.h). r=waldo 2013-08-27 15:10:28 -07:00
nsDOMQS.h Bug 909953 - Introduce a HTMLAllCollection class; r=smaug 2013-09-06 08:41:42 +02:00
nsScriptError.cpp Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
nsXPConnect.cpp Bug 832883 - Move IDBKeyRange to WebIDL and define indexedDB/IDBKeyRange in all the spots. r=khuey,bent (initial work done by Ms2ger) 2013-09-28 13:25:46 +02:00
qsgen.py Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
qsObjectHelper.h
qsWinUndefs.h
README
Sandbox.cpp Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
xpc.msg Bug 899757: Make nsServerSocket::InitWithAddress provide more detailed error results. r=mayhemer, r=ted 2013-09-06 08:06:22 -07:00
XPCCallContext.cpp Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCComponents.cpp Bug 920553 - Introduce Cu.importGlobalProperties API. r=gabor 2013-09-27 18:34:25 +02:00
XPCContext.cpp Bug 903849 - Use MOZ_ASSERT consistently in XPConnect; r=bholley 2013-08-14 09:00:34 +02:00
XPCConvert.cpp Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCDebug.cpp Bug 909597 (part 2) - Rename jsdbgapi.{h,cpp} as {js,vm}OldDebugAPI.{h,cpp}. r=luke. 2013-08-26 19:05:20 -07:00
XPCException.cpp Bug 911258: Part 4 - Refactor exception implementations. r=bz 2013-09-08 20:28:50 -07:00
XPCForwards.h Bug 911258: Part 4 - Refactor exception implementations. r=bz 2013-09-08 20:28:50 -07:00
XPCInlines.h Bug 910937: Remove xpc_UnmarkGrayObject and use JSAPI directly. r=mccr8 2013-09-08 20:28:48 -07:00
XPCJSContextStack.cpp Bug 905926 - Be more explicit about GCing twice in the nsXPConnect destructor. r=billm 2013-09-17 09:46:32 -07:00
XPCJSID.cpp Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn 2013-09-24 08:21:22 -07:00
XPCJSMemoryReporter.h Backed out changeset 5c9f3fb14995 (bug 910517) for Android talos failures 2013-09-09 16:07:48 +01:00
XPCJSRuntime.cpp Bug 921954 - Clean up type inference memory reporting. r=bhackett. 2013-09-30 16:20:33 -07:00
XPCJSWeakReference.cpp
XPCJSWeakReference.h
XPCLocale.cpp Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
XPCLog.cpp Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
XPCLog.h Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
XPCMaps.cpp Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn 2013-09-24 08:21:22 -07:00
XPCMaps.h Bug 918023 - SpiderMonkey: Const-qualify various static variables. r=njn 2013-09-24 08:21:22 -07:00
XPCModule.cpp Bug 911258: Part 3 - Convert exceptions to WebIDL. r=bz 2013-09-08 20:28:49 -07:00
XPCModule.h Bug 911258: Part 4 - Refactor exception implementations. r=bz 2013-09-08 20:28:50 -07:00
xpcObjectHelper.h Bug 903849 - Use MOZ_ASSERT consistently in XPConnect; r=bholley 2013-08-14 09:00:34 +02:00
xpcprivate.h Bug 920015 - Expose DOM URL to js modules, r=ehsan, f=emk, r=bz, r=bholley, r=smaug 2013-10-10 08:56:01 +02:00
xpcpublic.h Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCQuickStubs.cpp Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCQuickStubs.h Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCRuntimeService.cpp Bug 920179 - 'Add resolve hook for IndexedDB constructors on non-window globals'. r=bholley. 2013-09-25 16:10:57 -07:00
XPCShellImpl.cpp Bug 920695 part B - Remove references to JS_READLINE/EDITLINE since its in a different place now and won't work, r=bholley 2013-09-30 16:09:28 -04:00
XPCString.cpp Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
XPCThrower.cpp Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
XPCVariant.cpp Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
XPCWrappedJS.cpp Bug 919717, in preparation for WebIDL EventListener, fix nsWrappedJS' JSObject handling, r=mccr8 2013-09-24 00:08:35 +03:00
XPCWrappedJSClass.cpp Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug 2013-09-20 10:22:59 +01:00
XPCWrappedNative.cpp Bug 915488 - Make CC participant's Root, Unroot and Unlink methods infallible. r=smaug 2013-09-11 18:57:53 -07:00
XPCWrappedNativeInfo.cpp Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm. 2013-08-17 15:50:18 -07:00
XPCWrappedNativeJSOps.cpp Bug 906166. Make sure to initialize the "succeeded" outparam of XPC_WN_Helper_DelProperty. r=bholley 2013-09-30 10:31:30 -04:00
XPCWrappedNativeProto.cpp Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCWrappedNativeScope.cpp Bug 910823 - Constify static js::Class/JSClass instances. r=waldo 2013-09-11 05:49:05 -07:00
XPCWrapper.cpp Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00
XPCWrapper.h Bug 913851 - Minimize the #includes in js/xpconnect; r=bholley 2013-09-09 23:14:10 +02:00

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