..
assembler
Bug 864220 - Use mprotect to trigger interrupts in Ion compiled code, r=luke,jandem.
2013-08-15 07:33:30 -07:00
build
Bug 906403 - Avoid subconfigure fail in incremental builds when some variable like CFLAGS change. r=gps
2013-08-20 15:26:23 +09:00
builtin
Bug 888898 - Fix rooting in setObjectMetadataCallback (r=bhackett)
2013-08-19 15:22:55 -07:00
config
Merge m-c to inbound.
2013-08-20 16:32:33 -04:00
ctypes
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
devtools
Bug 902224 - Suppress static analysis hazard from virtual call to NoteCustomGCThingXPCOMChildren; r=sfink
2013-08-07 16:11:16 -07:00
ds
Bug 905654 - Fix an assertion failure running GGC shell on linux 32 bit builds; r=terrence
2013-08-16 09:15:00 -07:00
editline
Bug 898451 - Add const to several more read-only static variables. r=evilpies
2013-08-01 13:26:04 -07:00
frontend
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
gc
Bug 903548 - GC: What do we do for UnmarkGray on a Nursery GCThing? r=billm
2013-08-19 14:48:35 +01:00
gdb
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jit
Bug 906241 - Trigger post barriers for writes to tenured call objects; r=bhackett
2013-08-21 14:20:15 -07:00
jit-test
Bug 906241 - Trigger post barriers for writes to tenured call objects; r=bhackett
2013-08-21 14:20:15 -07:00
jsapi-tests
Bug 906040 - Bring back the higher recursion limit for chrome scripts in the interpreter. r=luke
2013-08-17 10:42:37 +02:00
parjs-benchmarks
perf
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
shell
Bug 902437 - Update the default value of 'Range Analysis' option in jsshell's usage. r=mrosenberg
2013-08-19 09:15:18 -04:00
tests
Bug 896264 - Disable Math.hypot until spec settles down. r=jorendorff
2013-08-21 15:08:51 -05:00
v8
vm
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02: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 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
aclocal.m4
configure.in
Backed out changeset 7da415c9c566 (bug 517765) for PGO bustage.
2013-08-21 13:56:53 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
Bug 894242 - Make C++0x/C++11 mode of gcc/clang mandatory. r=ted
2013-07-17 16:19:25 +09:00
js.msg
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsanalyze.cpp
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsanalyze.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
jsanalyzeinlines.h
jsapi.cpp
Bug 906372 - Fix NULL deref when finishing off thread parse tasks which failed, r=billm.
2013-08-17 21:29:30 -06:00
jsapi.h
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
jsarray.cpp
Bug 907358 - Exactly root internal pointers in Array.join; r=Waldo
2013-08-20 13:13:21 -07:00
jsarray.h
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsast.tbl
jsatom.cpp
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsatom.h
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsatominlines.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsbool.cpp
Bug 903180 - Simple fix. r=jwalden
2013-08-10 23:21:43 +02:00
jsbool.h
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsboolinlines.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07: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
jsclass.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsclist.h
jsclone.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsclone.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jscntxt.cpp
Bug 884676 - Part 2, Use mozilla::Atomic<int32_t> for Runtime::interrupt. r=njn
2013-08-14 21:18:42 -05:00
jscntxt.h
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
jscntxtinlines.h
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
jscompartment.cpp
Bug 905980 - Fix b2g debug build, r=bhackett1024
2013-08-17 14:24:25 +08:00
jscompartment.h
Bug 906001 - Improve tests and asserts around starting off thread parses while GC is active in the atoms zone, r=billm.
2013-08-17 21:24:59 -06:00
jscompartmentinlines.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -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 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jscrashreport.cpp
Bug 888088 (part 6) - Fix #include ordering in some of js/src/*.{h,cpp}. r=nnethercote.
2013-07-23 17:34:18 -07: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 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.
2013-08-13 15:34:12 -07:00
jsdate.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsdbgapi.cpp
Bug 903754 - Remove InterpreterFrames class and use InterpreterActivation instead. r=luke
2013-08-13 14:06:30 +02:00
jsdbgapi.h
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsdtoa.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsdtoa.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsexn.cpp
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsexn.h
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsfriendapi.cpp
Bug 903548 - GC: What do we do for UnmarkGray on a Nursery GCThing? r=billm
2013-08-19 14:48:35 +01:00
jsfriendapi.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
jsfun.cpp
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsfun.h
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsfuninlines.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsgc.cpp
Bug 907791 - Suppress some AsmJS rooting non-hazards in the static analysis; r=bhackett
2013-08-21 12:43:22 -07:00
jsgc.h
Bug 907791 - Suppress some AsmJS rooting non-hazards in the static analysis; r=bhackett
2013-08-21 12:43:22 -07:00
jsgcinlines.h
Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm.
2013-08-13 09:13:46 -06:00
jsinfer.cpp
Bug 903802 - Don't mark property type sets inherited from non-native prototypes as unknown, r=jandem.
2013-08-15 08:29:50 -07:00
jsinfer.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
jsinferinlines.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsiter.cpp
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsiter.h
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jskwgen.cpp
jslibmath.h
Bug 888088 (part 6) - Fix #include ordering in some of js/src/*.{h,cpp}. r=nnethercote.
2013-07-23 17:34:18 -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 896264 - Disable Math.hypot until spec settles down. r=jorendorff
2013-08-21 15:08:51 -05:00
jsmath.h
Bug 896264 - Disable Math.hypot until spec settles down. r=jorendorff
2013-08-21 15:08:51 -05:00
jsmemorymetrics.cpp
Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.
2013-08-13 15:34:12 -07:00
jsnativestack.cpp
Bug 888088 (part 6) - Fix #include ordering in some of js/src/*.{h,cpp}. r=nnethercote.
2013-07-23 17:34:18 -07:00
jsnativestack.h
jsnum.cpp
Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm.
2013-08-13 09:13:46 -06:00
jsnum.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsobj.cpp
Bug 906891: Short-circuit isSealed and isFrozen for typed arrays. r=sfink
2013-08-20 18:00:02 -07:00
jsobj.h
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
jsobjinlines.h
Bug 903354 - GC: Remove unused AutoPropertyDescriptorRooter r=terrence
2013-08-12 12:09:19 +01:00
json.cpp
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
json.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -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 898263 (part 9) - Move IdValuePair from jsprvtd.h to ds/IdValuePair.h. r=jorendorff.
2013-07-25 23:42:47 -07:00
jsopcode.cpp
Bug 871242 - Use js_malloc and js_realloc for the Sprinter to avoid the need for a JSContext. r=luke
2013-08-16 17:34:51 +10:00
jsopcode.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
jsopcode.tbl
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 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote.
2013-07-23 17:34:50 -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 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote.
2013-07-23 17:34:50 -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 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsproxy.cpp
Bug 903352 - Handlify remaining PropertyDescriptor APIs r=terrence r=bholley r=smaug
2013-08-12 12:09:14 +01:00
jsproxy.h
Bug 875452 - Part 5: Add generic proxy stub to GetPropertyIC. (r=djvj)
2013-08-10 22:20:36 -07:00
jspubtd.h
Bug 897655 - Use off thread parsing when loading scripts from XUL documents, r=billm,bz,luke.
2013-08-15 14:14:43 -07:00
jsreflect.cpp
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsreflect.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsscript.cpp
Backed out changeset 4d6b320897df (bug 893184) for crashes.
2013-08-21 16:35:45 -04:00
jsscript.h
Bug 666399 - New Harmony syntax for generators. r=Waldo
2013-08-20 11:03:24 +02:00
jsscriptinlines.h
Bug 886850 - Clean up write barriers for ion/baseline scripts, r=jandem.
2013-08-13 09:16:38 -06:00
jsshell.msg
jsstr.cpp
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
jsstr.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +02:00
jstypes.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsutil.cpp
Bug 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote.
2013-07-23 17:34:50 -07:00
jsutil.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsversion.h
jswatchpoint.cpp
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jswatchpoint.h
Bug 898274 (part 1) - Fix ordering of various #include statements. r=benjamin.
2013-08-13 15:34:12 -07:00
jsweakcache.h
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
jsweakmap.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jsweakmap.h
Bug 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote.
2013-07-23 17:34:50 -07:00
jswin.h
Bug 888088 (part 7) - Fix #include ordering in the rest of js/src/*.{cpp,h}. r=nnethercote.
2013-07-23 17:34:50 -07:00
jsworkers.cpp
Bug 906331 - Make sure to init() and destroy PerThreadData instances in worker threads, r=billm.
2013-08-19 10:50:03 -06:00
jsworkers.h
Bug 906372 - Fix NULL deref when finishing off thread parse tasks which failed, r=billm.
2013-08-17 21:29:30 -06:00
jswrapper.cpp
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jswrapper.h
Bug 898263 (part 7) - Remove jsprvtd.h from EXPORTS. r=jorendorff.
2013-07-25 22:52:59 -07:00
Makefile.in
Backed out changeset 7da415c9c566 (bug 517765) for PGO bustage.
2013-08-21 13:56:53 -04:00
moz.build
Bug 898263 (part 16) - Remove jslock.h from EXPORTS. r=jorendorff.
2013-07-26 01:05:24 -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 906626: Tracelogger: Fix the includes and address style nits, r=njn
2013-08-19 15:54:34 +02:00
TraceLogging.h
Bug 906626: Tracelogger: Fix the includes and address style nits, r=njn
2013-08-19 15:54:34 +02:00
Y.js