..
assembler
Bug 811176 - Purge small exec pools on GC (r=njn)
2012-11-13 17:13:44 -08:00
build
no bug; sync dirs; CLOSED TREE bustage fix
2012-11-13 14:55:17 -05:00
builtin
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
config
bug 806558: add xpt.py as a dependency for XPIDL_LINK ing
2012-11-14 15:46:15 -05:00
ctypes
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
devtools
ds
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
editline
frontend
Bug 811562 - Decorate %_CallFunction arguments with JSOP_NOTEARG. (r=luke)
2012-11-14 22:56:50 -08:00
gc
Bug 811553 - Only count major page faults when possible (r=terrence)
2012-11-13 17:14:57 -08:00
ion
Bug 784291 - Implement JSOP_INTRINSICNAME in IonMonkey. (r=nbp)
2012-11-06 17:54:49 -08:00
jit-test
Bug 809021 - Fix FastInvoke arguments length. r=dvander
2012-11-14 09:58:23 +01:00
jsapi-tests
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
methodjit
Merge m-c to m-i
2012-11-13 22:18:42 -08:00
perf
Bug 807228 - clean up the JSFUN_* flags situation (r=jorendorff)
2012-11-01 21:35:09 -07:00
shell
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
tests
Backed out changeset f242101b1c00 (bug 810525) because of failed tests
2012-11-14 11:38:46 -08:00
v8
vm
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
yarr
Bug 798033 - Removes 'using namespace' from js headers - r=billm
2012-11-10 10:46:01 -05:00
aclocal.m4
configure.in
Bug 803276 - Disable ArrayBufferView.prototype.move on release channels. r=dmandelin
2012-11-08 10:39:58 -08:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg
Bug 795119: Complain coherently when evalInGlobal{,withBindings} is passed a CCW to a global, not a global. r=luke
2012-10-13 16:04:16 -07:00
jsalloc.cpp
jsalloc.h
Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence)
2012-11-12 15:30:39 -08:00
jsanalyze.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsanalyze.h
Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett
2012-10-27 14:16:17 +02:00
jsapi.cpp
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jsapi.h
Bug 769872 - Add C++ core of Intl object and constructors Collator, NumberFormat, DateTimeFormat. However, disable initialization of Intl object and its constructors while functionality is incomplete. r=jwalden
2012-11-12 13:23:01 -08:00
jsarray.cpp
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jsarray.h
Bug 807458 - Eliminate a SkipRoot from NewDenseCopiedArray. r=terrence
2012-11-01 13:57:47 -07:00
jsarrayinlines.h
jsast.tbl
jsatom.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsatom.h
Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence)
2012-11-12 15:30:39 -08:00
jsatominlines.h
jsbool.cpp
Bug 807228 - clean up the JSFUN_* flags situation (r=jorendorff)
2012-11-01 21:35:09 -07:00
jsbool.h
jsboolinlines.h
jsclass.h
Bug 798678 - Refactor wrapper preservation for weakmaps (r=mccr8)
2012-10-08 18:22:47 -07:00
jsclist.h
jsclone.cpp
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
jsclone.h
Bug 720083 - Workers: add support for transferable objects from HTML5 spec. r=sphink, r=bent
2012-10-03 18:19:22 -04:00
jscntxt.cpp
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jscntxt.h
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jscntxtinlines.h
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jscompartment.cpp
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jscompartment.h
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsdate.h
Bug 793076 (part 4) - In jsdate.cpp, exactly root remaining JSObject* pointers. r=jwalden.
2012-09-20 23:23:54 -07:00
jsdbgapi.cpp
Bug 781602 - Permit multiple ion compilation modes. r=dvander
2012-11-13 18:58:48 -05:00
jsdbgapi.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsdhash.cpp
jsdhash.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsdtoa.cpp
jsdtoa.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsexn.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsexn.h
Bug 797695 (part 1) - Exactly root jsexn.cpp. r=terrence.
2012-10-04 16:21:36 -07:00
jsfriendapi.cpp
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jsfriendapi.h
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
jsfun.cpp
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
jsfun.h
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jsfuninlines.h
Bug 809532 - rm unused CloneFunctionObject overload (r=billm)
2012-11-07 13:28:52 -08:00
jsgc.cpp
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jsgc.h
Bug 810560 - Fix scheduledForDestruction assertion (r=luke)
2012-11-12 14:57:53 -08:00
jsgcinlines.h
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jsinfer.cpp
Bug 781602 - Permit multiple ion compilation modes. r=dvander
2012-11-13 18:58:48 -05:00
jsinfer.h
Bug 781602 - Permit multiple ion compilation modes. r=dvander
2012-11-13 18:58:48 -05:00
jsinferinlines.h
Bug 781602 - Permit multiple ion compilation modes. r=dvander
2012-11-13 18:58:48 -05:00
jsinterp.cpp
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jsinterp.h
backout bug 778948 eace14fccc47 for horrible sunspider regression r=me
2012-10-26 17:59:35 -07:00
jsinterpinlines.h
Bug 784291 - Implement JSOP_INTRINSICNAME in IonMonkey. (r=nbp)
2012-11-06 17:54:49 -08:00
jsiter.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsiter.h
Bug 806283 - Split up and add native iterators to "object/misc" memory reports. r=jorendorff.
2012-11-01 16:51:04 -07:00
jskwgen.cpp
jslibmath.h
jslock.h
Bug 772722 - Remove superfluous usage of Atomics in SpiderMonkey; r=luke
2012-11-05 11:52:03 -08:00
jslog2.cpp
jsmath.cpp
Bug 803520 - Don't use JSCList for JSRuntime::contextList; r=Waldo
2012-11-04 09:00:06 +01:00
jsmath.h
Bug 797551 - Use callWithABI() for Math.random(). r=dvander
2012-10-05 12:05:21 -07:00
jsmemorymetrics.cpp
Bug 781602 - Permit multiple ion compilation modes. r=dvander
2012-11-13 18:58:48 -05:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsnum.h
Bug 794667 - Add an AutoAssertCanGC to help with exact rooting; r=billm
2012-10-04 14:22:51 -07:00
jsnuminlines.h
jsobj.cpp
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jsobj.h
Back out 08fd9aa0d6e1 (bug 810102) for turning bug 728834 permaorange
2012-11-12 21:01:17 -08:00
jsobjinlines.h
Bug 811100 - Use the compartment's global for our global instead of always walking our parent chain. r=luke
2012-11-13 10:38:19 -08:00
json.cpp
Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence)
2012-11-12 15:30:39 -08:00
json.h
Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo
2012-10-08 15:04:36 -07:00
jsonparser.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsonparser.h
Bug 798624 - Specialize low-level character access to JSStableString; r=luke, rs=Waldo
2012-10-08 15:04:36 -07:00
jsopcode.cpp
Bug 799185 part 1 - Rewrite ReconstructPCStack. r=jorendorff,gkw
2012-11-14 18:04:43 -08:00
jsopcode.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsopcode.tbl
Bug 804636 part 1 - Decompose LOCAL/ARG inc/dec ops. r=bhackett
2012-10-27 14:16:17 +02:00
jsopcodeinlines.h
jsoplengen.cpp
jsprf.cpp
Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke
2012-10-29 13:55:17 -07:00
jsprf.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsprobes.cpp
backout bug 778948 eace14fccc47 for horrible sunspider regression r=me
2012-10-26 17:59:35 -07:00
jsprobes.h
Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences.
2012-09-30 21:13:53 -07:00
jspropertycache.cpp
jspropertycache.h
jspropertycacheinlines.h
jspropertytree.cpp
Bug 810192 - don't require a default constructor for Hash{Map,Set}; only construct objects for live elements (r=terrence)
2012-11-12 15:30:39 -08:00
jspropertytree.h
jsprototypes.h
Bug 769872 - Add C++ core of Intl object and constructors Collator, NumberFormat, DateTimeFormat. However, disable initialization of Intl object and its constructors while functionality is incomplete. r=jwalden
2012-11-12 13:23:01 -08:00
jsproxy.cpp
Bug 807623 - Reimplement obj_toString and fun_toString traps on BaseProxyHandler. r=ejpbruel
2012-11-08 14:05:49 -08:00
jsproxy.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsprvtd.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jspubtd.h
Bug 807480 - Add Rooted<T> roots to PerThread state. r=luke
2012-11-06 22:32:01 -05:00
jsreflect.cpp
Bug 807228 - clean up the JSFUN_* flags situation (r=jorendorff)
2012-11-01 21:35:09 -07:00
jsreflect.h
jsscope.cpp
Back out 08fd9aa0d6e1 (bug 810102) for turning bug 728834 permaorange
2012-11-12 21:01:17 -08:00
jsscope.h
Back out 08fd9aa0d6e1 (bug 810102) for turning bug 728834 permaorange
2012-11-12 21:01:17 -08:00
jsscopeinlines.h
Back out 08fd9aa0d6e1 (bug 810102) for turning bug 728834 permaorange
2012-11-12 21:01:17 -08:00
jsscript.cpp
Merge m-c to m-i
2012-11-13 22:18:42 -08:00
jsscript.h
Bug 781602 - Permit multiple ion compilation modes. r=dvander
2012-11-13 18:58:48 -05:00
jsscriptinlines.h
Bug 808181: Do not allow implicit conversion of Return<T>; r=jorendorff
2012-11-05 10:53:04 -08:00
jsshell.msg
jsstr.cpp
Back out 3da143341145 (bug 784294) and 862f9cd7eb0b (bug 791850) for breaking Jetpack
2012-11-13 22:08:22 -08:00
jsstr.h
Bug 805080 - Remove unused CESU8 support from SpiderMonkey; r=luke
2012-10-29 13:55:17 -07:00
jsstrinlines.h
jstypedarray.cpp
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
jstypedarray.h
Bug 807237. Add 'data' parameter to JS_StealArrayBufferContents. r=sfink
2012-11-02 23:42:59 +13:00
jstypedarrayinlines.h
Bug 795768 (part 1) - Remove lots of dead JSContext* occurrences.
2012-09-30 21:13:53 -07:00
jstypes.h
Bug 807112 - change MOZ_EXPORT_API and MOZ_IMPORT_API to not take the type. r=Waldo.
2012-10-31 18:18:12 -04:00
jsutil.cpp
Bug 804857 - Start with a small compression buffer. r=njn
2012-10-24 16:15:48 -07:00
jsutil.h
Bug 804857 - Start with a small compression buffer. r=njn
2012-10-24 16:15:48 -07:00
jsval.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
jsversion.h
Bug 769872 - Add C++ core of Intl object and constructors Collator, NumberFormat, DateTimeFormat. However, disable initialization of Intl object and its constructors while functionality is incomplete. r=jwalden
2012-11-12 13:23:01 -08:00
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Bug 798678 - Weakmap key preservation test (r=mccr8)
2012-10-17 18:22:54 -07:00
jsweakmap.h
Bug 798678 - Refactor wrapper preservation for weakmaps (r=mccr8)
2012-10-08 18:22:47 -07:00
jswin64.asm
jswin.h
jsworkers.cpp
Eagerly generate a single copy of Ion stubs and wrappers, bug 786146. r=dvander
2012-11-14 06:46:31 -08:00
jsworkers.h
Allow canceling in-progress off thread ion compilations, bug 785761. r=dvander
2012-10-25 13:46:49 -07:00
jswrapper.cpp
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
jswrapper.h
Bug 800915 - Remove the cx parameter and simplify various APIs. r=sfink,bz
2012-11-14 09:56:26 -08:00
jsxml.cpp
Bug 807151 - Unexport |mozilla| from the |js| namespace; r=Waldo
2012-11-06 17:35:18 -08:00
jsxml.h
Makefile.in
Bug 810661 - Turn off PGO of Ctypes.cpp. r=khuey
2012-11-13 10:22:05 +09:00
prmjtime.cpp
Bug 772722 - Remove superfluous usage of Atomics in SpiderMonkey; r=luke
2012-11-05 11:52:03 -08:00
prmjtime.h
Bug 807161 - Remove extern C and #ifdef __cplusplus from JSAPI (r=luke)
2012-10-30 18:28:34 -07:00
README.html
TraceLogging.cpp
TraceLogging.h
Bug 808294: Fix tracelogger builds, r=dvander
2012-11-05 17:27:42 +01:00
Y.js