gecko-dev/js/xpconnect/src
Andrew McCreight 28ba46abc8 Bug 1289252 - gDEBUG_LiveProtoCount does not need to be modified atomically. r=mrbkap
--HG--
extra : rebase_source : 4ed3e3d93f85d964d438d8281c21364315204ec9
2016-07-27 08:50:00 -04: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
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 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06: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 1289136 - Fifth argument to XPCConvert::NativeInterface2JSObject() is always null. r=gabor 2016-07-27 10:11:40 -07:00
qsObjectHelper.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
README
Sandbox.cpp Bug 1197973 - Use MOZ_MUST_USE in AutoJSAPI. r=bz. 2016-07-14 13:18:11 +10:00
SandboxPrivate.h
xpc.msg Bug 471020 - Implement X-Content-Type-Options: nosniff. r=dveditz,bz,mcmanus 2016-07-20 12:22:27 +02:00
XPCCallContext.cpp Bug 1283855 part 6 - Make JS_AbortIfWrongThread take JSContext instead of JSRuntime. r=terrence 2016-07-05 11:06:05 +02:00
XPCComponents.cpp Bug 1288823, part 4 - Mark things delete in XPConnect. r=mrbkap 2016-07-25 16:32:56 -07:00
XPCConvert.cpp Bug 1289136 - Fifth argument to XPCConvert::NativeInterface2JSObject() is always null. r=gabor 2016-07-27 10:11:40 -07: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
XPCJSRuntime.cpp Bug 1288823, part 1 - Use doSweep more consistently in XPCJSRuntime::FinalizeCallback. r=mrbkap 2016-07-25 16:32:55 -07: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 1283855 part 4 - Make localization APIs take JSContext instead of JSRuntime. r=terrence 2016-07-11 18:46:56 +02: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 1289550 - Remove "fun little hack" from XPCNativeSetKey. r=bz 2016-07-27 10:11:40 -07: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
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 1289550 - Remove "fun little hack" from XPCNativeSetKey. r=bz 2016-07-27 10:11:40 -07:00
xpcpublic.h Bug 1288823, part 4 - Mark things delete in XPConnect. r=mrbkap 2016-07-25 16:32:56 -07:00
XPCRuntimeService.cpp
XPCShellImpl.cpp Bug 1284808 - Rename RuntimeOptions to ContextOptions and move it to the context. r=luke,baku 2016-07-07 08:15:15 +02: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 1286795 part 4 - Change some callbacks to take JSContext instead of JSRuntime. r=terrence 2016-07-23 19:52:47 +02:00
XPCWrappedJSClass.cpp Bug 1289136 - Fifth argument to XPCConvert::NativeInterface2JSObject() is always null. r=gabor 2016-07-27 10:11:40 -07:00
XPCWrappedNative.cpp Bug 1283855 part 28 - Make more GC APIs take JSContext instead of JSRuntime. r=terrence 2016-07-07 09:56:09 +02:00
XPCWrappedNativeInfo.cpp
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 1289252 - gDEBUG_LiveProtoCount does not need to be modified atomically. r=mrbkap 2016-07-27 08:50:00 -04:00
XPCWrappedNativeScope.cpp Bug 1289136 - Fifth argument to XPCConvert::NativeInterface2JSObject() is always null. r=gabor 2016-07-27 10:11:40 -07:00
XPCWrapper.cpp
XPCWrapper.h

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