gecko-dev/js/xpconnect/src
Andrea Marchesini 37ac18fc67 Bug 1269162 - part 6 - Merge XMLHttpRequestWorker and XMLHttpRequestMainThread, r=smaug
--HG--
rename : dom/xhr/nsXMLHttpRequest.cpp => dom/xhr/XMLHttpRequestMainThread.cpp
rename : dom/xhr/nsXMLHttpRequest.h => dom/xhr/XMLHttpRequestMainThread.h
2016-06-27 19:13:41 +02:00
..
BackstagePass.h
ExportHelpers.cpp Backed out changeset 66d4205c2958 (bug 1212533) for build bustage ON A CLOSED TREE 2016-01-26 13:08:20 +05:30
README
Sandbox.cpp Bug 1269162 - part 6 - Merge XMLHttpRequestWorker and XMLHttpRequestMainThread, r=smaug 2016-06-27 19:13:41 +02:00
SandboxPrivate.h Bug 1185634 - Part 2: Remove obsolete comment. r=gabor 2015-07-20 11:46:00 -04:00
XPCCallContext.cpp Bug 767938 part 7. Remove the now-debug-only uses of XPCJSContextStack::Peek and Count(). r=bholley 2016-06-24 14:19:50 -04:00
XPCComponents.cpp Bug 1276310 part 2. Get rid of Components.lastResult and the corresponding XPCContext member. r=bholley 2016-06-23 00:22:30 -04:00
XPCConvert.cpp Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm. 2016-03-29 10:09:43 +11:00
XPCDebug.cpp
XPCException.cpp
XPCForwards.h
XPCInlines.h Bug 1276310 part 4. Store an XPCJSRuntime* in XPCCallContext instead of storing an XPCContext*. r=bholley 2016-06-23 00:22:30 -04:00
XPCJSID.cpp Bug 1281276 part 5. Get rid of the LangType argument of the XPCCallContext constructor and the now-dead language type enums. r=bholley 2016-06-23 00:22:29 -04:00
XPCJSMemoryReporter.h Bug 1182996 - Fix and add missing namespace comments. rs=ehsan 2015-07-13 08:25:42 -07:00
XPCJSRuntime.cpp Bug 767938 part 11. Move the "safe JS context" to where it belongs: the CycleCollectedJSRuntime. r=bholley 2016-06-24 14:19:51 -04:00
XPCJSWeakReference.cpp Bug 1281276 part 5. Get rid of the LangType argument of the XPCCallContext constructor and the now-dead language type enums. r=bholley 2016-06-23 00:22:29 -04:00
XPCJSWeakReference.h
XPCLocale.cpp Bug 867501 - Pref allows JS locale to be set to US English/C. r=khuey 2015-12-29 13:56:00 +01:00
XPCLog.cpp Backed out changeset 2c56aed63687 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE 2016-01-29 10:15:38 -08:00
XPCLog.h Bug 1275744 - Reference MOZ_LOG in xpconnect comments. r=erahm 2016-05-25 16:31:13 -07:00
XPCMaps.cpp Bug 1266639 - Don't separately heap-allocate PLDHashTables within XPCMaps. r=mrbkap. 2016-04-22 15:19:51 +10:00
XPCMaps.h Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj 2016-05-01 21:29:22 +03:00
XPCModule.cpp
XPCModule.h Bug 886459, part 4 - Remove nsIJSRuntimeService. r=bholley,aklotz 2015-06-26 18:44:14 -07:00
XPCRuntimeService.cpp Bug 1217320 - Remove more XPIDL signature comments in .cpp files. r=froydnj 2015-10-27 06:54:25 +02:00
XPCShellImpl.cpp Bug 1276310 part 5. Remove the now-unused XPCContext. r=bholley 2016-06-23 00:32:20 -04:00
XPCString.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
XPCThrower.cpp Bug 1231309 - guard sz with assert. r=bobbyholley 2015-12-10 08:10:00 +01:00
XPCVariant.cpp Bug 1268772 (part 2) - Make infallible nsVariant methods return |void| instead of |nsresult|. r=erahm. 2016-04-29 13:47:44 +10:00
XPCWrappedJS.cpp Bug 1281276 part 5. Get rid of the LangType argument of the XPCCallContext constructor and the now-dead language type enums. r=bholley 2016-06-23 00:22:29 -04:00
XPCWrappedJSClass.cpp Bug 1276310 part 3. Get rid of the mException member of XPCContext. r=bholley 2016-06-23 00:22:30 -04:00
XPCWrappedNative.cpp Bug 1276310 part 2. Get rid of Components.lastResult and the corresponding XPCContext member. r=bholley 2016-06-23 00:22:30 -04:00
XPCWrappedNativeInfo.cpp Bug 1200484 (part 5) - Use JS column numbers in XPCNativeInterface::NewInstance(). r=mrbkap. 2015-09-01 17:56:03 -07:00
XPCWrappedNativeJSOps.cpp Bug 1281276 part 5. Get rid of the LangType argument of the XPCCallContext constructor and the now-dead language type enums. r=bholley 2016-06-23 00:22:29 -04:00
XPCWrappedNativeProto.cpp Bug 1264778 - Merge some XPConnect js::Class instances. r=mrbkap. 2016-04-04 16:25:21 +10:00
XPCWrappedNativeScope.cpp Bug 1260945 - Add missing isSystem check (r=bholley) 2016-04-07 17:15:25 -07:00
XPCWrapper.cpp Bug 1184564 part 1 - Use Value instead of jsval in XPConnect. r=bholley 2015-07-18 21:45:35 +02:00
XPCWrapper.h
jsshell.msg Bug 1274922 part 5 - Remove JSEXN_NONE and add JSEXN_WARN. r=jorendorff 2016-05-31 08:07:00 +02:00
moz.build Bug 767938 part 11. Move the "safe JS context" to where it belongs: the CycleCollectedJSRuntime. r=bholley 2016-06-24 14:19:51 -04:00
nsScriptError.cpp Bug 1255133 - Surface links to external documentation alongside relevant error messages 1/2; r=bgrins 2016-04-01 23:17:49 -07:00
nsScriptErrorWithStack.cpp Bug 1247515 - Check nsScriptErrorWithStack's mStack member for null before tracing; r=mccr8 2016-02-11 10:58:02 -08:00
nsXPConnect.cpp Bug 767938 part 11. Move the "safe JS context" to where it belongs: the CycleCollectedJSRuntime. r=bholley 2016-06-24 14:19:51 -04:00
qsObjectHelper.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
xpc.msg Bug 1247685 - WebIDL and DOM implementation changes for app server keys. r=mt,baku 2016-03-22 13:38:03 -07:00
xpcObjectHelper.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
xpcprivate.h Bug 767938 part 11. Move the "safe JS context" to where it belongs: the CycleCollectedJSRuntime. r=bholley 2016-06-24 14:19:51 -04:00
xpcpublic.h Bug 1278250 - Add a utility function to check if non-local connections are disabled. r=mcmanus,mrbkap 2016-06-07 22:17:42 +09:00

README

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