..
assembler
Bug 891083 - Make the ImmWord version of x64's movq always use smaller immediate fields when possible; use movWithPatch when a patchable 64-bit immediate field is needed. Also, implement movq_i32r, which is useful for immediates in the range [INT32_MIN, 0). r=sstangl
2013-07-08 19:28:20 -07:00
build
Bug 850576 - Statically link stlport on b2g and android, and always use a custom built stlport for that. r=ted
2013-07-15 18:48:39 +09:00
builtin
Bug 852421 - Remove MarkTypeObjectUnknownProperties call from Object.create. r=bhackett
2013-07-16 21:34:02 +02:00
config
Backed out 2 changesets (bug 893362) for check-sync-dir bustage.
2013-07-16 09:57:12 -04:00
ctypes
Bug 889146 (part 16) - Rename jstypedarray.{h,cpp} as vm/TypedArrayObject.{h,cpp}. r=sfink.
2013-07-02 20:58:39 -07:00
devtools
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
ds
Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke.
2013-06-27 17:37:29 -07:00
editline
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
frontend
Bug 880538 - move 'hasDestructuringArgs' flag into the FunctionBox (r=bhackett)
2013-06-28 10:29:58 -07:00
gc
Bug 892287 - Simplify post barriering of TypedArray's internal pointers; r=sfink
2013-07-11 15:14:20 -07:00
gdb
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
ion
Bug 892426 - Add an additional temp-Register to SetElementIC. r=jandem
2013-07-17 11:51:19 -07:00
jit-test
Bug 867856 - Fix intermittent timeout of bug743094.js test case. r=h4writer
2013-07-17 11:51:19 -07:00
jsapi-tests
Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures
2013-07-13 21:59:07 -07:00
parjs-benchmarks
Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests
2013-06-12 22:17:30 -04:00
perf
Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till.
2013-07-11 18:31:01 -07:00
shell
Bug 894240 - Fix pointer dereference in js::cli::OptionParser::extractValue. r=Waldo
2013-07-17 16:16:55 +09:00
tests
Bug 853706 - Fixed a test case that depended on incorrect number of significant digits for 0. r=jwalden
2013-07-16 11:22:57 -07:00
v8
vm
Bug 894948 - Remove effectively-dead analysis-related code from interpreter. r=jandem
2013-07-17 19:21:10 +02:00
yarr
Bug 888673 - Update Yarr yet again. r=sstangl
2013-07-01 23:29:19 +02: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
Backed out changeset 5939320824b1 (bug 894242) "CLOSED TREE"
2013-07-17 10:36:12 +02:00
dtoa.c
Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke.
2013-06-27 17:37:29 -07:00
js-confdefs.h.in
js-config.h.in
Bug 890171 - Cleanup old jaegermonkey defines in js/sc/configure. r=luke
2013-07-09 14:30:11 +09:00
js-config.in
Backed out changeset 5939320824b1 (bug 894242) "CLOSED TREE"
2013-07-17 10:36:12 +02:00
js.msg
Bug 889628, part 5 - Enforce ES6 rules about assigning to eval or arguments in destructuring assignment. r=Waldo.
2013-07-15 11:21:17 -05:00
js.pc.in
Bug 870306 - Put includes under /usr/include/mozjs-x.y instead of /usr/include/js-x.y on make install. r=sstangl,r=Waldo
2013-05-21 08:28:13 +02:00
jsalloc.cpp
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsalloc.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsanalyze.cpp
Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
2013-06-28 19:20:12 -07:00
jsanalyze.h
Bug 894948 - Remove effectively-dead analysis-related code from interpreter. r=jandem
2013-07-17 19:21:10 +02:00
jsanalyzeinlines.h
Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
2013-06-28 19:20:12 -07:00
jsapi.cpp
Backed out 4 changesets (bug 893858, bug 868859, bug 886903) for Linux debug mochitest-other crashes on a CLOSED TREE.
2013-07-17 12:43:59 -04:00
jsapi.h
Backed out changeset 56423bbe9a13 (bug 891695) because it didn't un-bust itself automagically.
2013-07-17 08:54:01 -04:00
jsarray.cpp
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jsarray.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsast.tbl
jsatom.cpp
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jsatom.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsatominlines.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsbool.cpp
Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till.
2013-07-11 18:31:01 -07:00
jsbool.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsboolinlines.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsclass.h
Bug 886829 - also update comments in jsclass.h DONTBUILD
2013-07-02 12:14:30 +01:00
jsclist.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsclone.cpp
Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till.
2013-07-11 18:31:01 -07:00
jsclone.h
Bug 885310 - 3 Rename JSHandleFoo in js/src r=evilpie
2013-06-21 14:12:46 +01:00
jscntxt.cpp
Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures
2013-07-13 21:59:07 -07:00
jscntxt.h
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jscntxtinlines.h
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jscompartment.cpp
Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff.
2013-06-20 22:39:22 -07:00
jscompartment.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jscompartmentinlines.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jscpucfg.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jscrashformat.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
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
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsdate.cpp
Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett.
2013-07-11 15:15:17 -07:00
jsdate.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsdbgapi.cpp
Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem.
2013-07-08 09:17:35 -06:00
jsdbgapi.h
Bug 880917 - Remove js_RevertVersion and associated shell functionality. r=luke
2013-06-29 09:11:19 -06:00
jsdtoa.cpp
jsdtoa.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsexn.cpp
Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett.
2013-07-11 15:15:17 -07:00
jsexn.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsfriendapi.cpp
Bug 887334 - Remove AutoSwitchCompartment. r=luke
2013-07-17 11:53:50 -07:00
jsfriendapi.h
Bug 887334 - Remove AutoSwitchCompartment. r=luke
2013-07-17 11:53:50 -07:00
jsfun.cpp
Bug 887075 - Use original function when compiling lazy scripts, r=luke.
2013-07-15 14:53:13 -06:00
jsfun.h
Bug 881988 - Support calling natives in parallel. (r=djvj)
2013-07-10 18:25:33 -07:00
jsfuninlines.h
Bug 886205 (part 7) - Break jsfuninlines.h out of the header inclusion cycles. r=terrence.
2013-06-25 21:38:35 -07:00
jsgc.cpp
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jsgc.h
Bug 890192 (part 4) - Slim down jsgcinlines.h. r=terrence.
2013-07-04 00:55:46 -07:00
jsgcinlines.h
Bug 891946 - Rename ThreadSafeContext variables from tcx -> cx. (r=bhackett)
2013-07-10 18:25:42 -07:00
jsinfer.cpp
Bug 827396 - rm TypeObject::CONTRIBUTION_LIMIT and TypeObject::contribution. r=bhackett
2013-07-16 20:42:44 +02:00
jsinfer.h
Bug 827396 - rm TypeObject::CONTRIBUTION_LIMIT and TypeObject::contribution. r=bhackett
2013-07-16 20:42:44 +02:00
jsinferinlines.h
Bug 894447 - Avoid unnecessary monitor instructions and bailouts with JSOP_SETELEM accessing named properties and backout bug 894463. r=bhackett
2013-07-17 16:21:22 +02:00
jsiter.cpp
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsiter.h
Bug 891215 (part 1) - Slim down Iterator-inl.h. r=terrence.
2013-07-08 19:42:34 -07:00
jskwgen.cpp
Bug 885761 - Remove Token::t_op and KeywordInfo::op. r=till.
2013-07-10 16:37:45 -05:00
jslibmath.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jslock.h
Back out 757e87bb1c1e:2c2bb15bf160 (bug 884676) for make check failures
2013-07-13 21:59:07 -07:00
jsmath.cpp
Bug 717379, part 1 - Implement the new ES6 math functions. r=jorendorff.
2013-07-15 10:03:14 -05:00
jsmath.h
Bug 717379, part 1 - Implement the new ES6 math functions. r=jorendorff.
2013-07-15 10:03:14 -05:00
jsmemorymetrics.cpp
Bug 890784 (part 2) - Fix up #includes after the creation of the vm/Runtime module. r=wmccloskey.
2013-07-07 23:23:59 -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 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsnum.cpp
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jsnum.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsobj.cpp
Fix trailing whitespace in jsobj.cpp, noted by Ms2ger in bug 886087 comment 5. no_r=me.
2013-07-15 10:26:49 -05:00
jsobj.h
Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink.
2013-07-04 00:50:50 -07:00
jsobjinlines.h
Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink.
2013-07-04 00:50:50 -07:00
json.cpp
Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink.
2013-07-04 00:50:50 -07:00
json.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsonparser.cpp
Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink.
2013-07-04 00:50:50 -07:00
jsonparser.h
Bug 839998 - Replace thisDuringConstruction() with MOZ_THIS_IN_INITIALIZER_LIST(). r=waldo
2013-06-27 00:15:53 +09:00
jsopcode.cpp
Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till.
2013-07-11 18:31:01 -07:00
jsopcode.h
Bug 890636 - Remove JSOPTION_PCCOUNT, r=jandem.
2013-07-08 09:17:35 -06: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 890192 (part 1) - Slim down jsopcodeinlines.h. r=terrence.
2013-07-03 19:35:15 -07: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
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jspropertytree.cpp
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jspropertytree.h
Bug 885758 - Add ExclusiveContext for use by threads with exclusive access to their compartment, r=billm.
2013-07-10 09:29:52 -06:00
jsprototypes.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsproxy.cpp
Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till.
2013-07-11 18:31:01 -07:00
jsproxy.h
Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff.
2013-06-20 22:39:22 -07:00
jsprvtd.h
Bug 881988 - Support calling natives in parallel. (r=djvj)
2013-07-10 18:25:33 -07:00
jspubtd.h
Bug 881988 - Support calling natives in parallel. (r=djvj)
2013-07-10 18:25:33 -07:00
jsreflect.cpp
Bug 887558 (part 3) - Use JSObject::{is,as} for JSObject itself. r=sfink.
2013-07-04 00:50:50 -07:00
jsreflect.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsscript.cpp
Bug 887075 - Use original function when compiling lazy scripts, r=luke.
2013-07-15 14:53:13 -06:00
jsscript.h
Bug 887075 - Use original function when compiling lazy scripts, r=luke.
2013-07-15 14:53:13 -06:00
jsscriptinlines.h
Bug 890192 (part 2) - Slim down jsscriptinlines.h. r=terrence.
2013-07-03 19:47:14 -07:00
jsshell.msg
jsstr.cpp
Bug 892187 - Fix spurious uses of ExclusiveContext->asJSContext(), r=billm.
2013-07-15 08:12:40 -06:00
jsstr.h
Bug 890968 - Part 2: Add nondestructive getChars to JSString. (r=bhackett)
2013-07-10 18:24:39 -07:00
jsstrinlines.h
Bug 890192 (part 3) - Slim down jsstrinlines.h. r=terrence.
2013-07-03 19:53:18 -07:00
jstypes.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsutil.cpp
jsutil.h
Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke.
2013-06-27 17:37:29 -07:00
jsversion.h
Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
2013-06-28 19:20:12 -07:00
jswatchpoint.cpp
Bug 888768 (part 1) - Remove unnecessary js*inlines.h #includes, as found by include-what-you-use. r=bhackett.
2013-07-11 15:15:17 -07:00
jswatchpoint.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsweakcache.h
Bug 890784 (part 1) - Create a new vm/Runtime module and put JSRuntime in it. r=wmccloskey.
2013-07-07 23:18:48 -07:00
jsweakmap.cpp
Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff.
2013-06-20 22:39:22 -07:00
jsweakmap.h
Bug 890784 (part 1) - Create a new vm/Runtime module and put JSRuntime in it. r=wmccloskey.
2013-07-07 23:18:48 -07:00
jswin.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jsworkers.cpp
Bug 820686 - Follow-up: s/MOZ_ASSUME_NOT_REACHED/MOZ_ASSUME_UNREACHABLE/. rs=waldo
2013-06-28 19:20:12 -07:00
jsworkers.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
jswrapper.cpp
Bug 888768 (part 3) - Remove unnecessary *-inl.h #includes, as found by include-what-you-use. r=till.
2013-07-11 18:31:01 -07:00
jswrapper.h
Bug 888106 - Add too-much-recursion detection to isExtensible tests, and make the isExtensible hook capable of failing. r=bholley, r=ejpbruel
2013-06-28 14:01:09 -07:00
Makefile.in
Backed out changeset 5939320824b1 (bug 894242) "CLOSED TREE"
2013-07-17 10:36:12 +02:00
moz.build
Bug 887558 (part 2) - Move various functions into ProxyObject and FunctionProxyObject. r=jorendorff.
2013-06-20 22:39:22 -07:00
prmjtime.cpp
Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke.
2013-06-27 17:37:29 -07:00
prmjtime.h
Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
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 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn.
2013-06-19 17:59:46 -07:00
Y.js