..
assembler
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
build
Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted
2013-06-13 13:09:22 -04:00
builtin
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
config
bug 872087: mozbuild HOST_LIBRARY_NAME conversion cleanup. r=gps
2013-06-19 09:19:25 -04:00
ctypes
Bug 884371 - Remove JSMutableHandleXXX from the js/src directory r=terrence
2013-06-19 11:32:27 +01:00
devtools
ds
Bug 634839 (part 2) - Remove more unnecessary #includes from SpiderMonkey. r=jorendorff.
2013-06-06 21:35:53 -07:00
editline
frontend
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
gc
Bug 884562 - Allow root analysis to be enabled when using generational GC; r=sfink DONTBUILD
2013-06-19 09:20:46 -07:00
gdb
Backed out 13 changesets (bug 880917) for Android and B2G test bustage on a CLOSED TREE.
2013-06-13 15:19:50 -04:00
ion
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
jit-test
Backout 29e698ae2b5c for causing orange in a CLOSED TREE.
2013-06-19 14:34:31 -07:00
jsapi-tests
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
parjs-benchmarks
Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests
2013-06-12 22:17:30 -04:00
perf
Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin.
2013-06-05 19:07:43 -07:00
shell
Bug 880041 (part 16) - Use JSObject::{is,as} for WithObject. r=luke.
2013-06-16 19:59:58 -07:00
tests
Bug 883226, part 5 - Clean up parsing of delete expressions. Also fixes bug 871046. r=Waldo.
2013-06-19 14:43:39 -05:00
v8
vm
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
yarr
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
aclocal.m4
Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted
2013-06-13 13:09:22 -04:00
configure.in
Bug 882770 - Do not use the MSVC driver commands for clang on Windows; r=ted
2013-06-13 13:11:40 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
bug 877937 - make js embedders build as c++11 when we do r=ted f=waldo
2013-06-05 18:55:17 -04:00
js.msg
Bug 853239 - warn on a statement expression use (r=jorendorff)
2013-06-18 13:22:58 -07:00
js.pc.in
jsalloc.cpp
Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke.
2013-06-10 15:22:18 -06:00
jsalloc.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsanalyze.cpp
Bug 884298: IonMonkey: Allow inlining of functions containing JSOP_FUNCALL, r=jandem
2013-06-19 15:06:05 +02:00
jsanalyze.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsanalyzeinlines.h
Bug 872416, part 2b - Make jsanalyze.h not include jspocodeinlines.h. Factor out inlines into jsanalyzeinlines.h. r=luke. (This is only half of the patch reviewed as "part 2". The other half didn't work in GCC and is on hold.)
2013-06-04 16:24:42 -05:00
jsapi.cpp
Bug 884410 - Remove JS_EnumerateResolvedStandardClasses; r=Waldo sr=luke
2013-06-13 17:10:01 -07:00
jsapi.h
Bug 884410 - Remove JS_EnumerateResolvedStandardClasses; r=Waldo sr=luke
2013-06-13 17:10:01 -07:00
jsarray.cpp
Back out rev 5d35dc039af7 (bug 875433) due to Web compatibility issues (bug 881782, bug 883914). rs=Waldo on IRC.
2013-06-18 15:35:22 -05:00
jsarray.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsast.tbl
jsatom.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsatom.h
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsatominlines.h
Bug 880565 (part 2) - Remove unnecessary #includes in jsobjinlines.h. r=benjamin.
2013-06-06 17:48:12 -07:00
jsbool.cpp
Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes.
2013-06-18 19:50:20 -04:00
jsbool.h
Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes.
2013-06-18 19:50:20 -04:00
jsboolinlines.h
Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes.
2013-06-18 19:50:20 -04:00
jsclass.h
Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
2013-06-19 11:32:26 +01:00
jsclist.h
jsclone.cpp
Bug 880041 (part 9) - Use JSObject::{is,as} for RegExpObject. r=sfink.
2013-06-16 17:39:43 -07:00
jsclone.h
jscntxt.cpp
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jscntxt.h
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jscntxtinlines.h
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jscompartment.cpp
Bug 883630 - Watch for lazy functions when iterating inline Ion frames, clean up methods for accessing function scripts.
2013-06-16 10:24:45 -06:00
jscompartment.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jscompartmentinlines.h
Bug 883466 - Fix build failure in GGC caused by jsobjinlines.h reorganization; r=njn
2013-06-17 11:46:50 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jscrashreport.h
jsdate.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsdate.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsdbgapi.cpp
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jsdbgapi.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsdhash.cpp
jsdhash.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsexn.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsfriendapi.cpp
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jsfriendapi.h
Bug 883887. Add an Unlink method to js::ExpandoAndGeneration. r=peterv
2013-06-19 14:48:44 -04:00
jsfun.cpp
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jsfun.h
Bug 883630 - Watch for lazy functions when iterating inline Ion frames, clean up methods for accessing function scripts.
2013-06-16 10:24:45 -06:00
jsfuninlines.h
Bug 883630 - Watch for lazy functions when iterating inline Ion frames, clean up methods for accessing function scripts.
2013-06-16 10:24:45 -06:00
jsgc.cpp
Bug 882111 - Don't push an interpreter frame when calling into the JITs. r=djvj
2013-06-19 19:10:04 +02:00
jsgc.h
Bug 883466 - Fix build failure in GGC caused by jsobjinlines.h reorganization; r=njn
2013-06-17 11:46:50 -07:00
jsgcinlines.h
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsinfer.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsinfer.h
Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
2013-06-19 11:32:26 +01:00
jsinferinlines.h
Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
2013-06-19 11:32:26 +01:00
jsiter.cpp
Bug 882111 - Don't push an interpreter frame when calling into the JITs. r=djvj
2013-06-19 19:10:04 +02:00
jsiter.h
Bug 883171 - Remove JSContext::fp() and JSContext::regs(). r=luke
2013-06-19 11:33:13 +02:00
jskwgen.cpp
Bug 634839 (part 2) - Remove more unnecessary #includes from SpiderMonkey. r=jorendorff.
2013-06-06 21:35:53 -07:00
jslibmath.h
Bug 875651 - Remove workaround of KB982107/Bug 635617 since required VS2010+. r=dvander
2013-06-03 11:37:25 +09:00
jslock.h
jsmath.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsmath.h
Bug 868860 - Initialize Math.random() PRNG with a better seed. r=luke r=zackw
2013-04-18 23:07:18 -07:00
jsmemorymetrics.cpp
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsnativestack.cpp
Bug 875666 - add || defined(__DragonFly__) to jsnativestack.cpp (r=luke)
2013-05-24 08:29:53 +02:00
jsnativestack.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsnum.cpp
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsnum.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsobj.cpp
Bug 880041 (part 16) - Use JSObject::{is,as} for WithObject. r=luke.
2013-06-16 19:59:58 -07:00
jsobj.h
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
jsobjinlines.h
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
json.cpp
Backed out changeset 2f6babcfa00e (bug 882468) for JS crashes.
2013-06-18 19:50:20 -04:00
json.h
Bug 794323 - Remove the legacy JSON parsing mode, now that Firefox session store code doesn't need it. r=luke for the JS bits, r=jlebar for the DOM bits, r=mak77 for the browser/toolkit bits
2013-05-23 15:28:31 -07:00
jsonparser.cpp
Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin.
2013-06-05 19:07:43 -07:00
jsonparser.h
#include minimization, MOZ_STACK_CLASS application, and other minor jsonparser.h cleanups. No bug, r=lumpy
2013-05-24 13:55:26 -07:00
jsopcode.cpp
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
jsopcode.h
Bug 704356 - Remove the JS property cache. r=njn, sr=luke
2013-06-18 09:16:57 +02:00
jsopcode.tbl
Bug 864218 - Improve performance when accessing variables defined in run-once closures, r=luke,jandem.
2013-05-31 16:22:34 -06:00
jsopcodeinlines.h
Bug 704356 - Remove the JS property cache. r=njn, sr=luke
2013-06-18 09:16:57 +02:00
jsoplengen.cpp
Bug 881579 - Use the canonical #ifndef wrapper form in SpiderMonkey headers so that GCC and clang can avoid including them more than once per compilation unit. r=benjamin.
2013-06-16 16:11:24 -07:00
jsprf.cpp
jsprf.h
jspropertytree.cpp
Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke.
2013-06-10 15:22:18 -06:00
jspropertytree.h
jsprototypes.h
jsproxy.cpp
Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke.
2013-06-10 15:22:18 -06:00
jsproxy.h
Bug 875628. NewProxyObject should take a handle for the private value. r=till
2013-05-24 13:03:13 -04:00
jsprvtd.h
Bug 879831, part 7 - Isolate the frontend. Make files outside the frontend include frontend/BytecodeCompiler.h or frontend/SourceNotes.h if possible; those two act as facades and do not include all the rest of the frontend headers. r=njn.
2013-06-06 22:49:17 -05:00
jspubtd.h
Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke.
2013-06-10 15:22:18 -06:00
jsreflect.cpp
Bug 883226, part 1 - Clean up RegExp parsing. Remove NullaryNode::create in favor of constructors. r=Waldo.
2013-06-19 14:43:38 -05:00
jsreflect.h
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsscript.cpp
Bug 880041 (part 17) - Use JSObject::{is,as} for {Cloned,Static}BlockObject. r=luke.
2013-06-16 22:30:15 -07:00
jsscript.h
Bug 884283 - GC: Rename RootMethods to GCMethods r=terrence
2013-06-19 11:32:26 +01:00
jsscriptinlines.h
Bug 880041 (part 9) - Use JSObject::{is,as} for RegExpObject. r=sfink.
2013-06-16 17:39:43 -07:00
jsshell.msg
jsstr.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsstr.h
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
jsstrinlines.h
Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke.
2013-06-10 15:22:18 -06:00
jstypedarray.cpp
Bug 884628 - Optimize the post-barrier verifier; r=jonco
2013-06-17 13:16:29 -07:00
jstypedarray.h
Bug 880041 (part 4) - Use JSObject::{is,as} for DataViewObject. r=luke.
2013-06-16 17:19:53 -07:00
jstypedarrayinlines.h
Bug 884628 - Optimize the post-barrier verifier; r=jonco
2013-06-17 13:16:29 -07:00
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h
jswatchpoint.cpp
Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin.
2013-06-05 19:07:43 -07:00
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Bug 880565 (part 2) - Remove unnecessary #includes in jsobjinlines.h. r=benjamin.
2013-06-06 17:48:12 -07:00
jsweakmap.h
Bug 881333 - Use accessor methods for cx->compartment and cx->runtime, r=luke.
2013-06-10 15:22:18 -06:00
jswin.h
jsworkers.cpp
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jsworkers.h
Bug 634839 (part 2b) - Remove more unnecessary headers (as found by include-what-you-use) from SpiderMonkey. r=jorendorff.
2013-06-12 22:20:27 -07:00
jswrapper.cpp
Bug 880041 (part 8) - Use JSObject::{is,as} for PropertyIteratorObject. r=sfink.
2013-06-16 17:34:45 -07:00
jswrapper.h
Makefile.in
bug 877937 - make js embedders build as c++11 when we do r=ted f=waldo
2013-06-05 18:55:17 -04:00
moz.build
Bug 704356 - Remove the JS property cache. r=njn, sr=luke
2013-06-18 09:16:57 +02:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
TraceLogging.h
Bug 883574 - Add const qualifiers to variables and pointers in the JS tree. r=evilpies
2013-06-17 18:31:47 -07:00
Y.js