gecko-dev/js/xpconnect/src
Makoto Kato d0560ad81c Bug 943283 - Use NS_CopyNativeToUnicode instead of nsIUnicodeDecoder. r=jfkthame
By bug 1346674, we don't use NSILOCALE_* for unicode conversion in XPC/JS.  So we should use NS_CopyNativeToUnicode to get a rid of nsIPlatformCharset.

MozReview-Commit-ID: Kp2jijN8On9
2017-03-28 18:07:36 +09:00
..
BackstagePass.h
ExportHelpers.cpp Bug 1324002 - Mark atoms separately in each zone, r=jonco,mccr8,peterv. 2017-01-30 06:31:47 -07:00
jsshell.msg
moz.build Bug 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. r=bz 2017-01-28 00:42:47 +09:00
nsXPConnect.cpp Bug 1338971 - Stop using non-standard JavaScript in AutoConfig files. r=mkaply 2017-02-13 22:18:12 +09:00
qsObjectHelper.h
README
Sandbox.cpp Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
SandboxPrivate.h
xpc.msg Bug 1318768 - Part 2: Make nsIURIClassifier::Classify() available in the content process; r=gcp,baku 2016-11-22 08:17:26 -05:00
XPCCallContext.cpp Bug 1329846 (part 1) - Remove XPCNativeScriptableInfo. r=mccr8. 2017-01-10 12:47:57 +11:00
XPCComponents.cpp Bug 1218437. Need to check that the value is an object before we try to UNWRAP_OBJECT it to check whether it's an Exception. r=qdot 2017-03-27 14:50:41 -04:00
XPCConvert.cpp Bug 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. r=bz 2017-01-28 00:42:47 +09:00
XPCDebug.cpp Bug 1302163 - Change code to use SprintfLiteral instead of snprintf. r=ehsan 2016-10-04 17:57:51 +02:00
XPCException.cpp
XPCForwards.h Bug 1330904 - Remove XPCNativeScriptableCreateInfo. r=mccr8. 2017-01-13 11:26:02 +11:00
XPCInlines.h Bug 1329846 (part 1) - Remove XPCNativeScriptableInfo. r=mccr8. 2017-01-10 12:47:57 +11:00
XPCJSContext.cpp Bug 1345177 - Make RegExpShared a GC thing r=sfink 2017-03-27 10:38:29 +01:00
XPCJSID.cpp Bug 1315037 - Use NS_ENSURE_SUCCESS for nsresult diagnosis. r=erahm 2017-03-13 02:14:00 +01:00
XPCJSMemoryReporter.h Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
XPCJSWeakReference.cpp
XPCJSWeakReference.h
XPCLocale.cpp Bug 943283 - Use NS_CopyNativeToUnicode instead of nsIUnicodeDecoder. r=jfkthame 2017-03-28 18:07:36 +09: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 1332745 - Split runtime-wide pointer udpates from per-zone updates in compacting GC r=sfink 2017-02-02 16:17:28 +00:00
XPCMaps.h Bug 1321374 - Simplify js::Class handling relating to nsIXPCScriptable. r=mccr8, sr=bholley. 2016-12-14 08:33:46 +11:00
XPCModule.cpp
XPCModule.h Bug 1332245 - Move nsScriptError from js/xpconnect to dom/bindings. r=bz 2017-01-28 00:42:47 +09:00
xpcObjectHelper.h
xpcprivate.h Bug 1341044 - Rename the GC's 'zone group' concept to 'sweep group' r=sfink 2017-03-22 17:30:50 +00:00
xpcpublic.h Bug 1322273: Cut wrappers that point out of a browser compartment when nuking it. r=bholley 2017-02-23 13:56:10 -08:00
XPCRuntimeService.cpp Bug 1332172 - Remove XPC_MAP_WANT_*. r=mccr8. 2017-01-23 13:33:58 +11:00
XPCShellImpl.cpp Bug 1343866 - Scope more nsCOMPtrs in XRE_XPCShellMain(); r=bsmedberg 2017-03-06 15:06:18 -05:00
XPCString.cpp Bug 1334537. Make sure to clear out our external string cache if the length doesn't match, since our length no longer needs to match our stringbuffer. r=froydnj 2017-02-01 15:29:47 -05:00
XPCThrower.cpp Bug 553032 - use MOZ_FORMAT_PRINTF in js; r=evilpie 2016-10-11 12:44:40 -06: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 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCWrappedJSClass.cpp Bug 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCWrappedNative.cpp Bug 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCWrappedNativeInfo.cpp Bug 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCWrappedNativeJSOps.cpp Bug 1339036 - Rename JSTYPE_VOID to JSTYPE_UNDEFINED. r=arai 2017-02-13 17:26:16 +01:00
XPCWrappedNativeProto.cpp Bug 1060419 - make XPC_Log_print use VsprintfLiteral, r=froydnj 2016-12-09 10:18:04 -10:00
XPCWrappedNativeScope.cpp Bug 1343933 - Renaming Principal classes - part 1 - ExpandedPrincipal, r=qdot 2017-03-22 11:38:17 +01:00
XPCWrapper.cpp
XPCWrapper.h Bug 1329846 (part 2) - Remove NATIVE_HAS_FLAG. r=mccr8. 2017-01-11 07:40:19 +11:00

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