..
assembler
Bug 934175 - SpiderMonkey: Micro-optimize the x64 extended jumps table. r=sstangl
2013-11-20 22:05:12 -08:00
build
Bug 938437 - Replace nsStaticXULComponents.cpp with smart use of sections. r=bsmedberg,irc-r=decoder,r=nfroyd
2013-11-19 13:45:31 +09:00
builtin
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
config
Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps
2013-11-22 08:16:18 +09:00
ctypes
Bug 933834 - Rename and handlify JS_ValueToString. r=terrence,bz
2013-11-16 13:31:36 +01:00
devtools
Bug 940765 - Possibly-temporary annotation for InitStaticMembers, r=terrence
2013-11-21 10:15:22 -08:00
ds
Bug 924393 - don't use JS_BITS_PER_WORD in BitArray.h; r=Waldo
2013-10-08 09:54:50 -04:00
editline
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
frontend
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
gc
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
gdb
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
jit
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jit-test
Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink
2013-11-21 13:25:15 -08:00
jsapi-tests
Bug 941590 - Build jsapi-tests in unified mode. r=ehsan,luke
2013-11-21 16:42:01 +01:00
parjs-benchmarks
perf
Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn
2013-10-10 05:18:01 -07:00
shell
Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink
2013-11-21 13:25:15 -08:00
tests
Bug 938728 - Add float32x4 and int32x4 data constructors r=till
2013-11-20 15:11:45 -05:00
v8
vm
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
vtune
yarr
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
aclocal.m4
Backed out changeset 4110a8986a2a (Bug 912371) due to Bug 940246 and Bug 940324
2013-11-20 10:15:56 +09:00
configure.in
Bug 933225 - delete unused NEXT_ROOT bits from configure; r=glandium
2013-11-21 07:50:28 -05:00
dtoa.c
js-confdefs.h.in
Bug 895047 - Make char16_t available everywhere and use that to define PRUnichar and jschar; r=jcranmer,jorendorff,glandium
2013-10-17 00:36:13 -04:00
js-config.h.in
Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium
2013-10-11 15:13:35 -04:00
js-config.in
js.msg
Bug 930411 - Implement export declarations; r=bholley
2013-11-11 20:05:40 +01:00
js.pc.in
jsalloc.cpp
jsalloc.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan
2013-10-07 12:42:55 -04:00
jsanalyze.cpp
Bug 921561 - Make JS_DECLARE_NEW_METHODS use C++11 "perfect" forwarding (which isn't, because it won't let you pass an expression that's a bit field #nowyouknow), to eliminate issues arising when non-const references are used in these methods with classes that don't copy nicely, or shouldn't be copied for perf reasons. r=luke
2013-09-27 11:19:43 -07:00
jsanalyze.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsanalyzeinlines.h
jsapi.cpp
Bug 637572: Add elementProperty to CompileOptions. r=sfink
2013-11-21 13:25:15 -08:00
jsapi.h
Bug 637572: Add elementProperty to CompileOptions. r=sfink
2013-11-21 13:25:15 -08:00
jsarray.cpp
Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem.
2013-11-21 06:01:58 -08:00
jsarray.h
Bug 903193 - Part 6: Add ParallelExecution path to ArraySetLength. (r=bhackett)
2013-10-08 15:14:04 -07:00
jsast.tbl
Bug 930411 - Implement export declarations; r=bholley
2013-11-11 20:05:40 +01:00
jsatom.cpp
Bug 939504: Remove leftover <CanGC> template in !LITTLE_ENDIAN case after bug 928050 r=bhackett
2013-11-18 08:30:25 +01:00
jsatom.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsatominlines.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsbool.cpp
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jscntxt.h
Backed out changeset 1469f9e856c0 (bug 939993) for SM rootanalysis crashes.
2013-11-21 09:44:27 -05:00
jscntxtinlines.h
Bug 928050 - Remove worker pausing mechanism, r=billm.
2013-11-17 15:33:09 -07:00
jscompartment.cpp
Bug 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle. (r=bhackett)
2013-11-20 22:50:28 -08:00
jscompartment.h
Bug 933882 - Invalidate JIT code instead of doing full GC on debug mode toggle. (r=bhackett)
2013-11-20 22:50:28 -08:00
jscompartmentinlines.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jscpucfg.h
Bug 932991: Partly revert bug 898274 on jscpucfg.h, breaks OpenBSD/sparc64 (at least) where <machine/endian.h> must be included after <sys/types.h>. r=njn
2013-11-04 22:05:51 +01:00
jscrashformat.h
jscrashreport.cpp
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
jscrashreport.h
jsdate.cpp
Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn
2013-10-10 05:18:01 -07:00
jsdate.h
jsdtoa.cpp
Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn
2013-10-10 05:18:01 -07:00
jsdtoa.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan
2013-10-07 12:43:08 -04:00
jsexn.cpp
Bug 925739 - Rename cx->names().classPrototype to just cx->names().prototype, for readability/predictability. r=jorendorff
2013-10-11 15:24:44 +02:00
jsexn.h
Bug 928220 - Get rid of JS_INLINE
2013-10-22 06:34:24 +09:00
jsfriendapi.cpp
Bug 927516 - Bump Ion script size limit for DOM workers. r=bhackett
2013-11-19 21:10:34 +01:00
jsfriendapi.h
Bug 927516 - Bump Ion script size limit for DOM workers. r=bhackett
2013-11-19 21:10:34 +01:00
jsfun.cpp
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
jsfun.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsfuninlines.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (3/9); r=ehsan
2013-10-07 12:43:20 -04:00
jsgc.cpp
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jsgc.h
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jsgcinlines.h
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jsinfer.cpp
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jsinfer.h
Bug 941311 - Improve GGC pretenuring heuristics, r=terrence,jandem.
2013-11-21 19:20:25 -08:00
jsinferinlines.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsiter.cpp
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
jsiter.h
Bug 928508 - Change String.prototype.@@iterator to iterate over code points. r=jorendorff.
2013-10-23 11:42:25 -05:00
jskwgen.cpp
jslibmath.h
jslock.h
Bug 931151 - Offer an alternative to NSPR when building the JS shell on POSIX platforms (r=jorendorff,ted)
2013-11-05 11:16:15 -08:00
jsmath.cpp
Bug 897027 - Handle one argument cases for both Math.atan2() and Math.pow(). r=till
2013-11-18 20:15:37 +01:00
jsmath.h
Bug 931328 - IonMonkey: Inline Math.hypot(x, y). r=jandem, r=jorendorff
2013-10-31 19:36:13 +05:30
jsnativestack.cpp
Bug 784739 - Switch from NULL to nullptr in js/src/ (5/9); r=ehsan
2013-10-07 12:43:47 -04:00
jsnativestack.h
jsnum.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsnum.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsobj.cpp
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
jsobj.h
Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem.
2013-11-21 06:01:58 -08:00
jsobjinlines.h
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
json.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
json.h
jsonparser.cpp
Bug 928050 - Don't GC during atomization, r=billm.
2013-11-09 19:53:53 -07:00
jsonparser.h
jsopcode.cpp
Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem.
2013-11-21 06:01:58 -08:00
jsopcode.h
Bug 937058 - Paper over debug-mode checks of stack depth for unreachable bytecode. r=jandem
2013-11-11 16:21:20 +01:00
jsopcode.tbl
Bug 932757 - Remove JSOP_POPV and JSOP_STOP, r=jorendorff
2013-11-04 15:33:15 +01:00
jsopcodeinlines.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsoplengen.cpp
jsprf.cpp
Bug 634417 - Remove inappropriate uses of vanilla malloc/calloc/realloc/free/strdup from SpiderMonkey. r=luke.
2013-11-08 09:52:14 +11:00
jsprf.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan
2013-10-07 12:44:00 -04:00
jspropertytree.cpp
Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett)
2013-10-08 15:14:04 -07:00
jspropertytree.h
Bug 903193 - Part 5: Refactor SetPropertyHelper and friends to have a thread local variant. (r=bhackett)
2013-10-08 15:14:04 -07:00
jsprototypes.h
Bug 917454 - Add objectType function r=till
2013-09-12 12:29:40 -04:00
jsproxy.cpp
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
jsproxy.h
Backed out changeset 471db633b20c (bug 903332) for B2G desktop mochitest-1 failures.
2013-11-07 16:10:21 -05:00
jspubtd.h
Bug 887077: Split CompileOptions into ReadOnlyCompileOptions, CompileOptions, and OwningCompileOptions. r=terrence
2013-11-07 21:07:18 -08:00
jsreflect.cpp
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
jsreflect.h
jsscript.cpp
Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink
2013-11-21 13:25:15 -08:00
jsscript.h
Bug 637572: Implement Debugger.Source.prototype.elementProperty (v7) r=sfink
2013-11-21 13:25:15 -08:00
jsscriptinlines.h
Back out 00644e4b067d (bug 938124) for debug browser-chrome bustage, and probable debug ASan jit-test bustage
2013-11-19 22:27:56 -08:00
jsshell.msg
Bug 900669 - OdinMonkey: asm.js caching (shell-only support) (r=sstangl)
2013-10-15 12:13:34 -05:00
jsstr.cpp
Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem.
2013-11-21 06:01:58 -08:00
jsstr.h
Bug 938124 - Various cleanups and tweaks to avoid non-threadsafe GC heap accesses during IonBuilder, r=jandem.
2013-11-21 06:01:58 -08:00
jstypes.h
Bug 928220 - Get rid of JS_INLINE
2013-10-22 06:34:24 +09:00
jsutil.cpp
Bug 937012 - Replace the busted find_vanilla_new_calls script with the much better check_vanilla_allocations.py. r=evilpie,gps.
2013-11-11 18:37:55 +11:00
jsutil.h
Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn
2013-10-10 05:18:01 -07:00
jsversion.h
jswatchpoint.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jswatchpoint.h
Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence
2013-11-01 10:20:50 +00:00
jsweakcache.h
jsweakmap.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jsweakmap.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan
2013-10-07 12:44:28 -04:00
jswin.h
jsworkers.cpp
Bug 938950 - Don't provide full access to compartment/zone/runtime during Ion compilation, r=jandem. CLOBBER
2013-11-19 08:37:52 -07:00
jsworkers.h
Bug 928050 - Remove worker pausing mechanism, r=billm.
2013-11-17 15:33:09 -07:00
jswrapper.cpp
Bug 928050 - Specify whether to iterate over atoms zone (r=bhackett)
2013-11-10 22:48:58 -08:00
jswrapper.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (9/9); r=ehsan
2013-10-07 12:44:37 -04:00
make-source-package.sh
Makefile.in
Bug 941450 - Add some GENERATED_FILES to moz.build. r=gps
2013-11-22 08:16:18 +09:00
moz.build
Bug 941424 - Build more of the JS engine in unified mode; r=djvj
2013-11-22 00:16:31 -05:00
NamespaceImports.h
Bug 887077: Split CompileOptions into ReadOnlyCompileOptions, CompileOptions, and OwningCompileOptions. r=terrence
2013-11-07 21:07:18 -08:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp
Bug 936431 - Fix tracelogger after CompileOptions changes, r=jimb
2013-11-18 11:48:22 +01:00
TraceLogging.h
Bug 887077: Use ReadOnlyCompileOptions in preference to CompileOptions where possible. r=terrence
2013-11-07 21:07:18 -08:00
Y.js