..
assembler
Bug 919838: Specialize ToInt32 for Float32; r=sstangl
2013-09-26 18:11:31 -07:00
build
Bug 920919 - Set MOZ_PSEUDO_DERECURSE to no-parallel-export by default on developer builds... when not using pymake. r=gps
2013-09-27 08:12:19 +09:00
builtin
Backed out changeset 2e76e3b9479e (bug 913224) for compilation errors
2013-09-27 10:54:06 +01:00
config
Bug 920919 - Set MOZ_PSEUDO_DERECURSE to no-parallel-export by default on developer builds... when not using pymake. r=gps
2013-09-27 08:12:19 +09:00
ctypes
Bug 921130 - Minimize the #includes in js/src/jit; r=luke
2013-09-26 18:34:54 -04:00
devtools
Bug 784739 - Switch from NULL to nullptr in js/src/{devtools,ds,gdb,perf}/; r=ehsan
2013-09-24 22:59:43 -04:00
ds
Bug 784739 - Switch from NULL to nullptr in js/src/{devtools,ds,gdb,perf}/; r=ehsan
2013-09-24 22:59:43 -04:00
editline
Bug 920818 (part 3) - Remove js/src/editline/Makefile.ref, because it's dead. r=glandium.
2013-09-25 20:45:54 -07:00
frontend
Bug 893491: Consider assignments to properties of 'this' when generating display names for anonymous functions. r=terrence
2013-09-27 10:38:49 -07:00
gc
Bug 921130 - Minimize the #includes in js/src/jit; r=luke
2013-09-26 18:34:54 -04:00
gdb
Bug 784739 - Switch from NULL to nullptr in js/src/{devtools,ds,gdb,perf}/; r=ehsan
2013-09-24 22:59:43 -04:00
jit
Backed out changeset 8bb615862099 (bug 875656) for introducing a subtle regalloc miscompile.
2013-09-27 11:51:28 -07:00
jit-test
Bug 893491: Consider assignments to properties of 'this' when generating display names for anonymous functions. r=terrence
2013-09-27 10:38:49 -07:00
jsapi-tests
Bug 921130 - Minimize the #includes in js/src/jit; r=luke
2013-09-26 18:34:54 -04:00
parjs-benchmarks
perf
Bug 784739 - Switch from NULL to nullptr in js/src/{devtools,ds,gdb,perf}/; r=ehsan
2013-09-24 22:59:43 -04:00
shell
Bug 921130 - Minimize the #includes in js/src/jit; r=luke
2013-09-26 18:34:54 -04:00
tests
Bug 917508 - Skip jsreftest S11.5.3_A4_T2.js on Android x86; r=Waldo
2013-09-24 20:53:57 -06:00
v8
vm
Bug 912734 - Take account of moving GC when copying from an Array into a TypedArray r=sfink
2013-09-27 10:16:56 +01:00
vtune
Bug 891541 - Part 1/2 - Ship VTune support for AsmJS with Nightly and Aurora. r=glandium
2013-07-30 14:16:34 -07:00
yarr
Bug 921130 - Minimize the #includes in js/src/jit; r=luke
2013-09-26 18:34:54 -04:00
aclocal.m4
configure.in
Bug 920908 - Use EXPAND_PATH_LIBNAME when linking against libxul/libmozalloc. r=gps
2013-09-27 08:07:44 +09:00
dtoa.c
js-confdefs.h.in
Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke.
2013-08-26 17:09:30 -07:00
js-config.h.in
Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke.
2013-08-26 17:09:30 -07:00
js-config.in
js.msg
Bug 904144 - Parse "//# sourceURL=..." directives and expose them on Debugger.Source; r=jimb
2013-09-20 14:57:09 -07:00
js.pc.in
jsalloc.cpp
jsalloc.h
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
2013-08-27 19:59:14 -07:00
jsanalyze.cpp
Bug 917585 - Relax conditions on optimized arguments in the presence of aliased formals. r=jandem
2013-09-20 12:04:39 -04:00
jsanalyze.h
Bug 917585 - Relax conditions on optimized arguments in the presence of aliased formals. r=jandem
2013-09-20 12:04:39 -04:00
jsanalyzeinlines.h
Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem.
2013-09-02 15:39:31 -07:00
jsapi.cpp
Bug 914128 - Remove OBJECT_FLAG_EMULATES_UNDEFINED, rewrite code to check the clasp instead. r=bhackett
2013-09-27 10:02:55 +02:00
jsapi.h
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
2013-09-26 10:11:38 -04:00
jsarray.cpp
Bug 920689 - Only include types for 'own' properties in heap type sets, r=jandem.
2013-09-27 11:29:35 -06:00
jsarray.h
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsast.tbl
jsatom.cpp
Bug 918808 part 2 - Remove cruft from InflateStringToBuffer. r=luke
2013-09-21 11:36:33 +02:00
jsatom.h
Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke.
2013-09-05 16:08:57 -07:00
jsatominlines.h
Bug 914132 part 2 - Optimize typeof OOL VM call. r=evilpie
2013-09-10 16:17:03 +02:00
jsbool.cpp
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
2013-09-11 05:49:05 -07:00
jsbool.h
Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke.
2013-09-05 16:08:57 -07:00
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
Bug 898263 (part 6) - Move |jssrcnote| and |jsbytecode| out of jsprvtd.h. r=jorendorff.
2013-07-25 22:52:58 -07:00
jsclist.h
jscntxt.cpp
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
2013-09-24 14:09:15 -04:00
jscntxt.h
Bug 900669 - OdinMonkey: avoid all uses of ImmPtr/AbsoluteAddress from asm.js code (r=bbouvier,mjrosenb,sr=jandem)
2013-08-12 18:41:24 -05:00
jscntxtinlines.h
Bug 915473 - Distinguish stack type sets from compiler-created temporary type sets, r=jandem.
2013-09-12 18:30:03 -06:00
jscompartment.cpp
Bug 906091 - Post-barrier globals, but only add to the store buffer on first write r=terrence
2013-09-24 10:08:35 +01:00
jscompartment.h
Bug 906091 - Post-barrier globals, but only add to the store buffer on first write r=terrence
2013-09-24 10:08:35 +01:00
jscompartmentinlines.h
Bug 915482 (part 2) - Minimize gc/Barrier-inl.h includes. r=terrence.
2013-09-11 16:52:30 -07:00
jscpucfg.h
Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.
2013-08-13 15:34:12 -07: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 918321 - Remove some dead code from the JS engine; r=luke
2013-09-19 10:34:45 -04:00
jscrashreport.h
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
2013-07-30 10:25:31 -04:00
jsdate.cpp
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
2013-09-26 10:11:38 -04:00
jsdate.h
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
2013-08-27 19:59:14 -07:00
jsdtoa.cpp
Bug 910814 - SpiderMonkey: Document that js_strtod_harder doesn't actually report overflow errors, and clean up its callers accordingly. r=waldo
2013-09-04 10:11:22 -07:00
jsdtoa.h
Bug 910814 - SpiderMonkey: Document that js_strtod_harder doesn't actually report overflow errors, and clean up its callers accordingly. r=waldo
2013-09-04 10:11:22 -07:00
jsexn.cpp
Bug 917915 - Don't leave an exception pending in JS_ReportPendingException. r=jorendorff
2013-09-24 08:03:22 -07:00
jsexn.h
Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke.
2013-09-01 21:51:02 -07:00
jsfriendapi.cpp
Backed out changeset 2e76e3b9479e (bug 913224) for compilation errors
2013-09-27 10:54:06 +01:00
jsfriendapi.h
Backed out changeset 2e76e3b9479e (bug 913224) for compilation errors
2013-09-27 10:54:06 +01:00
jsfun.cpp
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
2013-09-26 10:11:38 -04:00
jsfun.h
Bug 915482 (part 3) - Move some functions out of vm/Shape-inl.h, jsfuninlines.h and jsinferinlines.h. r=terrence.
2013-09-11 16:52:31 -07:00
jsfuninlines.h
Bug 915482 (part 3) - Move some functions out of vm/Shape-inl.h, jsfuninlines.h and jsinferinlines.h. r=terrence.
2013-09-11 16:52:31 -07:00
jsgc.cpp
Bug 920782 - Don't trigger GCs from threads with an exclusive context, r=billm.
2013-09-27 10:44:25 -06:00
jsgc.h
Bug 914614 - Handle OOM in the barrier verifiers; r=billm
2013-09-12 10:50:32 -07:00
jsgcinlines.h
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
2013-09-11 05:49:05 -07:00
jsinfer.cpp
Bug 920689 - Only include types for 'own' properties in heap type sets, r=jandem.
2013-09-27 11:29:35 -06:00
jsinfer.h
Bug 920689 - Only include types for 'own' properties in heap type sets, r=jandem.
2013-09-27 11:29:35 -06:00
jsinferinlines.h
Bug 920689 - Only include types for 'own' properties in heap type sets, r=jandem.
2013-09-27 11:29:35 -06:00
jsiter.cpp
Bug 666396 - Implemement yield*. r=jorendorff, r=Waldo
2013-09-19 15:26:26 +02:00
jsiter.h
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
2013-09-11 05:49:05 -07: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
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsmath.cpp
Bug 920046 - Specialize Math.round and Math.floor with double return type. r=bhackett
2013-09-25 13:26:59 +02:00
jsmath.h
Bug 920046 - Specialize Math.round and Math.floor with double return type. r=bhackett
2013-09-25 13:26:59 +02:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
2013-09-26 10:11:38 -04:00
jsnum.h
Bug 912959 - libxul.so link fails - ToNumberSlow() is built as a hidden symbol. r=luke
2013-09-23 09:30:11 -04:00
jsobj.cpp
Bug 920689 - Only include types for 'own' properties in heap type sets, r=jandem.
2013-09-27 11:29:35 -06:00
jsobj.h
Bug 916949 - Minor refactor and clean-up of property access logic in VM. r=jorendorff
2013-09-24 14:41:14 -04:00
jsobjinlines.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
json.cpp
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
2013-09-11 05:49:05 -07:00
json.h
Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke.
2013-09-05 16:08:57 -07:00
jsonparser.cpp
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsonparser.h
Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke.
2013-09-05 16:08:57 -07:00
jsopcode.cpp
Bug 916681 - SpiderMonkey: Remove obsolete mjit counters. r=luke
2013-09-17 15:44:43 -07:00
jsopcode.h
Bug 916681 - SpiderMonkey: Remove obsolete mjit counters. r=luke
2013-09-17 15:44:43 -07:00
jsopcode.tbl
Bug 762363 - ES6 spread-call syntax: f(...args). r=jorendorff.
2013-09-13 18:32:21 +09:00
jsopcodeinlines.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsoplengen.cpp
jsprf.cpp
Bug 910829 - SpiderMonkey: Delete redundant null checks. r=jandem
2013-08-31 06:18:42 -07:00
jsprf.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jspropertytree.cpp
Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke.
2013-09-01 22:03:30 -07:00
jspropertytree.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsprototypes.h
Bug 912108 - Rename BinaryData to TypedObject r=sfink
2013-09-06 10:50:49 -04:00
jsproxy.cpp
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
2013-09-24 14:09:15 -04:00
jsproxy.h
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
2013-09-24 14:09:15 -04:00
jspubtd.h
Bug 916683 - SpiderMonkey: Tidy up misc preprocessor stuff. r=n.nethercote
2013-09-17 15:44:42 -07:00
jsreflect.cpp
Bug 666396 - Implemement yield*. r=jorendorff, r=Waldo
2013-09-19 15:26:26 +02:00
jsreflect.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsscript.cpp
Bug 918809 - Remove unsused script argument of XDRStaticBlockObject. r=luke
2013-09-25 18:02:16 -07:00
jsscript.h
Merge m-c to fx-team
2013-09-22 09:16:05 -07:00
jsscriptinlines.h
Bug 914032 (part 3) - Move a bunch more stuff out of -inl.h files. r=terrence.
2013-09-09 15:50:19 -07:00
jsshell.msg
jsstr.cpp
Bug 920433 - Improve API support for self-hosted functions. r=till, r=bz
2013-09-26 10:11:38 -04:00
jsstr.h
Bug 918808 part 2 - Remove cruft from InflateStringToBuffer. r=luke
2013-09-21 11:36:33 +02:00
jstypes.h
Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke.
2013-08-26 17:09:30 -07:00
jsutil.cpp
Bug 916580 - Fix bugs related to the usage of calloc. r=luke
2013-09-25 12:18:43 -07:00
jsutil.h
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
2013-08-27 19:59:14 -07:00
jsversion.h
Bug 909171 (part 3) - Remove JS_VERSION. r=luke.
2013-08-26 17:09:40 -07:00
jswatchpoint.cpp
Bug 915482 (part 2) - Minimize gc/Barrier-inl.h includes. r=terrence.
2013-09-11 16:52:30 -07:00
jswatchpoint.h
Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke.
2013-09-01 22:03:30 -07: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 915482 (part 2) - Minimize gc/Barrier-inl.h includes. r=terrence.
2013-09-11 16:52:30 -07:00
jsweakmap.h
Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke.
2013-09-05 16:08:57 -07:00
jswin.h
jsworkers.cpp
Bug 916753, Bug 916531, Bug 916504 - Fix various deadlocks, r=billm,jandem.
2013-09-17 11:29:28 -06:00
jsworkers.h
Bug 916753, Bug 916531, Bug 916504 - Fix various deadlocks, r=billm,jandem.
2013-09-17 11:29:28 -06:00
jswrapper.cpp
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
2013-09-24 14:09:15 -04:00
jswrapper.h
Backed out changeset 2c3d1c9241d7 (bug 918023) for Windows debug TestEndian failures.
2013-09-24 14:09:15 -04:00
make-source-package.sh
Bug 517765 - Mark make-source-package.sh as executable.
2013-08-23 19:35:54 +02:00
Makefile.in
Fixup for bug 907365 to clear bustage of windows developer builds after bug 920919. r=ted
2013-09-27 23:43:10 +09:00
moz.build
Bug 919889 (part 1) - Rename jsmemorymetrics.cpp as vm/MemoryMetrics.cpp. r=luke.
2013-09-24 23:24:27 -07:00
NamespaceImports.h
Bug 918031 - IonMonkey: Make the lowering for neg more consistent across the types. r=sstangl
2013-09-19 12:39:58 -07:00
prmjtime.cpp
Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.
2013-08-13 15:34:12 -07:00
prmjtime.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
README.html
symverscript.in
TraceLogging.cpp
Bug 915244 - Tracelogging: Enable logging the gc background thread, r=till
2013-09-17 10:27:58 +02:00
TraceLogging.h
Bug 915244 - Tracelogging: Enable logging the gc background thread, r=till
2013-09-17 10:27:58 +02:00
Y.js