gecko/js/src
2011-12-04 20:50:52 -08:00
..
analysis-tests
assembler Merge MC -> JM 2011-12-03 10:34:26 -08:00
build Bug 705466 - Use MOZ_CHECK_HEADERS to check for cpuid.h. r=ted. 2011-11-28 15:32:32 -05:00
builtin Bug 691797: Optimize RegExp.prototype.test with leading .*, take 2. (r=mrbkap,luke) 2011-11-28 13:35:12 -08:00
config Remove LeaveTrace and related structures (bug 698201 part 5, r=luke). 2011-11-22 17:41:43 -05:00
ctypes Merge MC -> JM 2011-11-30 12:45:27 -08:00
ds Bug 706442: Shorten LifoAlloc chunk chain. (r=luke) 2011-12-01 17:59:50 -08:00
editline Bug 697076 - Fix some Clang warnings. r=luke 2011-10-26 11:50:40 +02:00
frontend Merge MC -> JM 2011-12-03 10:34:26 -08:00
gc Manually check prototypes of objects with uncacheable prototypes in ICs, bug 703047. 2011-11-29 13:37:18 -08:00
gnuplot Backout changeset e6d269bc23b9 (bug 674251) to investigate Tdhtml regression on Mac. 2011-08-18 10:18:08 +02:00
jit-test Bug 700070: Have stubs::AnyFrameEpilogue call the full ScriptEpilogue before StackFrame::functionEpilogue, not just ScriptDebugEpilogue after functionEpilogue. r=jorendorff 2011-12-03 18:51:30 -08:00
jsapi-tests Merge MC -> JM 2011-12-03 10:34:26 -08:00
methodjit Bug 700070: Have stubs::AnyFrameEpilogue call the full ScriptEpilogue before StackFrame::functionEpilogue, not just ScriptDebugEpilogue after functionEpilogue. r=jorendorff 2011-12-03 18:51:30 -08:00
metrics
perf Merge MC -> JM 2011-09-30 07:01:18 -07:00
shell Merge MC -> JM 2011-12-03 10:34:26 -08:00
tests Bug 469758 - Incorrect error message with adjacent "let" blocks. r=dmandelin 2011-12-03 17:04:36 +01:00
v8
v8-dtoa Bug 697076 - Fix some Clang warnings. r=luke 2011-10-26 11:50:40 +02:00
vm bug 707114 - inline JSLinearString::mark. r=wmccloskey 2011-12-05 01:59:45 +01:00
vprof
yarr Bug 691299: Lower maximum quantifier. (r=dmandelin) 2011-11-29 15:24:44 -08:00
aclocal.m4 Bug 705466 - Use MOZ_CHECK_HEADERS to check for cpuid.h. r=ted. 2011-11-28 15:32:32 -05:00
configure.in Bug 706474 - Use -fno-keep-inline-dllexport in mingw builds r=khuey 2011-12-01 12:03:15 +01:00
dtoa.c
ETWProvider.man
find-child.py
javascript-trace.d
jitstats.tbl
js-config.h.in Remove tracer from XPConnect (bug 698201 part 6, r=bholley). 2011-11-22 17:41:43 -05:00
js-config.in
js.msg Bug 602212 - Use error message from js.msg when CSP blocks a call to eval r=jorendorff 2011-11-24 19:39:02 +01:00
jsalloc.cpp
jsalloc.h Back out rev 4c0e6b3f7791 (bug 689362) due to suspected mac x64 opt moth orange. 2011-10-12 23:07:04 -04:00
jsanalyze.cpp Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsanalyze.h Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsapi.cpp Back out e0cb9fb30750 (bug 707051) for test failures 2011-12-04 18:48:54 -08:00
jsapi.h Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsarray.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsarray.h Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsarrayinlines.h Start fixing merge trainwreck, no bug. 2011-11-14 13:03:50 -08:00
jsast.tbl
jsatom.cpp Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett) 2011-10-25 16:07:42 -07:00
jsatom.h Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett) 2011-10-25 16:07:42 -07:00
jsatominlines.h Remove jsobj.h from installed headers, bug 690943. r=luke 2011-10-04 07:06:54 -07:00
jsbool.cpp Bug 695756 - Implement js::BooleanObject. r=nnethercote. 2011-10-20 22:47:30 -07:00
jsbool.h Bug 683361, part 5 - Handle transparent proxies correctly in [[Class]] == "X" queries (r=waldo) 2011-09-20 16:48:50 -07:00
jsboolinlines.h
jscell.h Merge MC -> JM 2011-11-14 09:13:33 -08:00
jsclass.h Merge MC -> JM 2011-11-10 12:06:26 -08:00
jsclist.h
jsclone.cpp No bug - Fix OSX -Werror builds by initializing Chars::cx in the constructor; rs=Waldo over IRC 2011-11-01 22:46:48 +01:00
jsclone.h Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures. 2011-10-22 11:03:26 +02:00
jscntxt.cpp Merge MC -> JM 2011-12-03 10:34:26 -08:00
jscntxt.h Merge MC -> JM 2011-12-03 10:34:26 -08:00
jscntxtinlines.h Merge MC -> JM 2011-11-26 15:03:20 -08:00
jscompartment.cpp Merge MC -> JM 2011-12-03 10:34:26 -08:00
jscompartment.h Merge MC -> JM 2011-12-03 10:34:26 -08:00
jscompat.h
jscpucfg.h indent the #ifdef tree for readability (no bug, r=firebot) 2011-11-08 13:08:43 -08:00
jscrashformat.h
jscrashreport.cpp
jscrashreport.h Bug 684771 - js/src/jsscript.cpp(300) : warning C4309: 'specialization' : truncation of constant value. r=wmccloskey 2011-09-06 17:54:36 +09:00
jsdate.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsdate.h Remove jsobj.h from installed headers, bug 690943. r=luke 2011-10-04 07:06:54 -07:00
jsdbgapi.cpp Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsdbgapi.h Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Merge MC -> JM 2011-11-14 09:13:33 -08:00
jsexn.h Backout bug 684110 (08b6eaf6aad0, cf8b35fa1010, 25ee45edabe1, 659f5c7d2cc9, 870f6dd82586 & e1ad65d6a7fd) and bug 684344 (cd1957f6628d) on a CLOSED TREE; a=bustage-fairies 2011-09-03 03:21:25 +01:00
jsfriendapi.cpp Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsfriendapi.h Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsfun.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsfun.h Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsfuninlines.h Address bug 697537 review comments, r=luke. 2011-11-18 15:20:21 -08:00
jsgc.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsgc.h Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsgcchunk.cpp
jsgcchunk.h
jsgcinlines.h Address bug 699446 review comments, r=luke. 2011-11-18 14:40:14 -08:00
jsgcmark.cpp Back out e0cb9fb30750 (bug 707051) for test failures 2011-12-04 18:48:54 -08:00
jsgcmark.h Merge MC -> JM 2011-11-18 18:02:40 -08:00
jsgcstats.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsgcstats.h Bug 693469 - Use mozilla::ArrayLength and mozilla::ArrayEnd in preference to JS_ARRAY_LENGTH whenever possible. r=cjones 2011-10-10 23:00:28 -07:00
jshash.cpp
jshash.h
jsinfer.cpp Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsinfer.h Start fixing merge trainwreck, no bug. 2011-11-14 13:03:50 -08:00
jsinferinlines.h Start fixing merge trainwreck, no bug. 2011-11-14 13:03:50 -08:00
jsinterp.cpp Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsinterp.h Merge MC -> JM 2011-11-14 09:13:33 -08:00
jsinterpinlines.h Remove jsobj.h from installed headers, bug 690943. r=luke 2011-10-04 07:06:54 -07:00
jsinttypes.h
jsiter.cpp Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsiter.h Merge MC -> JM 2011-11-14 09:13:33 -08:00
jskeyword.tbl Bug 701973 - Make js::Parser::variables not depend on the current token, and extract TOK_CONST from TOK_VAR. r=jorendorff 2011-11-11 19:23:25 -08:00
jskwgen.cpp
jslibmath.h Correct typo in NumberDiv. (Bug 686323, r=dvander) 2011-09-21 20:51:18 -07:00
jslock.cpp Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett) 2011-10-25 16:07:42 -07:00
jslock.h bug 688641 - allocating GC chunks using helper thread. r=wmccloskey 2011-09-23 16:14:26 +02:00
jslocko.asm
jslog2.cpp Bug 694256 - Build error: JS_FloorLog2 is missing. r=luke. 2011-10-14 13:12:46 +08:00
jsmath.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsmath.h Backout bug 684110 (08b6eaf6aad0, cf8b35fa1010, 25ee45edabe1, 659f5c7d2cc9, 870f6dd82586 & e1ad65d6a7fd) and bug 684344 (cd1957f6628d) on a CLOSED TREE; a=bustage-fairies 2011-09-03 03:21:25 +01:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Remove traceable natives (bug 698201 part 3, r=luke). 2011-11-22 17:41:42 -05:00
jsnum.h Backout changeset 3b5b10d76887 (bug 678687) for V8/Dromaeo regressions on multiple platforms; a=mak 2011-10-27 16:11:26 +01:00
jsnuminlines.h
jsobj.cpp Manually check prototypes of objects with uncacheable prototypes in ICs, bug 703047. 2011-11-29 13:37:18 -08:00
jsobj.h Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsobjinlines.h Merge MC -> JM 2011-11-30 12:45:27 -08:00
json.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
json.h Bug 684526 - Remove Jsvalify/Valueify (r=waldo) 2011-09-20 11:40:24 -07:00
jsonparser.cpp Bug 684526 - Remove Jsvalify/Valueify (r=waldo) 2011-09-20 11:40:24 -07:00
jsonparser.h Bug 684526 - Remove Jsvalify/Valueify (r=waldo) 2011-09-20 11:40:24 -07:00
jsopcode.cpp Merge mozilla-central and mozilla-inbound 2011-12-03 14:36:54 -08:00
jsopcode.h Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsopcode.tbl Merge MC -> JM 2011-12-03 10:34:26 -08:00
jsopcodeinlines.h
jsoplengen.cpp
jsotypes.h
jsprf.cpp
jsprf.h
jsprobes.cpp Remove traceable natives (bug 698201 part 3, r=luke). 2011-11-22 17:41:42 -05:00
jsprobes.h Merge MC -> JM 2011-10-19 14:26:08 -07:00
jspropertycache.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jspropertycache.h Remove shape numbers and Shape::slotSpan, factor Shape getter/setter into BaseShape, bug 684505. 2011-09-28 15:04:55 -07:00
jspropertycacheinlines.h Remove shape numbers and Shape::slotSpan, factor Shape getter/setter into BaseShape, bug 684505. 2011-09-28 15:04:55 -07:00
jspropertytree.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jspropertytree.h
jsproto.tbl Bug 685688 - Don't use standard-class-style storage for the Generator class: just store the generator [[Prototype]] in a one-off slot in the global object. r=mrbkap 2011-09-08 16:36:51 -05:00
jsproxy.cpp Merge MC -> JM 2011-11-14 09:13:33 -08:00
jsproxy.h Backout cb50e96dbee0 (Bug 677079) for Win PGO mochitests failures. 2011-10-22 11:03:26 +02:00
jsprvtd.h Merge MC -> JM 2011-11-30 12:45:27 -08:00
jspubtd.h Merge MC -> JM 2011-11-02 09:23:25 -07:00
jsreflect.cpp Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsreflect.h Bug 701620 - Use two different kinds for the + operator when used in unary and binary expressions, likewise for -. r=jorendorff 2011-11-05 12:20:22 -07:00
jsreops.tbl
jsscope.cpp Manually check prototypes of objects with uncacheable prototypes in ICs, bug 703047. 2011-11-29 13:37:18 -08:00
jsscope.h Back out e0cb9fb30750 (bug 707051) for test failures 2011-12-04 18:48:54 -08:00
jsscopeinlines.h Speed up adding new properties with a common base shape, bug 704327. 2011-11-21 18:33:55 -05:00
jsscript.cpp Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsscript.h Merge MC -> JM 2011-11-30 12:45:27 -08:00
jsscriptinlines.h Address bug 694561 review comments, r=luke. 2011-11-18 16:22:52 -08:00
jsshell.msg
jsstack.js
jsstdint.h
jsstr.cpp Bug 707125 - Shrink the final string in str_unescape if possible. r=luke. 2011-12-04 20:50:52 -08:00
jsstr.h Bug 663090 - Inline String.fromCharCode r=bhackett 2011-10-31 18:48:31 +01:00
jsstrinlines.h Bug 700498 - Change StringBuffer::append to take a JSLinearString*, not a JSAtom*. r=cdleary 2011-11-07 16:28:37 -08:00
jstypedarray.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jstypedarray.h Merge MC -> JM 2011-11-14 09:13:33 -08:00
jstypedarrayinlines.h Remove JSObject::privateData, bug 693479. 2011-10-10 17:14:38 -07:00
jstypes.h bug 694499 - get rid of jscpucfg binary. r=jimb 2011-10-19 10:01:24 -04:00
jsutil.cpp Bug 697076 - Fix some Clang warnings. r=luke 2011-10-26 11:50:40 +02:00
jsutil.h Remove LeaveTrace and related structures (bug 698201 part 5, r=luke). 2011-11-22 17:41:43 -05:00
jsval.h Remove jsobj.h from installed headers, bug 690943. r=luke 2011-10-04 07:06:54 -07:00
jsversion.h
jswatchpoint.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jswatchpoint.h Bug 641027 - Add snapshot-at-the-beginning write barriers for incremental GC (r=luke,bhackett) 2011-10-25 16:07:42 -07:00
jsweakmap.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsweakmap.h Bug 668855, part 1: add JS weak map tracing interface. r=billm 2011-11-24 07:35:56 -05:00
jswin64.asm
jswin.h
jswrapper.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jswrapper.h Bug 704127 - Move C++ attribute support out of mozilla/Types.h and into mozilla/Attributes.h so that it can be used by code that's not yet compatible with the full mfbt experience. r=cjones 2011-11-20 12:22:51 -08:00
jsxdrapi.cpp Merge MC -> JM 2011-11-14 09:13:33 -08:00
jsxdrapi.h Remove JSOP_NOTRACE, rename JSOP_TRACE -> JSOP_LOOPHEAD, bug 706611. r=dvander 2011-12-01 15:13:51 -08:00
jsxml.cpp Merge MC -> JM 2011-11-26 15:03:20 -08:00
jsxml.h Merge MC -> JM 2011-11-18 18:02:40 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Backout 281583d67072 (bug 702179) for Win64 opt build failure 2011-11-30 11:12:57 +01:00
prmjtime.cpp
prmjtime.h
README.html
sharkctl.cpp
sharkctl.h
Y.js

<!-- ***** BEGIN LICENSE BLOCK *****
   - Version: MPL 1.1/GPL 2.0/LGPL 2.1
   -
   - The contents of this file are subject to the Mozilla Public License Version
   - 1.1 (the "License"); you may not use this file except in compliance with
   - the License. You may obtain a copy of the License at
   - http://www.mozilla.org/MPL/
   -
   - Software distributed under the License is distributed on an "AS IS" basis,
   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
   - for the specific language governing rights and limitations under the
   - License.
   - 
   - The Original Code is Mozilla Communicator client code, released
   - March 31, 1998.
   - 
   - The Initial Developer of the Original Code is
   - Netscape Communications Corporation.
   - Portions created by the Initial Developer are Copyright (C) 1998-1999
   - the Initial Developer. All Rights Reserved.
   - 
   - Contributor(s):
   - 
   - Alternatively, the contents of this file may be used under the terms of
   - either of the GNU General Public License Version 2 or later (the "GPL"),
   - or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
   - in which case the provisions of the GPL or the LGPL are applicable instead
   - of those above. If you wish to allow use of your version of this file only
   - under the terms of either the GPL or the LGPL, and not to allow others to
   - use your version of this file under the terms of the MPL, indicate your
   - decision by deleting the provisions above and replace them with the notice
   - and other provisions required by the GPL or the LGPL. If you do not delete
   - the provisions above, a recipient may use your version of this file under
   - the terms of any one of the MPL, the GPL or the LGPL.
   -
   - ***** END LICENSE BLOCK ***** -->
<!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>