gecko/js/src
2011-02-18 18:38: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 Bug 623797 (1/2) - Work around new features that are not avaliable in system-cairo on linux. r=jmuizelaar a=joe 2011-02-07 19:52:40 +01: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 Test for getters in the tracer GETELEM IC (bug 633752, r=cdleary). 2011-02-16 11:48:58 -08:00
jsapi-tests Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst 2011-02-08 17:20:06 -08:00
lirasm Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (NJ-specific part). r=edwsmith. 2011-01-18 14:58:34 -08:00
methodjit Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -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 Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
ref-config
shell Bug 632343 - Run debug tests under -d since debug mode is now asynchronous (r=luke) 2011-02-15 13:39:45 -08:00
t [JAEGER] Reverted accidental test changes. 2010-07-31 18:59:53 -07:00
tests Method read barrier requried when changing attributes but not value (634210, r=jorendorff). 2011-02-15 12:11:04 -08:00
tracejit Bug 623428 - TM: avoid bloat caused by multiple mReserve arrays in VMAllocator (TM-specific part). r=gal. 2011-01-18 15:05:43 -08: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 Followup fix for bug 631135 to use the right method to compute calling scope when calling evalInSandbox. r=mrbkap, a=reported-extension-bustage 2011-02-18 20:54:47 -08: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 Backout c49735ad9fa0 (bug 632037) no perf data to support the size increase [a=make-fennec-smaller] 2011-02-11 23:17:22 -05:00
dtoa.c Bug 612624 - Fix a missing OmitPrivateMemory in dtoa. r=mrbkap 2010-12-21 13:46:01 -08: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 [JAEGER] Bug 580144: put JS_METHODJIT in js-config.h so that everyone sees the same jscntxt.h structs 2010-07-22 14:32:52 -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 Fix jsanalyze missing a GETLOCAL case (bug 630048, r=dmandelin). 2011-01-31 12:41:17 -08:00
jsanalyze.h Analysis for defined variables, bug 604426. r=dvander 2010-10-26 12:00:54 -07:00
jsapi.cpp Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsapi.h Merge tracemonkey to mozilla-central. (a=blockers) 2011-02-15 12:05:57 -08:00
jsarena.cpp Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarena.h Header changes for sixgill, annotations. bug 601129, r=jorendorff 2010-10-01 21:00:55 -07:00
jsarray.cpp Bug 537873: Throw errors when strict mode code assigns to an array's length and the truncation would delete non-configurable elements. r=brendan 2011-02-09 11:31:40 -08:00
jsarray.h Bug 612292 - Rename array allocation functions (r=lw) 2010-12-13 16:22:59 -08:00
jsast.tbl backing out due to red 2011-01-03 16:46:25 -08:00
jsatom.cpp Bug 625484 - rename defaultCompartment r=gal 2011-01-13 14:42:36 -08:00
jsatom.h Rename Proxy enumerateOwn to keys (bug 600642, r=jorendorff,brendan). 2011-01-10 11:42:11 -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 Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsbool.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsbuiltins.cpp Bug 623297 - Make JS_TRACE_MONITOR more robust by distinguishing callers (r=gal) 2011-02-01 10:18:06 -08:00
jsbuiltins.h Bug 630865 - Resolve interpreted function prototypes more eagerly. r=dvander. 2011-02-14 14:04:07 -06: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 Bug 624080 - Avoid weird OSX10.5 compile error in jsclone (r=jorendorff) 2011-01-10 12:29:50 -08:00
jsclone.h Bug 618484 - 'Allow ChromeWorkers access to XPCOM objects'. r=jst+jorendorff, a=blocking. 2011-01-06 22:21:30 -08:00
jscntxt.cpp Fix not bumping the commit with large scripts (bug 634629, r=luke). 2011-02-16 16:56:40 -08:00
jscntxt.h CLOSED TREE: TraceMonkey merge head. (a=blockers) 2011-02-17 16:17:45 -08:00
jscntxtinlines.h Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst 2011-02-08 17:20:06 -08:00
jscompartment.cpp Backed out changeset 62a979cc89a2 due to risk (bug 614155). 2011-02-16 13:33:08 -08:00
jscompartment.h Backed out changeset 62a979cc89a2 due to risk (bug 614155). 2011-02-16 13:33:08 -08: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 Bug 598261: Cannot cross compile JS on OSX. r+a=ted 2010-10-15 09:56:09 -07:00
jscpucfg.h
jsdate.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsdate.h Remove unused js_DateSetXXX API. Bug 524179, r=brendan. 2010-12-07 12:46:19 -06:00
jsdbgapi.cpp Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -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 Bug 569821 - js compilation failure on mingw-w64 r=dvander 2010-06-27 01:27:18 +02:00
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 bug 632003 - var declarations should ignore prototype properties, r=jwalden 2011-02-11 14:58:53 +01:00
jsemit.h Bug 629187 - Strict mode keywords are accepted as argument names and function name for strict mode functions. r=jimb 2011-01-26 16:46:38 -08:00
jsexn.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08: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 Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsfun.h Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsfuninlines.h Require JSFunction::inStrictMode() callers to check for isInterpreted() first, since most already know that the function in question is interpreted. r=dmandelin 2010-12-22 21:06:08 -05:00
jsgc.cpp 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
jsgc.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
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 Bug 629817 - Add an AutoShapeVector to root shape vectors on the stack (r=luke) 2011-02-07 12:06:32 -08:00
jsgcstats.cpp Bug 625484 - rename defaultCompartment r=gal 2011-01-13 14:42:36 -08:00
jsgcstats.h Bug 612829 - fix JS_DUMP_CONSERVATIVE_GC_ROOTS, r=igor 2010-11-17 12:39:45 -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 Bug 599801 - TM: Clean up Compartment (de)construction. r=sayrer 2010-09-27 15:35:10 -07:00
jshotloop.h Bug 607539 - Small profiler cleanups (r=dmandelin) 2011-01-05 14:09:38 -08:00
jsify.pl
jsinterp.cpp Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsinterp.h Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsinterpinlines.h Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsinttypes.h
jsinvoke.cpp
jsiter.cpp Backed out bug 633409. 2011-02-11 09:46:13 -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 Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -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 [JAEGER] Merge from fatval & TM. 2010-07-05 18:07:39 -07:00
jsnativestack.h
jsnum.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsnum.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsobj.cpp Method read barrier requried when changing attributes but not value (634210, r=jorendorff). 2011-02-15 12:11:04 -08:00
jsobj.h Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsobjinlines.h Method read barrier requried when changing attributes but not value (634210, r=jorendorff). 2011-02-15 12:11:04 -08:00
json.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
json.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsopcode.cpp Bug 537873: Make --enable-methodjit-spew work in non-DEBUG code. r=brendan 2011-02-09 11:31:39 -08:00
jsopcode.h Back out everything from the last several hours for turning into a disaster zone finally ending in total orange. r=return-to-sanity 2011-01-23 03:12:28 -08:00
jsopcode.tbl Bug 554955: Revert fix (changesets 297b1312f534, 18a1effafe19, 26d40e1e80bf, f6117465a979): 14% performance hit as measured by Talos. r=talos 2011-01-31 16:48:26 -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 Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst 2011-02-08 17:20:06 -08:00
jsparse.h Bug 554955: Revert fix (changesets 297b1312f534, 18a1effafe19, 26d40e1e80bf, f6117465a979): 14% performance hit as measured by Talos. r=talos 2011-01-31 16:48:26 -08:00
jsprf.cpp Finally get rid of /* Added by JSIFY */ comments. r=Waldo. 2010-10-01 18:46:54 -05:00
jsprf.h
jsprobes.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
jsprobes.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
jspropertycache.cpp Bug 554955: Revert fix (changesets 297b1312f534, 18a1effafe19, 26d40e1e80bf, f6117465a979): 14% performance hit as measured by Talos. r=talos 2011-01-31 16:48:26 -08:00
jspropertycache.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
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 609104 - Move the property tree to the compartment (r=brendan) 2011-02-04 10:59:07 -08:00
jspropertytree.h Bug 630456 - Convert objects to dictionary mode less aggressively. r=brendan, a=bz. 2011-02-07 19:10:01 -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 tracemonkey and mozilla-central. (a=blockers) 2011-02-11 09:56:19 -08: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 554955: Revert fix (changesets 297b1312f534, 18a1effafe19, 26d40e1e80bf, f6117465a979): 14% performance hit as measured by Talos. r=talos 2011-01-31 16:48:26 -08:00
jspubtd.h Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsreflect.cpp Bug 537873: Add a 'strict' argument to C++ property setter functions. r=brendan 2011-02-09 11:31:40 -08:00
jsreflect.h backing out due to red 2011-01-03 16:46:25 -08:00
jsregexp.cpp Bug 632964: display RE-limit error properly. (r=dmandelin) 2011-02-16 10:18:24 -08:00
jsregexp.h Merge mozilla-central to tracemonkey. 2010-12-29 19:25:04 -05:00
jsregexpinlines.h Bug 632964: display RE-limit error properly. (r=dmandelin) 2011-02-16 10:18:24 -08:00
jsreops.tbl
jsscan.cpp Bug 629187 - Strict mode keywords are accepted as argument names and function name for strict mode functions. r=jimb 2011-01-26 16:46:38 -08:00
jsscan.h Bug 629187 - Strict mode keywords are accepted as argument names and function name for strict mode functions. r=jimb 2011-01-26 16:46:38 -08:00
jsscope.cpp Silence MSVC warnings about empty statements in jsscope.cpp. rs=Waldo. 2011-02-14 14:50:40 -06: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 Bug 631139 - Put Shape::numSearches and Shape::table in a union. r=brendan, a=sayrer. 2011-02-09 15:18:03 -08:00
jsscript.cpp Backout 1b55728f51ad (bug 633016) due to leaking jsdScript objects 2011-02-10 14:33:10 -08:00
jsscript.h Backout 1b55728f51ad (bug 633016) due to leaking jsdScript objects 2011-02-10 14:33:10 -08:00
jsscriptinlines.h Bug 609104 - Move the property tree to the compartment (r=brendan) 2011-02-04 10:59:07 -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 Bug 631135 - Objects created by or on behalf of fast natives and property ops (getters or setters) are parented to the wrong proto and global. r=lw,jst,mrbkap,bz, a=jst 2011-02-08 17:20:06 -08:00
jsstr.h Bug 619283 - Built-in JS methods must not box undefined or null into the global object when called, both to comply with ES5 and to prevent inadvertent global object exposure to secure JS variants. r=dmandelin, a=blocking 2011-01-26 13:37:45 -08:00
jsstrinlines.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jstl.h Backed out changeset 62a979cc89a2 due to risk (bug 614155). 2011-02-16 13:33:08 -08:00
jstracer.cpp Test for getters in the tracer GETELEM IC (bug 633752, r=cdleary). 2011-02-16 11:48:58 -08:00
jstracer.h Bug 633069 - Change how tracejit profiler nesting works (r=gal) 2011-02-14 17:54:28 -08:00
jstypedarray.cpp Bug 634055 - Check argc here. r=gal 2011-02-14 18:34:10 -08: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 Bug 624011: #ifdef out a debugging struct in C code, since it uses a type that's not C-kosher. r=lw 2011-01-09 10:42:52 -08:00
jsvalue.h Bug 630064 - Mark floating generator frame slots conservatively (r=dvander) 2011-02-07 15:55:20 -08:00
jsvector.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsversion.h Bug 497869 - Future reserved words are syntax errors in strict mode. r=brendan 2011-01-22 17:46:22 -08:00
jswin.h Forgotten jswin.h file. (r=red) 2010-08-11 14:59:19 -07:00
jswince.asm
jswrapper.cpp 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
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 Remove unsound global optimizations (bug 618007, r=brendan). 2011-01-08 16:27:48 -08:00
jsxml.cpp Luke Wagner – Bug 634542 - Temporary diagnostic patch 2 (r=dvander,a=shaver) 2011-02-18 18:38:10 -08:00
jsxml.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Bug 587369 - [OS/2] let YARR build on OS/2, r=daveryeo, gal 2010-09-21 13:08:00 -07: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. 2011-01-18 15:04:48 -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>