..
assembler
Bug 931486 - SpiderMonkey: Misc x86 assembler spew fixes. r=sstangl
2013-10-28 10:44:53 -07:00
build
Bug 933047 - Add a configure check whether the C++ compiler actually is a C++ compiler. r=ted
2013-11-01 10:30:46 +09:00
builtin
Bug 933810 - Really remove JS_ValueToECMAUint32. r=terrence f=mccr8
2013-11-01 20:44:05 +01:00
config
Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
2013-11-02 08:44:11 +09:00
ctypes
Bug 933097 - Remove a few useless moz.build files. r=mshal
2013-11-02 08:47:46 +09:00
devtools
Bug 916677 - Split up the output files and append GC function stack to hazards. Also check against an expected hazard count, r=terrence
2013-10-28 14:21:46 -07: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 932216 - Remove code conditional on JS_HAS_CONST, JS_HAS_BLOCK_SCOPE. r=jorendorff
2013-10-29 11:23:51 +01:00
gc
Bug 844766 - Make JSRuntime:: and Zone::gcBytes use atomics in preference to volatile r=billm
2013-11-01 10:20:50 +00:00
gdb
Bug 929905 - Consolidate sources in moz.build. r=gps
2013-10-25 08:23:05 +09:00
jit
Bug 933734 - Check for undefined properties before emitting typed stores to global objects.
2013-11-01 16:59:19 -06:00
jit-test
Bug 852175 - Fix baseline stack checks on functions which may push lots of locals. r=jandem
2013-11-01 15:04:01 -04:00
jsapi-tests
No bug - Assorted compiler warning fixes. r=me
2013-10-26 14:00:03 -04: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 933810 - Really remove JS_ValueToECMAUint32. r=terrence f=mccr8
2013-11-01 20:44:05 +01:00
tests
Bug 930543 - Detect negative indices r=jandem
2013-10-28 10:57:33 -04:00
v8
vm
Bug 933810 - Really remove JS_ValueToECMAUint32. r=terrence f=mccr8
2013-11-01 20:44:05 +01:00
vtune
yarr
Bug 916511 - Prevent underflow in YARR. r=nbp
2013-10-02 14:17:34 -07:00
aclocal.m4
Bug 781171 - delete JS_BYTES_PER_WORD/JS_BITS_PER_WORD from configure.in; r=glandium
2013-10-11 15:13:35 -04:00
configure.in
Backed out changeset 8e1c2d2466c9 (bug 932127) on suspicion of asan build failures on a CLOSED TREE
2013-11-01 15:26:44 +00: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 355930 - Remove unused message JSMSG_NAME_AFTER_FOR_PAREN. r=brendan a=trivial
2013-10-24 20:00:47 -04: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 926948 - Include jsobjinlines.h for JSObject::getType. r=bhackett
2013-10-16 10:13:54 -04:00
jsanalyze.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan
2013-10-07 12:42:55 -04:00
jsanalyzeinlines.h
jsapi.cpp
Bug 933810 - Really remove JS_ValueToECMAUint32. r=terrence f=mccr8
2013-11-01 20:44:05 +01:00
jsapi.h
Bug 933810 - Really remove JS_ValueToECMAUint32. r=terrence f=mccr8
2013-11-01 20:44:05 +01:00
jsarray.cpp
Bug 930625 - Fix some exact rooting hazards in spidermonkey; r=sfink
2013-10-24 10:01:38 -07:00
jsarray.h
Bug 903193 - Part 6: Add ParallelExecution path to ArraySetLength. (r=bhackett)
2013-10-08 15:14:04 -07:00
jsast.tbl
jsatom.cpp
Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan
2013-10-07 12:43:08 -04:00
jsatom.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan
2013-10-07 12:43:08 -04:00
jsatominlines.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (2/9); r=ehsan
2013-10-07 12:43:08 -04:00
jsbool.cpp
Bug 924642 - SpiderMonkey: Apply internal name linkage using static keywords. r=njn
2013-10-10 05:18:01 -07:00
jsbool.h
jsboolinlines.h
Bug 914128 - Remove OBJECT_FLAG_EMULATES_UNDEFINED, rewrite code to check the clasp instead. r=bhackett
2013-09-27 10:02:55 +02:00
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 912573 - Assert that JSCompartment::callsiteClones doesn't need post-barrier for now r=terrence
2013-10-16 09:45:27 +01:00
jscntxt.h
Bug 900669 - OdinMonkey: asm.js caching (shell-only support) (r=sstangl)
2013-10-15 12:13:34 -05:00
jscntxtinlines.h
Bug 880330 - Replace options bitfield in JSContext with a struct; r=bholley
2013-10-14 13:25:47 +02:00
jscompartment.cpp
Bug 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer
2013-10-28 11:33:01 +01:00
jscompartment.h
Bug 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer
2013-10-28 11:33:01 +01:00
jscompartmentinlines.h
jscpucfg.h
Bug 925879 - remove vestigal JS_BYTES_PER_WORD/JS_BITS_PER_WORD_LOG2 definitions from jscpucfg.h; r=njn
2013-10-11 15:15:16 -04:00
jscrashformat.h
Bug 915855 - SpiderMonkey: Clean up "const static" to "static const". r=terrence
2013-09-12 16:38:40 -07:00
jscrashreport.cpp
Bug 924891 - don't use JS_BITS_PER_WORD in jscrashreport.cpp; r=njn
2013-10-09 09:06:13 -04: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 822425 - Expose a few simple compartment assertions in jsfriendapi. r=mccr8
2013-11-01 15:31:55 +01:00
jsfriendapi.h
Bug 911864 - Expose an API to copy a single property across compartments. r=jorendorff
2013-11-01 15:31:56 +01:00
jsfun.cpp
Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust.
2013-11-01 08:45:56 -06:00
jsfun.h
Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust.
2013-11-01 08:45:56 -06: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 924706 - Make sure JSGC_BEGIN callback runs again if we reset an incremental GC (r=jonco)
2013-10-24 14:24:06 -07:00
jsgc.h
Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd.
2013-10-22 14:53:26 -07:00
jsgcinlines.h
Bug 925817 - GenerationalGC: Refactor inside nursery check to avoid repetition r=terrence
2013-10-14 10:16:25 +01:00
jsinfer.cpp
Bug 930048 - Remove need to read objects directly when optimizing singleton accesses, r=jandem.
2013-10-29 16:10:59 -06:00
jsinfer.h
Bug 932769 - Increase the maximum value for type set definite property slots, r=jandem.
2013-11-01 09:04:52 -06:00
jsinferinlines.h
Bug 930048 - Remove need to read objects directly when optimizing singleton accesses, r=jandem.
2013-10-29 16:10:59 -06:00
jsiter.cpp
Bug 910782 - SpiderMonkey: Reduce indirection in InterpreterActivation. r=luke
2013-10-28 10:32:50 -07: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
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
2013-09-24 14:09:15 -04:00
jslibmath.h
Bug 918350 - SpiderMonkey: Remove js_NaN in favor of a new mozilla::GenericNaN() function. r=waldo
2013-09-19 18:42:56 -07:00
jslock.h
jsmath.cpp
Bug 896264 - Implement Math.hypot(). r=jorendorff.
2013-10-02 17:27:50 +02:00
jsmath.h
Bug 896264 - Implement Math.hypot(). r=jorendorff.
2013-10-02 17:27:50 +02:00
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 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
2013-10-10 15:22:35 -07:00
jsnum.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan
2013-10-07 12:44:00 -04:00
jsobj.cpp
Bug 911864 - Expose an API to copy a single property across compartments. r=jorendorff
2013-11-01 15:31:56 +01:00
jsobj.h
Bug 918207 - Support per-tab memory profiling. r=billm,mccr8,till,smaug,nfroyd.
2013-10-22 14:53:26 -07:00
jsobjinlines.h
Bug 933301 - Optimize setDenseElementWithType. r=bhackett
2013-11-01 16:10:18 +01:00
json.cpp
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
2013-10-10 15:22:35 -07:00
json.h
jsonparser.cpp
Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan
2013-10-07 12:44:00 -04:00
jsonparser.h
jsopcode.cpp
Bug 932180 - Rewrite decompiler's bytecode parser to not need SRC_HIDDEN annotations. r=jandem
2013-10-30 12:27:22 +01:00
jsopcode.h
Bug 925807 - define JS_BITS_PER_WORD in terms of JS_64BIT; r=njn
2013-10-11 15:11:48 -04:00
jsopcode.tbl
Bug 910782 - SpiderMonkey: Implement indirect-goto-based opcode dispatch. r=luke
2013-10-28 10:32:50 -07:00
jsopcodeinlines.h
jsoplengen.cpp
jsprf.cpp
Bug 784739 - Switch from NULL to nullptr in js/src/ (6/9); r=ehsan
2013-10-07 12:44:00 -04: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 914220 - Move TypedObject global names into a TypedObject module r=waldo
2013-09-09 11:52:11 -04:00
jsproxy.cpp
Bug 923765 - Account for __noSuchMethod__ in proxy stubs in GetPropertyIC. (r=djvj)
2013-10-17 18:13:43 -07:00
jsproxy.h
Bug 923765 - Account for __noSuchMethod__ in proxy stubs in GetPropertyIC. (r=djvj)
2013-10-17 18:13:43 -07:00
jspubtd.h
Bug 892643: Make the JSContext accessors GetRuntime, GetContextCompartment, and GetContextZone available for inlining by non-friend code. r=jcoppeard
2013-10-28 12:33:39 -07:00
jsreflect.cpp
Bug 923160 - Disallow initializers in for-of statements. r=jorendorff
2013-10-15 16:43:55 +02:00
jsreflect.h
jsscript.cpp
Bug 880085 - Unbreak run once closure optimizations, and don't treat named lambdas as run once closures, r=luke.
2013-10-11 14:34:11 -06:00
jsscript.h
Bug 928562 - Remove uses of JSContext for BytecodeAnalysis, BaselineInspector, and constructing bytecode type maps, r=jandem.
2013-10-22 08:08:10 -06:00
jsscriptinlines.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan
2013-10-07 12:44:28 -04: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 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust.
2013-11-01 08:45:56 -06:00
jsstr.h
Bug 931984 - Use baseline cache information for calling common getter/setters in Ion code, r=efaust.
2013-11-01 08:45:56 -06:00
jstypes.h
Bug 928220 - Get rid of JS_INLINE
2013-10-22 06:34:24 +09:00
jsutil.cpp
Bug 784739 - Switch from NULL to nullptr in js/src/ (8/9); r=ehsan
2013-10-07 12:44:28 -04: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 931812: Remove unnecessary postbarriering of watchpoint map r=terrence
2013-11-01 10:20:50 +00:00
jswatchpoint.h
Bug 931812: Remove unnecessary postbarriering of watchpoint map r=terrence
2013-11-01 10:20:50 +00:00
jsweakcache.h
Bug 921130 - Minimize the #includes in js/src/jit; r=luke
2013-09-26 18:34:54 -04:00
jsweakmap.cpp
Bug 8844105 - Handlify JS_WrapObject. r=terrence
2013-10-15 20:02:23 -04: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 931039 - Rename IonRuntime/IonCompartment to JitRuntime/JitCompartment. r=h4writer
2013-10-28 11:33:01 +01:00
jsworkers.h
Backed out changeset 61f6c63bcb3d (bug 928056) for m-oth failures.
2013-10-18 15:44:30 -04:00
jswrapper.cpp
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
2013-10-10 15:22:35 -07: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 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
2013-11-02 08:44:11 +09:00
moz.build
Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps
2013-11-02 08:44:11 +09:00
NamespaceImports.h
Bug 928736 - Remove forward declarations of classes subsequently defined with attributes, because clang doesn't like it when you do this, and add JS:: to the few places that now need it. r=benjamin
2013-10-24 17:35:36 +01:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
2013-10-10 15:22:35 -07:00
TraceLogging.h
Bug 784739 - Switch from NULL to nullptr in js/src/ (1/9); r=ehsan
2013-10-07 12:42:55 -04:00
Y.js