gecko-dev/js/xpconnect/src
2017-11-17 12:13:42 +01:00
..
BackstagePass.h
ExportHelpers.cpp Bug 1393790 part 1 - Remove JS_STUBGETTER and JS_STUBSETTER. r=jorendorff 2017-08-28 10:39:57 +02:00
jsshell.msg
moz.build Bug 1380665 - Define MOZ_CODE_COVERAGE for the entire tree. r=jmaher 2017-07-13 19:12:23 +02:00
nsXPConnect.cpp Bug 1414442 - De-COM nsIXPConnect::CurrentJSStack. r=mrbkap 2017-11-03 11:59:04 -07:00
qsObjectHelper.h
README
Sandbox.cpp Bug 1417844 part 2 - Remove JSVersion from CompileOptions, CompartmentBehaviors, scripts. r=evilpie 2017-11-17 12:12:39 +01:00
SandboxPrivate.h Bug 1396613 - Update the object moved hook to allow it to be called when tenuring nursery objects r=sfink r=mccr8 2017-09-19 12:31:30 +01:00
xpc.msg bug 1357815 - 3/4: support SHA256 in PKCS#7 signatures on add-ons r=dveditz,jcj 2017-10-24 15:27:53 -07:00
XPCCallContext.cpp Bug 1381921, part 2 - Remove nsAXPCNativeCallContext. r=mrbkap 2017-07-18 10:42:47 -07:00
XPCComponents.cpp Bug 1395029 - Scheduler support for blockThreadedExecution (r=froydnj) 2017-11-11 21:04:20 -08:00
XPCConvert.cpp Bug 1409227 (part 4) - Replace nsMemory::Clone(id, sizeof(nsID)) with nsID::Clone(id). r=mccr8. 2017-10-18 10:39:20 +11:00
XPCDebug.cpp Bug 1334278 - have FormatStackDump return UniqueChars; r=froydnj 2017-04-21 12:47:06 -06:00
XPCException.cpp
XPCForwards.h Bug 958643, part 5 - Eliminate XPCJSObjectHolder. r=krizsa 2017-09-20 10:26:16 -07:00
XPCInlines.h Bug 1380397 - Use PersistentRooted to implement XPCJSObjectHolder r=mccr8 2017-07-13 09:51:58 +01:00
XPCJSContext.cpp Bug 1415645 - Part 5: Fix some more consumers of nsGlobalWindow which I missed, r=smaug 2017-11-15 11:21:57 -05:00
XPCJSID.cpp Bug 1366896, part 1 - Factor out initialize code and make initialize work with CIDs. r=krizsa 2017-05-24 10:49:31 -07:00
XPCJSMemoryReporter.h Bug 1401100 - Remove nsIMemoryReporterCallback. r=erahm. 2017-09-22 08:09:29 +10:00
XPCJSRuntime.cpp Bug 1417077 - Make JSTracer provide the current GC number and use this in nsXULPrototypeDocument::TraceProtos() r=sfink r=mccr8 2017-11-14 17:10:30 +00:00
XPCJSWeakReference.cpp Bug 1371259 part 9. Make UnwrapReflectorToISupports return already_AddRefed<nsISupports>. r=peterv 2017-07-10 16:05:26 -04:00
XPCJSWeakReference.h
XPCLocale.cpp Bug 818634 - Remove support for Date.prototype.toLocaleFormat. r=gandalf, r=anba 2017-10-18 21:51:32 -05:00
XPCLog.cpp Bug 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCLog.h Bug 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCMaps.cpp Bug 1379351 - Improve some of the XPConnect hash routines; r=mccr8 2017-07-19 00:08:50 -04:00
XPCMaps.h Bug 1363200 - JSAPI for realms: Split xpc::RealmPrivate from xpc::CompartmentPrivate. r=mrbkap 2017-06-08 11:07:10 -05:00
XPCModule.cpp
XPCModule.h Bug 1407735 - Make the JS loader XPCOM component use a singleton. r=kmag 2017-10-23 13:53:58 -07:00
xpcObjectHelper.h
xpcprivate.h Bug 1409249: Require singleton constructors to return explicit already_AddRefed. r=froydnj 2017-10-16 21:08:42 -07:00
xpcpublic.h Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
XPCRuntimeService.cpp Bug 1409598 - Change nsIXPCScriptable::className and nsIClassInfo::{contractID,classDescription} from string to AUTF8String. r=froydnj. 2017-10-18 13:17:26 +11:00
XPCShellImpl.cpp Bug 1417844 part 4 - Remove more JSVersion code. r=evilpie 2017-11-17 12:13:42 +01:00
XPCString.cpp Bug 627220 part 1 - Remove unused Zone* argument from external string finalizers. r=sfink 2017-06-26 10:23:50 -07:00
XPCThrower.cpp Bug 1381727 (part 1) - Remove JS_smprintf_free(). r=sfink. 2017-07-25 09:09:23 +10:00
XPCVariant.cpp Bug 1342439 part 1 - Replace macros to check for overrecursion with functions. r=luke 2017-02-25 16:07:56 +01:00
XPCWrappedJS.cpp Bug 1409227 (part 4) - Replace nsMemory::Clone(id, sizeof(nsID)) with nsID::Clone(id). r=mccr8. 2017-10-18 10:39:20 +11:00
XPCWrappedJSClass.cpp Bug 958643, part 3 - Remove always-null second second argument to XPCConvert::NativeInterface2JSObject. r=krizsa 2017-09-20 10:20:48 -07:00
XPCWrappedNative.cpp Bug 1404147 Cast constants to the type they are compared to r=smaug 2017-09-28 17:47:43 -05:00
XPCWrappedNativeInfo.cpp Bug 1390428 (part 2, attempt 2) - Remove more nsXPIDLCString local variables. r=erahm. 2017-08-21 20:01:27 +10:00
XPCWrappedNativeJSOps.cpp Bug 1153592 part 2 - Remove JSPROP_SHARED; ensure accessor props don't have slots. r=evilpie 2017-09-26 12:26:50 +02:00
XPCWrappedNativeProto.cpp Bug 1352430 - Update XPConnect sweeping to handle incrementally finalized objects r=mccr8 r=sfink 2017-04-26 11:18:13 +01:00
XPCWrappedNativeScope.cpp Bug 1396466 - Remove Xray expando chains from the weakmap when transplanting nodes. r=bz 2017-10-10 10:42:18 -05:00
XPCWrapper.cpp Bug 1393715 - Remove JSFUN_STUB_GSOPS and JS_FS. r=arai 2017-08-25 17:04:12 +02:00
XPCWrapper.h

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