gecko-dev/js/src
2013-09-09 16:25:56 -07:00
..
assembler Back out a615811b12e4 (bug 888109) for not actually building 2013-09-06 18:48:56 -07:00
build Bug 911893 - cannot use --enable-android-libstdcxx configure option. r=glandium 2013-09-06 14:40:48 +09:00
builtin Bug 676739 - Part 2: Migrate from AtomizeString to ToAtom. r=luke 2013-09-06 13:04:56 +02:00
config Merge m-c to inbound. 2013-09-06 12:31:58 +02:00
ctypes Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
devtools Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
ds Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
editline Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
frontend Bug 676739 - Part 2: Migrate from AtomizeString to ToAtom. r=luke 2013-09-06 13:04:56 +02:00
gc Bug 910845 - Add a wrapper for mmap() in order to keep the high 17-bits of JS pointers cleared on IA64. r=billm 2013-09-09 08:57:37 -04:00
gdb Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
jit Bug 911707 - Don't cache JSPropertyOp setter calls on unwritable shapes. (r=Waldo) 2013-09-09 16:25:56 -07:00
jit-test Bug 911707 - Don't cache JSPropertyOp setter calls on unwritable shapes. (r=Waldo) 2013-09-09 16:25:56 -07:00
jsapi-tests Bug 905774 - Make Reflect.parse play better with proxies. Remove GetPropertyDefault. r=bhackett. 2013-09-06 21:40:49 -05:00
parjs-benchmarks Bug 872352 - Simplify edges/liquid-resize benchmarks rs=tests 2013-06-12 22:17:30 -04:00
perf Bug 895223, part 1 - Change perf/jsperf.cpp to use JSNative getters rather than PropertyOps. r=jandem. 2013-09-06 21:41:30 -05:00
shell Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
tests Bug 913510 - Remove vestigial capability.principal prefs usage. r=bholley 2013-09-07 18:49:03 +09:00
v8
vm Backed out changeset 39bba9d8dbac (bug 912589) for Android NoIon jsreftest crashes. 2013-09-09 16:55:20 -04: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 910829 - SpiderMonkey: Delete redundant null checks. r=jandem 2013-08-31 06:18:42 -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 912293 - Add a generic header and footer to generated Makefiles. r=gps 2013-09-05 09:01:45 +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 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 912108 - Rename BinaryData to TypedObject r=sfink 2013-09-06 10:50:49 -04: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 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsanalyze.cpp Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsanalyze.h Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsanalyzeinlines.h Bug 864928 - Remove ScriptAnalysis::analyzeTypes, r=jandem. 2013-09-02 15:39:31 -07:00
jsapi.cpp Bug 905774 - Make Reflect.parse play better with proxies. Remove GetPropertyDefault. r=bhackett. 2013-09-06 21:40:49 -05:00
jsapi.h Bug 905774 - Make Reflect.parse play better with proxies. Remove GetPropertyDefault. r=bhackett. 2013-09-06 21:40:49 -05:00
jsarray.cpp Bug 905947 - Don't assert when redefining an array's length to be configurable via the JSAPI. r=jorendorff 2013-08-20 17:06:51 -07:00
jsarray.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jsast.tbl
jsatom.cpp Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
jsatom.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
jsatominlines.h Bug 903419 part 1. Change js::GetErrorTypeName to take a JSRuntime, not a JSContext. r=luke 2013-08-29 00:30:06 -04:00
jsbool.cpp Bug 903180 - Simple fix. r=jwalden 2013-08-10 23:21:43 +02:00
jsbool.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -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 Bug 883697 (part 2) - Make include guards consistent in some of js/src/. r=njn. 2013-06-19 17:59:46 -07:00
jscntxt.cpp Bug 899367 - Remove JSOPTION_UNROOTED_GLOBAL. r=luke,mccr8 2013-09-04 14:06:56 -07:00
jscntxt.h Bug 899367 - Add an API to opt out of default compartment objects. r=luke 2013-09-04 14:06:55 -07:00
jscntxtinlines.h Bug 899367 - Add an API to opt out of default compartment objects. r=luke 2013-09-04 14:06:55 -07:00
jscompartment.cpp Bug 898347 - Add canonical type representation objects (Part 1/6) r=sfink 2013-08-23 11:21:25 -04:00
jscompartment.h Bug 898347 - Add canonical type representation objects (Part 1/6) r=sfink 2013-08-23 11:21:25 -04:00
jscompartmentinlines.h Bug 909866 - Fix an exact rooting hazard in JSCompartment::wrap; r=sfink 2013-08-27 15:16:03 -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 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsdtoa.cpp Bug 910814 - SpiderMonkey: Document that js_strtod_harder doesn't actually report overflow errors, and clean up its callers accordingly. r=waldo 2013-09-04 10:11:22 -07:00
jsdtoa.h Bug 910814 - SpiderMonkey: Document that js_strtod_harder doesn't actually report overflow errors, and clean up its callers accordingly. r=waldo 2013-09-04 10:11:22 -07:00
jsexn.cpp Bug 908699 - Allow generating parse errors and warnings when off the main thread, r=billm. 2013-08-29 09:56:05 -06:00
jsexn.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -07:00
jsfriendapi.cpp Bug 899367 - Remove JSOPTION_UNROOTED_GLOBAL. r=luke,mccr8 2013-09-04 14:06:56 -07:00
jsfriendapi.h Bug 899367 - Remove JSOPTION_UNROOTED_GLOBAL. r=luke,mccr8 2013-09-04 14:06:56 -07:00
jsfun.cpp Bug 913445 - Print something less confusing than "null" for non-stringifiable values in the shell. r=luke. 2013-09-06 21:41:26 -05:00
jsfun.h Bug 910771 (part 5) - Move tons of stuff out of inlines.h/-inl.h files into .h files. r=terrence. 2013-09-08 13:31:19 -07:00
jsfuninlines.h Bug 910771 (part 5) - Move tons of stuff out of inlines.h/-inl.h files into .h files. r=terrence. 2013-09-08 13:31:19 -07:00
jsgc.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsgc.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -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 912108 - Rename BinaryData to TypedObject r=sfink 2013-09-06 10:50:49 -04:00
jsinfer.h Bug 909764 - Fix IonBuilder to properly propagate exceptions raised during compilation. Make getTypeOrSingleObject (and any of its infallible callers) into fallible methods. r=h4writer 2013-09-06 14:27:07 -04:00
jsinferinlines.h Bug 909764 - Fix IonBuilder to properly propagate exceptions raised during compilation. Make getTypeOrSingleObject (and any of its infallible callers) into fallible methods. r=h4writer 2013-09-06 14:27:07 -04:00
jsiter.cpp Bug 907744 - Implement iterator result boxing in ES6 generators. r=jorendorff 2013-09-04 13:20:48 -04:00
jsiter.h Bug 907744 - Implement iterator result boxing in ES6 generators. r=jorendorff 2013-09-04 13:20:48 -04: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 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 900125: Add Math.fround to the interpreter; r=sstangl 2013-08-28 22:00:11 -07:00
jsmath.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07:00
jsmemorymetrics.cpp Bug 909977 - Rename mozilla::Move to mozilla::OldMove, and make mozilla::Move a synonym for std::move(). r=waldo 2013-08-29 11:54:14 -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 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 676739 - Part 3: Rename js_NumberToString to js::NumberToString. r=luke 2013-09-06 13:05:01 +02:00
jsnum.h Backed out changeset c3b01d22caa9 (bug 912959) for Windows bustage. 2013-09-09 10:20:59 -04:00
jsobj.cpp Bug 905774 - Make Reflect.parse play better with proxies. Remove GetPropertyDefault. r=bhackett. 2013-09-06 21:40:49 -05:00
jsobj.h Bug 910771 (part 5) - Move tons of stuff out of inlines.h/-inl.h files into .h files. r=terrence. 2013-09-08 13:31:19 -07:00
jsobjinlines.h Bug 910771 (part 5) - Move tons of stuff out of inlines.h/-inl.h files into .h files. r=terrence. 2013-09-08 13:31:19 -07:00
json.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
json.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -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 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
jsopcode.cpp Bug 910829 - SpiderMonkey: Put cpp-private classes in anonymous namespaces. r=waldo 2013-08-31 06:19:15 -07:00
jsopcode.h Bug 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -07:00
jsopcode.tbl Bug 910782 - SpiderMonkey: Delete obsolete comments. r=jorendorff 2013-09-04 20:06:07 -07:00
jsopcodeinlines.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -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 Bug 910829 - SpiderMonkey: Delete redundant null checks. r=jandem 2013-08-31 06:18:42 -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 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -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 912108 - Rename BinaryData to TypedObject r=sfink 2013-09-06 10:50:49 -04:00
jsproxy.cpp Bug 893186, part 5 - Delete JS_GetPropertyAttributes and many similar APIs; remove half a dozen methods from JS::Class. r=Waldo. 2013-09-06 12:05:30 -05:00
jsproxy.h Bug 911553 - Trap Proxy calls from ToPrimitive. r=bholley 2013-09-04 20:58:22 -04:00
jspubtd.h Bug 910771 (part 2) - Move some stuff from JS::Zone to JS::shadow::Zone, and from JSRuntime to JS::shadow::Runtime.h. r=terrence. 2013-09-04 19:19:04 -07:00
jsreflect.cpp Bug 905774 - Make Reflect.parse play better with proxies. Remove GetPropertyDefault. r=bhackett. 2013-09-06 21:40:49 -05:00
jsreflect.h Bug 902917 - Remove some unnecessary #includes in SpiderMonkey. r=till. 2013-08-08 16:07:22 -07:00
jsscript.cpp Bug 910771 (part 5) - Move tons of stuff out of inlines.h/-inl.h files into .h files. r=terrence. 2013-09-08 13:31:19 -07:00
jsscript.h Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -07:00
jsscriptinlines.h Bug 909499 part 1 - Rename js::ion namespace to js::jit. r=njn 2013-08-27 12:50:16 +02:00
jsshell.msg
jsstr.cpp Bug 676739 - Part 3: Rename js_NumberToString to js::NumberToString. r=luke 2013-09-06 13:05:01 +02:00
jsstr.h Bug 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -07: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 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke. 2013-08-27 19:59:14 -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 911043 (part 2) - Remove unnecessary jsapi.h includes in SpiderMonkey. r=luke. 2013-09-01 22:03:30 -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 912411 (part 3) - Remove lots of jsapi.h includes in SpiderMonkey. r=luke. 2013-09-05 16:08:57 -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 913415: Tracelogging: Add support for logging multiple threads + initial support for ion background thread compiler, r=till 2013-09-06 15:30:09 +02:00
jsworkers.h Bug 911204 - Directly heap allocate CompileErrors when parsing off thread, r=billm. 2013-09-02 10:06:43 -07:00
jswrapper.cpp Bug 911553 - Trap Proxy calls from ToPrimitive. r=bholley 2013-09-04 20:58:22 -04:00
jswrapper.h Bug 911553 - Trap Proxy calls from ToPrimitive. r=bholley 2013-09-04 20:58:22 -04:00
make-source-package.sh Bug 517765 - Mark make-source-package.sh as executable. 2013-08-23 19:35:54 +02:00
Makefile.in Bug 911902 - Build ffi and icu during the compile tier instead of export. r=gps 2013-09-06 09:20:16 +09:00
moz.build Bug 910771 (part 4) - Move all the methods of EncapsulatedValue, HeapValue, RelocatableValue, and HeapSlot from gc/Barrier-inl.h to gc/Barrier.h. r=terrence. 2013-09-04 20:34:22 -07:00
NamespaceImports.h Bug 911043 (part 1) - Move the "inject JS:: names into js::" block into its own file, to reduce dependencies on jsapi.h. r=luke. 2013-09-01 21:51:02 -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 913415: Tracelogging: Add support for logging multiple threads + initial support for ion background thread compiler, r=till 2013-09-06 15:30:09 +02:00
TraceLogging.h Bug 913415: Tracelogging: Add support for logging multiple threads + initial support for ion background thread compiler, r=till 2013-09-06 15:30:09 +02:00
Y.js

<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <meta http-equiv="Refresh"
	 content="0;URL=http://developer.mozilla.org/en/docs/SpiderMonkey">
   <title>SpiderMonkey README</title>
</head>
<body>

<h1>SpiderMonkey README</h1>

<p>See the
<a href="http://developer.mozilla.org/en/docs/SpiderMonkey">SpiderMonkey
pages</a> on the Mozilla Developer Center</a>.

</body>
</html>