..
assembler
Bug 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
2013-07-09 16:33:29 -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
Back out 44347cbdf6a0 for triggering jsapi-test orange. r=bustage
2013-07-17 22:55:49 -07: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 895027 - s/arguments/scriptArgs/. r=NPOTB
2013-07-17 11:08:59 -07:00
ds
Bug 891177 - Remove Vector.h's js/TemplateLib.h dependency by introducing mfbt/TemplateLib.h with the necessary bits. r=terrence
2013-07-08 12:42:13 -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 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
2013-07-09 16:33:29 -07:00
gc
Bug 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
2013-07-09 16:33:29 -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 894948 - Remove effectively-dead analysis-related code from interpreter. r=jandem
2013-07-17 17:51:06 +02:00
jit-test
Back out 44347cbdf6a0 for triggering jsapi-test orange. r=bustage
2013-07-17 22:55:49 -07:00
jsapi-tests
Bug 891177 - Remove Vector.h's js/TemplateLib.h dependency by introducing mfbt/TemplateLib.h with the necessary bits. r=terrence
2013-07-08 12:42:13 -07:00
parjs-benchmarks
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 887334 - Miscellaneous JSAutoCompartments. r=luke
2013-07-17 11:53:53 -07:00
tests
Back out 44347cbdf6a0 for triggering jsapi-test orange. r=bustage
2013-07-17 22:55:49 -07:00
v8
vm
Bug 894948 - Remove effectively-dead analysis-related code from interpreter. r=jandem
2013-07-17 17:51:06 +02:00
yarr
Bug 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
2013-07-09 16:33:29 -07:00
aclocal.m4
configure.in
Bug 894242 - Make C++0x/C++11 mode of gcc/clang mandatory. r=ted
2013-07-17 16:19:25 +09: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
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 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
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 891177 - Move leading/trailing-zero-bit counting functions, ceiling/floor log2 functions, and round-up-pow2 functions into MathAlgorithms.h. r=terrence
2013-07-03 15:46:51 -07:00
jsanalyze.h
Bug 894948 - Remove effectively-dead analysis-related code from interpreter. r=jandem
2013-07-17 17:51:06 +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
Bug 887334 - Require cx->compartment() to be null when destroying a context. r=luke
2013-07-17 11:53:54 -07:00
jsapi.h
Bug 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
2013-07-09 16:33:29 -07:00
jsarray.cpp
Bug 891177 - Move leading/trailing-zero-bit counting functions, ceiling/floor log2 functions, and round-up-pow2 functions into MathAlgorithms.h. r=terrence
2013-07-03 15:46:51 -07: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 887334 - Use the new AutoCompartment overload for the atoms compartment and remove AutoEnterAtomsCompartment. r=bhackett
2013-07-17 11:53:52 -07: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
Bug 887334 - Stop setting the compartment to defaultCompartmentObject_->compartment(). r=luke
2013-07-17 11:53:54 -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 887334 - Reorder some bookkeeping and assert in setCompartment that both the old and new compartments are marked as entered. r=luke
2013-07-17 11:53:55 -07: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 887334 - Reorder some bookkeeping and assert in setCompartment that both the old and new compartments are marked as entered. r=luke
2013-07-17 11:53:55 -07:00
jscompartmentinlines.h
Bug 887334 - Use the new AutoCompartment overload for the atoms compartment and remove AutoEnterAtomsCompartment. r=bhackett
2013-07-17 11:53:52 -07: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
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
Back out 44347cbdf6a0 for triggering jsapi-test orange. r=bustage
2013-07-17 22:55:49 -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 891177 - Remove Vector.h's js/TemplateLib.h dependency by introducing mfbt/TemplateLib.h with the necessary bits. r=terrence
2013-07-08 12:42:13 -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 891177 - Move leading/trailing-zero-bit counting functions, ceiling/floor log2 functions, and round-up-pow2 functions into MathAlgorithms.h. r=terrence
2013-07-03 15:46:51 -07: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
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
Bug 891177 - Remove Vector.h's js/TemplateLib.h dependency by introducing mfbt/TemplateLib.h with the necessary bits. r=terrence
2013-07-08 12:42:13 -07: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
jsopcodeinlines.h
Bug 890192 (part 1) - Slim down jsopcodeinlines.h. r=terrence.
2013-07-03 19:35:15 -07:00
jsoplengen.cpp
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 891177 - Implement mozilla/Vector.h, and make js/Vector.h implement js::Vector using mozilla::Vector's implementation of the functionality. r=terrence
2013-07-09 16:33:29 -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
Bug 891177 - Move leading/trailing-zero-bit counting functions, ceiling/floor log2 functions, and round-up-pow2 functions into MathAlgorithms.h. r=terrence
2013-07-03 15:46:51 -07:00
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
Back out 44347cbdf6a0 for triggering jsapi-test orange. r=bustage
2013-07-17 22:55:49 -07:00
moz.build
Bug 891177 - Remove Vector.h's js/TemplateLib.h dependency by introducing mfbt/TemplateLib.h with the necessary bits. r=terrence
2013-07-08 12:42:13 -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
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