gecko/js/src
2011-03-02 10:52:10 -08:00
..
analysis-tests Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
assembler Fix handling of SETGNAME IC on ARM (bug 627486 part 3, r=cdleary). 2011-02-10 22:15:09 -08:00
build Bug 616810 Remove extraneous CRs r=khuey a=bsmedberg 2011-01-05 23:46:04 +00:00
config Merge TM -> JM 2011-02-25 18:21:43 +13:00
ctypes Bug 631059 - Creating a FunctionType pointer instance from a JS function can fail. r=dwitte a=bsmedberg 2011-02-18 00:05:24 +13:00
editline
gnuplot Bug 579586 - TM: remove doubles from GCTIMER (r=jorendorff) 2010-07-20 09:52:02 -07:00
jit-test [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsapi-tests Merge TM -> JM 2011-02-25 18:21:43 +13:00
lirasm Fix ARM test bustage caused by bug 615159. r=me. 2010-12-07 14:33:46 -08:00
methodjit [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
metrics Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin. 2010-10-20 20:40:51 -07:00
nanojit Back out a26c9e7823e4 (bug 620291), didn't notice it was nanojit 2011-02-06 09:32:24 -08:00
perf Merge TM -> JM 2011-02-25 18:21:43 +13:00
ref-config
shell [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
t [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
tests Merge TM -> JM 2011-02-25 18:21:43 +13:00
tracejit Merge TM -> JM 2011-02-25 18:21:43 +13:00
tracevis Bug 583143 - Fix bustage with MOZ_TRACEVIS and other NPOTB code (r=lw) 2010-09-20 12:43:52 -07:00
v8
v8-dtoa Bug 610303 - Function fpclassify in v8-dtoa/platform.cc may return random value. r=gal 2010-11-08 14:56:48 +08:00
vprof
xpconnect Merge TM -> JM 2011-02-25 18:21:43 +13:00
yarr Bug 632964: display RE-limit error properly. (r=dmandelin) 2011-02-16 10:18:24 -08:00
aclocal.m4
bench.sh
config.mk
configure.in Merge TM -> JM 2011-02-25 18:21:43 +13:00
dtoa.c Bug 613492 - Remove Infinity and NaN checks from dtoa, so that isNaN(parseFloat("infinity")). r=jwalden 2010-11-19 13:56:27 +01:00
find-child.py
imacro_asm.py
imacros.jsasm Bug 602129 - JM: make f.call(...) fast, part 1 (r=dvander) 2010-10-13 15:57:42 -07:00
javascript-trace.d Bug 593483 - Unbreak (real) dtrace. r=gal, a=NPOTB 2010-09-16 13:21:12 -07:00
jitstats.tbl Bug 605374 - rename trace-tests (2nd attempt). r=dmandelin. 2010-10-20 20:40:51 -07:00
js-config.h.in [INFER] Javascript type inference, bug 557407. 2010-10-29 08:05:55 -07:00
js-config.in
js.mdp
js.msg js_UnbrandAndClearSlots leaks, use JS_ClearScope and throw if compile-N-go scripts are run after JS_ClearScope (630072, r=brendan, a=blocker). 2011-02-13 20:55:33 -08:00
jsanalyze.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsanalyze.h [INFER] Decouple type sets computed by inference from analysis information, store in new TypeScript struct, bug 621301. 2010-12-28 14:53:50 -05:00
jsapi.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsapi.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsarena.cpp Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarena.h [INFER] Decouple type sets computed by inference from analysis information, store in new TypeScript struct, bug 621301. 2010-12-28 14:53:50 -05:00
jsarray.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsarray.h Merge TM -> JM 2010-12-20 09:06:43 -08:00
jsast.tbl backing out due to red 2011-01-03 16:46:25 -08:00
jsatom.cpp Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsatom.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsatominlines.h Bug 572057 - TM: remove weak roots (pigeon hole) r=igor 2010-08-18 12:46:47 -07:00
jsbit.h
jsbool.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsbool.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsbuiltins.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsbuiltins.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jscell.h Bug 614347 - 'XPConnect-wrapped JSObjects must clear their gray bit when they are handed out'. r=peterv+gal, a=blocking. 2011-02-16 12:47:08 -08:00
jsclist.h
jsclone.cpp [INFER] Objects with same shape have same type, objects with same type have same prototype, bug 619271. 2010-12-18 20:44:51 -08:00
jsclone.h Add support for structured cloning of String/Boolean/Number objects. Bug 602804, r=gal. 2010-12-03 10:07:08 -06:00
jscntxt.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jscntxt.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jscntxtinlines.h Backed out changeset 4d86e63ff60d, diagnostic patch; back out 3da12edf735e, followup fix; back out bug 631135 completely, unexplained intermittent orange. 2011-02-19 19:50:19 -08:00
jscompartment.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jscompartment.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jscompat.h Bug 577812 - One declaration rule violation in Mozilla sources r=brendan 2010-12-07 12:48:16 -06:00
jsconfig.mk
jscpucfg.cpp Merge TM -> JM 2010-11-18 21:09:24 -08:00
jscpucfg.h
jsdate.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsdate.h Remove unused js_DateSetXXX API. Bug 524179, r=brendan. 2010-12-07 12:46:19 -06:00
jsdbgapi.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsdbgapi.h Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsdbgapiinlines.h Bug 631723 - Make js_UpdateWatchpointsForShape return the new shape (and fix a few coding style nits). r=jimb. 2011-02-08 15:45:12 -06:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp Detect some OOM conditions. b=602935, r=jorendorff. 2010-10-14 19:24:09 -04:00
jsdtoa.h Bug 590834 - Clean up number-to-string code. r=jwalden. 2010-09-13 13:08:25 -07:00
jsemit.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsemit.h Bug 616294 - Adjust terminology concerning tree contexts from 'top level' to 'body level'. The meaning was at the top level of a Program *or* at top level of a FunctionBody, but this meaning arguably conflicted with the expected one, so we have renamed it to something roughly as clear without potential for misunderstanding. r=brendan 2010-12-10 16:31:40 -08:00
jsexn.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsexn.h Bug 549143 - fatvals 2010-07-14 23:19:36 -07:00
jsfriendapi.cpp Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake 2010-12-23 22:41:57 +01:00
jsfriendapi.h Bug 619641 - making jsd to return "anonymous" for nameless functions, not an empty string, for compatibility with Firebug. r=adrake 2010-12-23 22:41:57 +01:00
jsfun.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsfun.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsfuninlines.h Back out af1e10bea0f4 from a CLOSED TREE for being orangetastic on one platform. 2011-02-20 21:40:06 -08:00
jsgc.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsgc.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsgcchunk.cpp Merge from Tracemonkey. 2010-08-02 15:55:29 -07:00
jsgcchunk.h fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame 2010-07-15 13:18:12 -07:00
jsgcinlines.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsgcstats.cpp Bug 636365 - Add separate GCTIMER interval for sweeping Shapes. NPOTB, (r=gal) 2011-02-23 19:58:19 -08:00
jsgcstats.h Bug 636365 - Add separate GCTIMER interval for sweeping Shapes. NPOTB, (r=gal) 2011-02-23 19:58:19 -08:00
jshash.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jshash.h
jshashtable.h [INFER] Fix build breaks, bug 619271. 2010-12-19 07:41:41 -08:00
jshotloop.h Backed out bugs 607539, 606890, 609212 - perf regressions & test failures 2010-11-11 19:37:12 -08:00
jsify.pl
jsinfer.cpp [INFER] Restore code looking up lazily loaded global properties during inference, bug 613221. 2011-03-02 10:52:10 -08:00
jsinfer.h [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsinferinlines.h [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsinterp.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsinterp.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsinterpinlines.h Unqualified function invocation doesn't use the global object the property was gotten from as |this| (bug 634590, r=gal). 2011-02-22 22:25:10 -08:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsiter.h Backed out bug 633409. 2011-02-11 09:46:13 -08:00
jskeyword.tbl Bug 497869 - Switch ES5's FutureReservedWords to be reserved only in strict mode, because we foolishly unreserved them once in the past. r=brendan 2011-01-26 15:02:07 -08:00
jskwgen.cpp
jslibmath.h
jslock.cpp Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}. 2010-10-22 19:06:26 -05:00
jslock.h Address review comments in bug 606029, mainly removing JSTitle from jslock.{h,cpp}. 2010-10-22 19:06:26 -05:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsmath.h Bug 606441 - TM: specialize Math.abs() for integers when possible. r=dvander. 2010-10-26 20:21:39 -07:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsnum.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsobj.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsobj.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsobjinlines.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
json.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
json.h Bug 599254 - Avoid an unnecessary switch in the JSON parser. r=sayrer. 2010-09-27 17:20:43 -07:00
jsopcode.cpp Bug 621432 - Properly reconstruct the pcstack when decompiling for an exception thrown during script prolog execution. r=jorendorff, a=beltzner 2011-02-11 14:14:50 -08:00
jsopcode.h Fix warnings compiling with gcc 4.5. rs=brendan 2010-11-22 11:53:38 -05:00
jsopcode.tbl [INFER] Add another TMPSLOT for GLOBALINC/etc. opcodes, bug 617440. 2010-12-11 07:52:11 -08:00
jsopcodeinlines.h Handle extended indexes around JSOP_*BLOCKCHAIN (610026, r=billm). 2010-11-05 15:03:39 -07:00
jsoplengen.cpp
jsotypes.h Bug 609222 - JM: Fix call mechanism and recompilation. r=dvander. Patch to make Sun Studio on X86 work (typedef int32). 2010-11-30 11:19:17 +08:00
jsparse.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsparse.h Bug 588648 - Don't copy chars when scanning. r=brendan. 2010-12-07 15:22:52 -08:00
jsprf.cpp [INFER] Objects with same shape have same type, objects with same type have same prototype, bug 619271. 2010-12-18 20:44:51 -08:00
jsprf.h
jsprobes.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsprobes.h bug 610198 - Replacing JS_GetStringBytes usage with JS_EncodeString. r=gal 2010-11-11 21:40:29 +01:00
jspropertycache.cpp Bug 606960 - Purge property cache even for eval scripts (r=brendan,a=beltzner) 2011-02-23 10:23:59 -08:00
jspropertycache.h Bug 606960 - Purge property cache even for eval scripts (r=brendan,a=beltzner) 2011-02-23 10:23:59 -08:00
jspropertycacheinlines.h Bug 602441 - Remove unreachable property-cache-testing code, now that MT objects are history. r=brendan 2010-10-25 18:22:07 -07:00
jspropertytree.cpp Bug 635873 - Fix shape marking during per-compartment GCs (r=gal,a=dmandelin) 2011-02-22 12:45:18 -08:00
jspropertytree.h Bug 635873 - Fix shape marking during per-compartment GCs (r=gal,a=dmandelin) 2011-02-22 12:45:18 -08:00
jsproto.tbl AnyName can't have a NULL parent (bug 617485, r=brendan). 2011-01-21 10:55:39 -08:00
jsproxy.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsproxy.h Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsprvtd.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jspubtd.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsreflect.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsreflect.h backing out due to red 2011-01-03 16:46:25 -08:00
jsregexp.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsregexp.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsregexpinlines.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsreops.tbl
jsscan.cpp Improve E4X syntax error reporting. r=nnethercote, a=shaver. (relanding in a CLOSED TREE) 2011-02-20 15:07:25 -08:00
jsscan.h Bug 634444 - Back out for regressions (see the bug for their details). Either r=njn or r=me depending how you want to consider whose idea/plan it was (relanding in a CLOSED TREE) 2011-02-18 19:30:18 -08:00
jsscope.cpp Bug 635873 - Fix shape marking during per-compartment GCs (r=gal,a=dmandelin) 2011-02-22 12:45:18 -08:00
jsscope.h js_UnbrandAndClearSlots leaks, use JS_ClearScope and throw if compile-N-go scripts are run after JS_ClearScope (630072, r=brendan, a=blocker). 2011-02-13 20:55:33 -08:00
jsscopeinlines.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsscript.cpp [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsscript.h [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
jsscriptinlines.h Bug 614333 - Remove the empty-script singleton optimization: it is effectively disabled with the methodjit, and its use of a single const JSScript for everything (including across compartments) interferes with recording name bindings in scripts, in order to correctly implement strict mode eval. r=brendan 2010-11-16 15:30:56 -08:00
jsshell.msg Bug 595297 - Portable serialize/deserialize implementation of the HTML5 structured cloning algorithm (jsclone.cpp). r=gal. 2010-09-30 19:47:10 -05:00
jsstack.js Bug 578235 - Port jsstack.js to Dehydra with GCC 4.5 r=taras, a=test-only 2010-08-18 18:06:17 -07:00
jsstaticcheck.h Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsstdint.h
jsstr.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsstr.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsstrinlines.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jstl.h Backed out changeset 62a979cc89a2 due to risk (bug 614155). 2011-02-16 13:33:08 -08:00
jstracer.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jstracer.h Don't trace arguments in strict mode (bug 632924, r=njn). 2011-02-18 11:19:49 -08:00
jstypedarray.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jstypedarray.h ICs for typed arrays (bug 594247, r=cdleary,vlad). 2011-01-05 19:16:41 -08:00
jstypes.h Bug 609440, part 2 - do lazy allocation, dag-ify ropes (assume no oom) (r=njn) 2010-11-30 18:41:32 -08:00
jsutil.cpp [JAEGER] Merge from Tracemonkey. 2010-08-30 15:13:32 -07:00
jsutil.h bug 632003 - var declarations should ignore prototype properties, r=jwalden 2011-02-11 14:58:53 +01:00
jsval.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsvalue.h Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsvector.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsversion.h Back out changeset 89006937466d (crashing tests on tinderbox). 2010-10-06 15:51:14 -05:00
jswin.h Forgotten jswin.h file. (r=red) 2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jswrapper.h Bug 633879 - Stop wrappers from holding old scopes alive. r=mrbkap@gmail.com,jst@mozilla.com, a=blocker 2011-02-14 14:19:36 -08:00
jsxdrapi.cpp Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
jsxdrapi.h Bug 609617 - delete(eval(...)) calls indirect eval (r=jimb). 2010-11-04 16:06:08 -07:00
jsxml.cpp Merge TM -> JM 2011-02-25 18:21:43 +13:00
jsxml.h Bug 609440, part 4 - make JSString::chars() fallible (r=waldo,dvander,igor,dwitte,njn) 2010-12-06 10:26:58 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in [INFER] Condense type information during GC, bug 613221. 2011-03-01 13:10:05 -08:00
Makefile.ref Remove special constructs no longer needed for Narcissus (bug 579137, r=gal) 2010-07-16 18:16:07 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2010-12-07 15:09:31 -08:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 554338: Show correct timezone abbreviation on OSX/Linux, r=jorendorff 2010-11-29 13:29:44 -08:00
prmjtime.h Date performance fixes, bug 578259. r=waldo 2010-08-17 10:42:57 -07:00
README.html
resource.h
rules.mk
sharkctl.cpp Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
sharkctl.h Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
SpiderMonkey.rsp
time.sh
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>