gecko-dev/js/src
2014-07-07 14:58:42 +02:00
..
assembler Bug 1028064 - Remove lots of dead code in js/src/assembler/. r=jandem. 2014-06-26 17:31:45 -07:00
builtin Bug 988486 - Make more GCRuntime members private and add necessary accessors r=terrence 2014-07-08 14:05:24 +01:00
ctypes Bug 1029622 - Make CTypes work with Latin1 strings. r=terrence 2014-07-01 09:46:33 +02:00
devtools Bug 1034566 - Add GC tracing for object types r=terrence 2014-07-08 14:05:24 +01:00
doc Bug 801084: Remove documentation for the unimplemented (and certain to be redesigned) Debugger.Object.prototype.hostAnnotations accessor. DONTBUILD r=jorendorff 2014-06-25 22:45:23 -07:00
ds Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
editline
frontend Bug 875002 - Allow shorthand properties in object literals; r=jorendorff 2014-06-07 22:29:26 +02:00
gc Bug 988486 - Make more GCRuntime members private and add necessary accessors r=terrence 2014-07-08 14:05:24 +01:00
gdb Bug 645416, part 21 - Add symbol jsids (SYMBOL_TO_JSID), removing the legacy support for object jsids (OBJECT_TO_JSID). r=terrence,r=jimb,r=efaust. 2014-06-23 10:56:52 -05:00
irregexp Bug 1029215 - remove 'using namespace mozilla' from js/src (r=waldo) 2014-06-25 11:24:10 -05:00
jit Bug 1032786 - IonMonkey MIPS: Change JSReturnOperand registers to a2,a3. r=nbp 2014-07-07 14:58:42 +02:00
jit-test Bug 1035325 - Incorrect data type in GetDeflatedUTF8StringLength. r=jandem 2014-07-08 04:03:00 -04:00
jsapi-tests Bug 1033146: Use a never-inline function to work around a bug in 64-bit VS2010. r=terrence 2014-07-07 12:07:20 +12:00
octane Bug 1024944 - Replace v8 benchmarks with octane r=terrence 2014-06-16 10:40:43 +01:00
parjs-benchmarks Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan 2014-06-24 22:12:07 -07:00
perf Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
shell Bug 1020834 - IonMonkey: (ARM) Correct some poorly handled pool placement cases and improve test coverage for these issues. r=jandem 2014-06-27 19:42:58 +10:00
tests Bug 1032208, part 2 - Fix assertion when converting symbol to number to initialize or set a typed array element. r=jandem. 2014-06-30 14:54:26 -05:00
vm Bug 1035325 - Incorrect data type in GetDeflatedUTF8StringLength. r=jandem 2014-07-08 04:03:00 -04:00
vtune
aclocal.m4 Backed out changeset 9d86b9442f0b (bug 975011) for Windows debug test bustage that only appears on clobber builds. 2014-06-18 13:21:57 -04:00
configure.in Bug 1032520 - Handle the JS configure script as well 2014-07-04 15:47:53 -04:00
dtoa.c
js-confdefs.h.in
js-config.h.in Bug 997274 - Value.h uses NUNBOX32 and PUNBOX64 instead of JS_BITS_PER_WORD. r=nbp 2014-05-21 06:47:10 -07:00
js-config.in
js.msg Bug 875002 - Allow shorthand properties in object literals; r=jorendorff 2014-06-07 22:29:26 +02:00
js.pc.in
jsalloc.cpp
jsalloc.h Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
jsapi.cpp Bug 1029933 - Followup: remove now unused js::Classes from jsapi.cpp; r=till 2014-07-07 12:05:58 +02:00
jsapi.h Bug 1031143: Make CaptureCurrentStack accept an optional limit on the number of frames captured. r=shu 2014-07-03 12:11:24 -07:00
jsarray.cpp Bug 1029933 - Tweak GenericCreateConstructor to make it usable with Error. r=Waldo 2014-07-04 12:41:28 -07:00
jsarray.h
jsast.tbl Bug 1024748 - Implement Template Literals as described in ES6 draft section 12.2.9. r=jorendorff 2014-06-23 10:58:00 -04:00
jsatom.cpp Bug 1028866 part 5 - Make NewString deflate to Latin1 if Latin1 strings are enabled and add NewStringDontDeflate. r=luke 2014-06-25 10:12:17 +02:00
jsatom.h Bug 645417, part 10 - Well-known symbols. r=terrence,r=efaust. 2014-06-23 10:56:49 -05:00
jsatominlines.h Bug 645416, part 23 - Implement ValueToId for symbols. This makes symbols work as property keys. r=efaust. 2014-06-23 10:57:02 -05:00
jsbool.cpp Bug 645416, part 4 - Rename DefinePropertiesAndBrand -> DefinePropertiesAndFunctions. r=bhackett. 2014-06-23 10:55:52 -05:00
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp Bug 1027528 part 18 - Make some error functions work with Latin1 strings. r=terrence 2014-06-24 12:01:37 +02:00
jscntxt.h Bug 1021739 - Transform the selfhosting IsObject function into an intrinsic, r=h4writer 2014-06-30 12:32:05 +02:00
jscntxtinlines.h Bug 645416, part 21 - Add symbol jsids (SYMBOL_TO_JSID), removing the legacy support for object jsids (OBJECT_TO_JSID). r=terrence,r=jimb,r=efaust. 2014-06-23 10:56:52 -05:00
jscompartment.cpp Bug 1031168 - Trace the source strings in SavedStacks::PCLocationMap. r=terrence 2014-07-02 19:10:44 -07:00
jscompartment.h Bug 1034908: Mark js::ErrorCopier construct as 'explicit', as per review comments. r=jorendorff 2014-07-07 11:52:40 -07:00
jscompartmentinlines.h Bug 645416, part 8 - Support passing symbols across compartment boundaries. r=terrence. 2014-06-23 10:56:49 -05:00
jscpucfg.h
jscrashformat.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jscrashreport.cpp Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jscrashreport.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsdate.cpp Bug 1029933 - Tweak GenericCreateConstructor to make it usable with Error. r=Waldo 2014-07-04 12:41:28 -07:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 1034908: Remove the unused 'scope' argument to ErrorCopier::ErrorCopier and js_CopyErrorObject. r=jorendorff 2014-07-07 11:47:49 -07:00
jsexn.h Bug 1034908: Remove the unused 'scope' argument to ErrorCopier::ErrorCopier and js_CopyErrorObject. r=jorendorff 2014-07-07 11:47:49 -07:00
jsfriendapi.cpp Bug 1032726 part 4 - Beef up JS friend APIs for strings. r=terrence 2014-07-03 10:03:54 +02:00
jsfriendapi.h Bug 1029933 - Introduce and use ParentKeyForStandardClass. r=Waldo 2014-07-04 12:41:28 -07:00
jsfun.cpp Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc) 2014-06-25 14:26:03 -05:00
jsfun.h Bug 1027528 part 5 - Make FunctionToString handle Latin1 strings. r=luke 2014-06-20 14:44:33 +02:00
jsfuninlines.h
jsgc.cpp Bug 988486 - Make more GCRuntime members private and add necessary accessors r=terrence 2014-07-08 14:05:24 +01:00
jsgc.h Bug 988486 - Make more GCRuntime members private and add necessary accessors r=terrence 2014-07-08 14:05:24 +01:00
jsgcinlines.h Bug 1028246 - Add tracing to inform GC optimisation efforts r=terrence 2014-06-30 10:10:40 +01:00
jshashutil.h
jsinfer.cpp Bug 1034566 - Add GC tracing for object types r=terrence 2014-07-08 14:05:24 +01:00
jsinfer.h Bug 1028910: Improve types at branches with MIsObject. r=h4writer. 2014-07-04 15:40:33 +02:00
jsinferinlines.h Bug 645416, part 5 - Add the Symbol constructor and Symbol wrapper objects. r=efaust. 2014-06-23 10:55:52 -05:00
jsiter.cpp Bug 1030014 - Fix a compile error in more-deterministic JS shells. r=sfink. 2014-06-27 13:30:37 -07:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp Bug 1030699 - Sqrt Recover Instruction. r=bbouvier 2014-07-07 15:02:40 +02:00
jsmath.h Bug 1030699 - Sqrt Recover Instruction. r=bbouvier 2014-07-07 15:02:40 +02:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Bug 1032171 - Qualify use of mozilla::Range to fix potential ambiguous reference errors in unified builds r=jandem 2014-07-01 09:46:53 +01:00
jsnum.h Bug 1023778 part 4 - Add JSONParser<Latin1Char>. r=Waldo 2014-06-13 20:51:07 +02:00
jsobj.cpp Bug 1031550 - Update js_DumpObject for symbol-keyed properties. r=Waldo. 2014-06-27 16:36:56 -05:00
jsobj.h Bug 1029933 - Introduce the concept of "dependent" standard classes and handle them in the ClassSpec infrastructure. r=Waldo 2014-07-04 12:41:28 -07:00
jsobjinlines.h Bug 1028246 - Add tracing to inform GC optimisation efforts r=terrence 2014-06-30 10:10:40 +01:00
json.cpp Bug 1032208, part 1 - Fix JSON.stringify treatment of symbols. r=jandem. 2014-06-30 14:22:44 -05:00
json.h Bug 1027528 part 4 - Make JSON Quote function handle Latin1 strings. r=Waldo 2014-06-20 12:39:46 +02:00
jsonparser.cpp Bug 1032171 - Qualify use of mozilla::Range to fix potential ambiguous reference errors in unified builds r=jandem 2014-07-01 09:46:53 +01:00
jsonparser.h Bug 1023778 part 8 - Address review comments. r=Waldo 2014-06-13 20:51:16 +02:00
jsopcode.cpp Bug 1028866 part 1 - Move string allocation functions into js namespace, remove js_* prefix. r=luke 2014-06-24 17:33:27 +02:00
jsopcode.h
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jspropertytree.cpp Bug 645416, part 21 - Add symbol jsids (SYMBOL_TO_JSID), removing the legacy support for object jsids (OBJECT_TO_JSID). r=terrence,r=jimb,r=efaust. 2014-06-23 10:56:52 -05:00
jspropertytree.h Bug 1013663 - Fix some bad implicit conversion constructors in the JS engine; r=jorendorff,jandem 2014-05-25 21:46:24 -04:00
jsprototypes.h Bug 1029933 - Make Error use a ClassSpec. r=Waldo 2014-07-04 12:41:29 -07:00
jsproxy.cpp Bug 1032238 - Make some API functions handle Latin1 strings. r=luke 2014-07-02 13:04:12 +02:00
jsproxy.h Bug 1027402 - Part 4: Mark Proxy Handler uses const. (r=jorendorff, r=bz) 2014-06-27 04:44:08 -07:00
jspubtd.h Bug 645416, part 3 - Symbol layout and GC support for allocating them. r=terrence. 2014-06-23 10:55:51 -05:00
jsreflect.cpp Bug 875002 - add shorthand flag to ObjectPattern in Reflect.parse;r=jorendorff 2014-06-30 14:12:28 +02:00
jsreflect.h
jsscript.cpp Bug 1031636: In off-thread compilation, rewrap the compilation options that might need it before saving them on the ScriptSourceObject. r=sfink 2014-07-01 15:29:11 -07:00
jsscript.h Bug 1031636: In off-thread compilation, rewrap the compilation options that might need it before saving them on the ScriptSourceObject. r=sfink 2014-07-01 15:29:11 -07:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp Bug 1033959: Fix typo that regressed octane-regexp osx performance, r=nbp 2014-07-04 14:29:51 +02:00
jsstr.h Bug 1032238 - Make some API functions handle Latin1 strings. r=luke 2014-07-02 13:04:12 +02:00
jstypes.h
jsutil.cpp
jsutil.h Bug 1031068 - Add environment variable to disable jsgc poisoning, r=terrence 2014-06-30 22:56:12 +02:00
jsversion.h Bug 1021368 - Implement ES6 NoSubstitutionTemplate (multiline strings). r=jorendorff. Thanks to André Bargull for tests and review. 2014-06-11 07:21:35 -05:00
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp Bug 1031632 - Make Map.prototype.set, WeakMap.prototype.set and Set.prototype.add chainable. r=till 2014-07-03 22:55:26 +05:30
jsweakmap.h Bug 982561 - Add zone edges for unmarked weakmap keys with delegates in a different zone r=terrence 2014-05-16 09:44:43 +01:00
jswin.h
jswrapper.cpp Bug 1034908: Remove the unused 'scope' argument to ErrorCopier::ErrorCopier and js_CopyErrorObject. r=jorendorff 2014-07-07 11:47:49 -07:00
jswrapper.h Bug 1027402 - Part 4: Mark Proxy Handler uses const. (r=jorendorff, r=bz) 2014-06-27 04:44:08 -07:00
make-source-package.sh
Makefile.in Backed out 2 changesets (bug 1027890) for B2G Windows Build bustage on a CLOSED TREE 2014-06-24 18:33:46 -07:00
moz.build Bug 1030446 - Move AsmJSFrameIterator to its own file (r=dougc) 2014-06-25 14:26:03 -05:00
NamespaceImports.h Bug 645416, part 3 - Symbol layout and GC support for allocating them. r=terrence. 2014-06-23 10:55:51 -05:00
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
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>