..
assembler
Bug 864220 - Use mprotect to trigger interrupts in Ion compiled code, r=luke,jandem.
2013-08-15 07:33:30 -07:00
build
Fixup for bug 904743, thanks to cl.py running without assertions. r=me
2013-08-26 16:59:53 +09:00
builtin
Bug 909171 (part 1) - Add JS_ prefixes to macros missing them in jsversion.h. r=luke.
2013-08-26 17:09:27 -07:00
config
Also recognize Inlines.h as a inlines header suffix in check-style (no bug, r=bustage)
2013-08-26 12:21:06 -05:00
ctypes
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
devtools
Bug 908825 - Assorted hazard analysis changes+fixes to get rooting analysis running on build slaves
2013-08-23 13:03:23 -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 906619 - Part a: Move unconditional CSRCS to moz.build; r=mshal
2013-08-22 08:56:02 +02:00
frontend
Bug 909171 (part 2) - Fix up jsversion.h includes. r=luke.
2013-08-26 17:09:30 -07:00
gc
Bug 908484 - Fix canCollect() exception in JS engine (r=bhackett)
2013-08-23 10:23:40 -07:00
gdb
Bug 898914 (part 1) - Remove JSBool.
2013-08-08 15:53:04 -07:00
jit
Bug 907333 - IonMonkey: Add MAssertRange. r=h4writer
2013-08-26 20:49:20 -07:00
jit-test
Bug 908253 - Fix jit-tests's -g command after Bug 858622; r=dminor
2013-08-22 11:21:30 -07:00
jsapi-tests
Bug 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
2013-08-21 22:26:57 -07:00
parjs-benchmarks
perf
Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till.
2013-08-08 16:07:22 -07:00
shell
Bug 909363 - Mark redirect() as unsafe for fuzzing. r=till
2013-08-26 09:04:09 -07:00
tests
Back out bc75fd3095eb (bug 907958), the simple rebasing through bug 666399 is busted. Probably a simple-ish fix, not gonna try it on a deadline, tho. r=beep-beep-beep from a CLOSED TREE
2013-08-23 19:27:30 -07:00
v8
vm
Bug 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
2013-08-21 22:26:57 -07: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 0dad16fe66b2 (bug 517765) for Linux PGO bustage.
2013-08-23 13:17:07 -04: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
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 909171 (part 1) - Add JS_ prefixes to macros missing them in jsversion.h. r=luke.
2013-08-26 17:09:27 -07:00
jsapi.h
Bug 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
2013-08-21 22:26:57 -07:00
jsarray.cpp
Bug 906060 - Allow ExclusiveContext zones to have TI enabled, r=billm.
2013-08-22 07:13:18 -06: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
jsclist.h
jscntxt.cpp
Bug 900681 - Properly clean up leaked off thread parses in the JS shell, r=billm.
2013-08-21 18:43:18 -06:00
jscntxt.h
Bug 908294 - Additional fixes for ExclusiveContext zones with TI enabled, r=billm.
2013-08-22 21:42:20 -06:00
jscntxtinlines.h
Bug 905544 - Fix assertion failure in threadsafe builds with --disable-ion, r=billm.
2013-08-22 18:02:28 -06:00
jscompartment.cpp
Bug 907937 - Followup fix for review-nit bustage. r=me CLOSED TREE
2013-08-22 12:54:05 -07:00
jscompartment.h
Bug 907937 - Move JSCompartment::wrap again to avoid 'used but not defined' warnings (r=themaid)
2013-08-26 11:46:21 -05:00
jscompartmentinlines.h
Bug 907937 - Move JSCompartment::wrap again to avoid 'used but not defined' warnings (r=themaid)
2013-08-26 11:46:21 -05: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 905017 (part 3, attempt 2) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
2013-08-19 23:45:26 -07:00
jsfriendapi.h
Bug 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
2013-08-21 22:26:57 -07:00
jsfun.cpp
Bug 904701 - Implement prototype madness for ES6 generators. r=bhackett, r=jorendorff
2013-08-23 11:07:10 -04:00
jsfun.h
Bug 908472 - make JSFunction::generatorKind() treat lazy self-hosted functions as non-generators. r=jwalden
2013-08-23 23:23:38 +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 908484 - Fix canCollect() exception in JS engine (r=bhackett)
2013-08-23 10:23:40 -07:00
jsgc.h
Backout 09bdab645185 (Bug 907791) as it will not work with off-main-thread parsing.
2013-08-22 11:48:28 -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 908294 - Additional fixes for ExclusiveContext zones with TI enabled, r=billm.
2013-08-22 21:42:20 -06:00
jsinfer.h
Bug 906060 - Allow ExclusiveContext zones to have TI enabled, r=billm.
2013-08-22 07:13:18 -06:00
jsinferinlines.h
Bug 906060 - Allow ExclusiveContext zones to have TI enabled, r=billm.
2013-08-22 07:13:18 -06:00
jsiter.cpp
Bug 904701 - Implement prototype madness for ES6 generators. r=bhackett, r=jorendorff
2013-08-23 11:07:10 -04: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 899712 - Prevent infinite recursion in fallback asinh, r=jorendorff
2013-07-30 12:36:03 -07: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 908255 - tidy up 'non-destructive' functions, give StringHashPolicy a scarier name (r=terrence)
2013-08-22 13:54:34 -05: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 909171 (part 1) - Add JS_ prefixes to macros missing them in jsversion.h. r=luke.
2013-08-26 17:09:27 -07:00
jsobjinlines.h
Bug 908294 - Additional fixes for ExclusiveContext zones with TI enabled, r=billm.
2013-08-22 21:42:20 -06:00
json.cpp
Bug 901351 - Properly handle various edge cases in JSON.parse when walking/reviving the initial object tree. r=jorendorff
2013-08-08 17:31:45 -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 904701 - Implement prototype madness for ES6 generators. r=bhackett, r=jorendorff
2013-08-23 11:07:10 -04: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 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
2013-08-21 22:26:57 -07:00
jspubtd.h
Bug 909178 (part 1) - Move |jsid| from jsapi.h into js/Id.h. r=luke.
2013-08-21 22:26:56 -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
Bug 777060 - Allow parameters without defaults after default parameters. r=jorendorff
2013-08-22 11:28:14 -05:00
jsscript.h
Bug 777060 - Allow parameters without defaults after default parameters. r=jorendorff
2013-08-22 11:28:14 -05: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 909171 (part 2) - Fix up jsversion.h includes. r=luke.
2013-08-26 17:09:30 -07:00
jsstr.h
Bug 905300 - Remove dead code in SpiderMonkey. r=bhackett
2013-08-15 13:45:30 +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 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
Bug 909171 (part 3) - Remove JS_VERSION. r=luke.
2013-08-26 17:09:40 -07:00
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 904701 - Implement prototype madness for ES6 generators. r=bhackett, r=jorendorff
2013-08-23 11:07:10 -04:00
jsworkers.h
Bug 907777 - Add preference for off thread parsing, coalesce with preference for off thread Ion compilation, r=billm.
2013-08-22 07:22:33 -06:00
jswrapper.cpp
Bug 907937 - Move object wrapping into the object-overloaded wrap() function. r=billm
2013-08-22 12:40:31 -07:00
jswrapper.h
Bug 898263 (part 7) - Remove jsprvtd.h from EXPORTS. r=jorendorff.
2013-07-25 22:52:59 -07:00
make-source-package.sh
Bug 517765 - Mark make-source-package.sh as executable.
2013-08-23 19:35:54 +02:00
Makefile.in
Backed out changeset 0dad16fe66b2 (bug 517765) for Linux PGO bustage.
2013-08-23 13:17:07 -04:00
moz.build
Bug 909178 (part 2) - Make jsclass.h not depend on jsapi.h, and rename it js/Class.h. r=jwalden.
2013-08-21 22:26:57 -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