gecko/js/src
2011-03-28 19:27:14 -07:00
..
analysis-tests
assembler Followup fix for merge, fix ifdef directive. 2011-06-06 09:58:15 -07:00
build Bug 638149 - Need a way to disable -dead_strip on OS X. r=ted 2011-04-09 05:23:27 +10:00
config Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
ctypes Merge mozilla-central to tracemonkey. 2011-06-06 09:41:22 -07:00
editline Bug 609532 - Stop checking in code with warnings. r=dwitte. 2011-03-21 20:32:28 -07:00
gnuplot Bug 655175 - Add entrance and exit time to GCTimer. r=igor 2011-05-06 13:59:37 -07:00
jit-test Bug 662836: Don't require JS_EvaluateUCScriptInStackFrame to be able to extend call objects that the bytecode compiler didn't expect to be extensible. r=dvander 2011-06-08 12:10:39 -07:00
jsapi-tests Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
lirasm Bug 647389 - Remove WINCE stuff from Spidermonkey (r=jorendorff) 2011-04-09 20:17:53 +01:00
methodjit Bug 660610: Don't double-free execAlloc_ after OOM. (r=nnethercote) 2011-06-02 10:06:36 -07:00
metrics
nanojit Bug 634711: add BitSet::resetAndAlloc(). r=pbiggar. 2011-05-25 19:46:02 -07:00
perf bug 643548 - followup to fix js shell builld brekage on Linux 2011-03-31 15:07:48 +02:00
shell Fix MSVC warning. 2011-06-07 17:17:30 -07:00
t
tests Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke 2011-03-28 19:27:14 -07:00
tracejit Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap) 2011-05-13 08:56:26 -07:00
tracevis
v8 Bug 506774 - Update our copy of the v8 benchmark to v8-v6. rs=jwalden 2011-04-19 10:17:06 +02:00
v8-dtoa Bug 587103. Properly scope external calls in templated functions to fix compilation with some compilers. r=mrbkap 2011-03-22 17:19:09 -04:00
vm Bug 546477 - add explicit/js/stack memory reporter. r=luke. 2011-06-02 19:40:57 -07:00
vprof Bug 656017 - Re-remove WinCE ifdef from js/src/vprof/vprof.cpp (was incorrectly added by bug 644900). r=jorendorff. 2011-05-23 21:13:06 -07:00
xpconnect Merge mozilla-central and tracemonkey. 2011-06-13 10:00:23 -07:00
yarr Bug 660591 - Bug 625600 causes bustage on Win64. r=dmandelin 2011-06-01 14:05:36 +09:00
aclocal.m4 Bug 638149 - Need a way to disable -dead_strip on OS X. r=ted 2011-04-09 05:23:27 +10:00
bench.sh
configure.in merge m-c to b-s 2011-06-10 12:58:21 -04: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 Backed out changeset 0c6254cb818d (bug 652593) due to PROCESS-CRASH orange in M(oth). 2011-05-09 09:50:36 -07:00
javascript-trace.d
jitstats.tbl
js-config.h.in
js-config.in
js.mdp Bug 634155: Account for NewCompartment's memory, and change allocation APIs (r=nnethercote) 2011-03-31 01:13:49 -07:00
js.msg Bug 663300 - Treat \u not followed by four hexadecimal digits, or \x not followed by two hexadecimal digits, as syntax errors in string literals. r=njn 2011-06-10 11:21:57 -07:00
jsalloc.cpp bug 646044 - ContextAllocPolicy should not account for GC memory pressure. r=luke 2011-03-30 12:10:12 +02:00
jsalloc.h bug 646044 - ContextAllocPolicy should not account for GC memory pressure. r=luke 2011-03-30 12:10:12 +02:00
jsanalyze.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsanalyze.h
jsapi.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsapi.h Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsarena.cpp Bug 644241 followup for compiler warning 2011-06-03 18:13:47 -07:00
jsarena.h Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsarray.cpp Remove the unused js_CoerceArrayToCanvasImageData. rs=luke 2011-06-09 01:12:28 -07:00
jsarray.h Remove the unused js_CoerceArrayToCanvasImageData. rs=luke 2011-06-09 01:12:28 -07:00
jsast.tbl backing out due to red 2011-01-03 16:46:25 -08:00
jsatom.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsatom.h Bug 662231 - Stop installing the jsnum.h header (again). r=jimb 2011-06-08 16:50:23 -07:00
jsatominlines.h Bug 662231 - Stop installing the jsnum.h header (again). r=jimb 2011-06-08 16:50:23 -07:00
jsbit.h
jsbool.cpp Bug 654685: Remove Boolean.prototype.toJSON r=pbiggar 2011-05-07 22:34:44 +02:00
jsbool.h Bug 617935: Check string lengths using StringBuffer. (r=lw) 2011-01-12 15:28:58 -08:00
jsbuiltins.cpp Bug 576175 - TM: rename js_Unbox{Double,Int32}. r=luke. 2011-05-19 17:02:46 -07:00
jsbuiltins.h Bug 576175 - TM: rename js_Unbox{Double,Int32}. r=luke. 2011-05-19 17:02:46 -07:00
jscell.h bug 656261 - better GC arena layout. r=wmccloskey 2011-05-19 21:01:08 +02:00
jsclist.h
jsclone.cpp Bug 654301: Better interned string API, take 2. (r=Waldo) 2011-05-17 12:15:12 -07:00
jsclone.h bug 646044 - ContextAllocPolicy should not account for GC memory pressure. r=luke 2011-03-30 12:10:12 +02:00
jscntxt.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jscntxt.h Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jscntxtinlines.h Bug 656462, part 3 - Syntactic touchups (r=waldo) 2011-05-24 16:08:40 -07:00
jscompartment.cpp bug 656261 - better GC arena layout. r=wmccloskey 2011-05-19 21:01:08 +02:00
jscompartment.h Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jscompat.h Bug 577812 - One declaration rule violation in Mozilla sources r=brendan 2010-12-07 12:48:16 -06:00
jscpucfg.cpp
jscpucfg.h Bug 647389 - Remove WINCE stuff from Spidermonkey (r=jorendorff) 2011-04-09 20:17:53 +01:00
jsdate.cpp Backed out changeset c25968f1f4f0 2011-06-08 15:56:43 +09:00
jsdate.h Remove unused js_DateSetXXX API. Bug 524179, r=brendan. 2010-12-07 12:46:19 -06:00
jsdbgapi.cpp Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jsdbgapi.h Backout 8d39d7a5b85c 2011-05-24 16:53:07 -07: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 643548: Remove mozalloc_undef_macro_wrappers hack from JS engine. (r=luke,rs=brendan) 2011-03-31 01:14:12 -07:00
jsdhash.h
jsdtoa.cpp Bug 643548: Remove mozalloc_undef_macro_wrappers hack from JS engine. (r=luke,rs=brendan) 2011-03-31 01:14:12 -07:00
jsdtoa.h Bug 643548: Remove mozalloc_undef_macro_wrappers hack from JS engine. (r=luke,rs=brendan) 2011-03-31 01:14:12 -07:00
jsemit.cpp Strict mode early error (strict option warning) on assignment to declared const (383902, r=jwalden). 2011-06-07 16:24:33 -07:00
jsemit.h Bug 554955: Give blocks and call objects unique shapes when they have parents that may be extended with new bindings. r=jorendorff 2011-03-15 12:18:36 -07:00
jsexn.cpp Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jsexn.h
jsfriendapi.cpp Bug 644074 - Simplify and consolidate VM stack code into js/src/vm/Stack* 2011-04-13 09:27:37 -07:00
jsfriendapi.h Bug 644074 - Simplify and consolidate VM stack code into js/src/vm/Stack* 2011-04-13 09:27:37 -07:00
jsfun.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsfun.h Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke 2011-03-28 19:27:14 -07: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 Bug 660329 - GC: add reason for GC to GCTimer. r=igor 2011-06-02 13:02:21 -07:00
jsgc.h Bug 650978 - Add gczeal setting to GC on every allocation (r=gwagner) 2011-06-01 17:48:52 -07:00
jsgcchunk.cpp Bug 647389 - Remove WINCE stuff from Spidermonkey (r=jorendorff) 2011-04-09 20:17:53 +01:00
jsgcchunk.h Bug 647389 - Remove WINCE stuff from Spidermonkey (r=jorendorff) 2011-04-09 20:17:53 +01:00
jsgcinlines.h Bug 650978 - Add gczeal setting to GC on every allocation (r=gwagner) 2011-06-01 17:48:52 -07:00
jsgcmark.cpp Bug 658041 - Stack based marking for JSRopes. r=igor 2011-05-27 15:17:47 -07:00
jsgcmark.h Bug 616666 - Use explicit stack for GC marking (r=gal) 2011-04-15 16:56:08 -07:00
jsgcstats.cpp Bug 660329 - GC: add reason for GC to GCTimer. r=igor 2011-06-02 13:02:21 -07:00
jsgcstats.h Bug 660329 - GC: add reason for GC to GCTimer. r=igor 2011-06-02 13:02:21 -07:00
jshash.cpp Bug 643548: Remove mozalloc_undef_macro_wrappers hack from JS engine. (r=luke,rs=brendan) 2011-03-31 01:14:12 -07:00
jshash.h
jshashtable.h (no bug): Fix comments referring to allocation policies defined in jstl.h --- they're now in jsalloc.h. 2011-05-26 10:55:58 -07:00
jshotloop.h Bug 607539 - Small profiler cleanups (r=dmandelin) 2011-01-05 14:09:38 -08:00
jsify.pl
jsinterp.cpp Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jsinterp.h Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jsinterpinlines.h Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap) 2011-05-13 08:56:26 -07:00
jsinttypes.h Bug 647389 - Remove WINCE stuff from Spidermonkey (r=jorendorff) 2011-04-09 20:17:53 +01:00
jsinvoke.cpp
jsiter.cpp Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap) 2011-05-13 08:56:26 -07:00
jsiter.h Bug 656462, part 4 - Simplify stack code, keep track of native calls, create new iterator over native/scripted callstack, make JS_SaveFrameChain fallible (r=waldo,mrbkap) 2011-05-13 08:56:26 -07:00
jskeyword.tbl Bug 637204 - Some unconditionally reserved words are reserved only in strict code. r=brendan 2011-03-01 22:19:43 -08:00
jskwgen.cpp
jslibmath.h Backed out changeset c25968f1f4f0 2011-06-08 15:56:43 +09:00
jslock.cpp Bug 654873 - ARM target (gcc 4.5.2 or later) should use built-in atomic function instead of arm-kuser. r=gal 2011-05-08 00:47:13 +09:00
jslock.h bug 658864 - preventing GC when reporting OOM on other threads. r=anygregor 2011-05-22 20:50:08 +02:00
jslocko.asm
jslog2.cpp
jslong.h
jsmath.cpp Bug 642772: Don't recreate a class during enumeration, if it has been deleted (r=bhackett) 2011-04-27 04:13:56 -07:00
jsmath.h
jsnativestack.cpp Bug 634609 - Include pthread_np.h on OpenBSD too for pthread_stackseg_np(). r=gal 2011-04-20 22:27:22 +02:00
jsnativestack.h
jsnum.cpp Backed out changeset c25968f1f4f0 2011-06-08 15:56:43 +09:00
jsnum.h Merge mozilla-central to tracemonkey. (CLOSED TREE) 2011-05-02 10:55:34 -07:00
jsobj.cpp Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke 2011-03-28 19:27:14 -07:00
jsobj.h Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke 2011-03-28 19:27:14 -07:00
jsobjinlines.h Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke 2011-03-28 19:27:14 -07:00
json.cpp Bug 657013 - Remove the old JSON parser. r=njn 2011-05-13 14:27:07 -07:00
json.h Bug 657013 - Remove the old JSON parser. r=njn 2011-05-13 14:27:07 -07:00
jsonparser.cpp Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones 2011-06-06 11:02:34 -07:00
jsonparser.h Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones 2011-06-06 11:02:34 -07:00
jsopcode.cpp Bug 620182 [@ QuoteString | DecompileSwitch] when JSVAL_IS_DOUBLE(key) and SprintDoubleValue fails due to oom 2011-06-03 08:57:00 -07:00
jsopcode.h Bug 637393 - Add an option to count number of executions of each JSOp, broken down by "run mode" (method JIT/trace JIT/interpreter) 2011-05-10 11:26:39 -07:00
jsopcode.tbl Backed out changeset 0c6254cb818d (bug 652593) due to PROCESS-CRASH orange in M(oth). 2011-05-09 09:50:36 -07: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 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras 2011-02-20 06:10:24 +11:00
jsparse.cpp Bug 644241, part 1 - Remove script stack quota. r=igor 2011-06-03 17:54:26 -07:00
jsparse.h Bug 644074 - Simplify and consolidate VM stack code into js/src/vm/Stack* 2011-04-13 09:27:37 -07:00
jsprf.cpp Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jsprf.h
jsprobes.cpp Bug 613457 - clean up string interfaces (r=njn) 2011-03-14 13:59:53 -07: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 Backed out changeset 0c6254cb818d (bug 652593) due to PROCESS-CRASH orange in M(oth). 2011-05-09 09:50:36 -07:00
jspropertycache.h Bug 569422 - Miscellaneous fixes for GCed shapes (r=brendan) 2011-03-23 11:57:19 -07:00
jspropertycacheinlines.h
jspropertytree.cpp Bug 654792: Give Shape::shape and Shape::id better names for great justice. (r=jorendorff) 2011-05-04 12:01:39 -07:00
jspropertytree.h bug 652416 - race fixes and other cleanups for background finalization. r=anygregor 2011-04-25 22:05:30 +02:00
jsproto.tbl Back out changeset 7dcd0d16cc08 (bug 547941) for causing jsreftest crashes on debug builds. 2011-04-12 01:28:40 -07:00
jsproxy.cpp Bug 652803 - Check for existing proxy operations before attempting to fix a proxy object. r=gal 2011-05-05 21:55:25 +02: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 651595: Reinstate call to JSSourceHandler registered with JS_SetSourceHandler (r=dmandelin) 2011-05-25 06:48:11 -07:00
jspubtd.h bug 658510 - eliminating JSCOMPARTMENT_NEW and associated compartment initialization race. r=mrbkap 2011-05-22 12:09:28 +02:00
jsreflect.cpp Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jsreflect.h backing out due to red 2011-01-03 16:46:25 -08:00
jsregexp.cpp Bug 625600: Update Yarr import to WebKit rev 86639, r=cdleary,dvander 2011-05-12 18:39:47 -07:00
jsregexp.h Backed out changeset c8ba5bd72b0c, we have too many test harnesses and I forgot to run one. r=tree-decorator 2011-04-21 16:29:54 -04:00
jsregexpinlines.h Bug 660453: Proper regexp bytecode deallocation. (r=dmandelin) 2011-06-09 14:48:03 -07:00
jsreops.tbl
jsscan.cpp Bug 663331 - Make U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR match the LineTerminator production when parsing code. r=njn 2011-06-10 11:22:06 -07:00
jsscan.h Bug 651595: Reinstate call to JSSourceHandler registered with JS_SetSourceHandler (r=dmandelin) 2011-05-25 06:48:11 -07:00
jsscope.cpp Bug 660329 - GC: add reason for GC to GCTimer. r=igor 2011-06-02 13:02:21 -07:00
jsscope.h Bug 654301: Better interned string API, take 2. (r=Waldo) 2011-05-17 12:15:12 -07:00
jsscopeinlines.h Bug 654792: Give Shape::shape and Shape::id better names for great justice. (r=jorendorff) 2011-05-04 12:01:39 -07:00
jsscript.cpp Bug 637393 - Give JSScript control over the lifetime of JSPCCounters, to allow freeing with cx (r=dmandelin) 2011-06-06 16:48:20 -07:00
jsscript.h Bug 637393 - Give JSScript control over the lifetime of JSPCCounters, to allow freeing with cx (r=dmandelin) 2011-06-06 16:48:20 -07:00
jsscriptinlines.h Bug 656490 - Fix direct-eval assert (r=dmandelin) 2011-05-26 17:23:21 -07:00
jsshell.msg
jsstack.js
jsstaticcheck.h
jsstdint.h
jsstr.cpp Bug 662963 - Add JSString::charsHeapSize(). r=luke. 2011-06-09 09:20:12 +10:00
jsstr.h Bug 662963 - Add JSString::charsHeapSize(). r=luke. 2011-06-09 09:20:12 +10:00
jsstrinlines.h Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jstl.h Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones 2011-06-06 11:02:34 -07:00
jstracer.cpp Bug 645464 - js::ClassMethodIsNative doesn't return false when the object has a property of the given name which isn't the specified native method. r=luke 2011-03-28 19:27:14 -07:00
jstracer.h Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jstypedarray.cpp Bug 621153 Add JS_ALWAYS_TRUE markers to ValueToNumber() for cases where it should be so 2011-05-27 10:58:22 -07:00
jstypedarray.h Bug 636078 - Fix some typed array bugs. r=vlad, r=jorendorff 2011-02-24 01:23:57 -08:00
jstypes.h Bug 626716 - Remove VC7.1 support code, SpiderMonkey version. r=njn 2011-04-13 17:01:39 -07:00
jsutil.cpp Bug 634155: Account for NewCompartment's memory, and change allocation APIs (r=nnethercote) 2011-03-31 01:13:49 -07:00
jsutil.h Bug 656282: Remove redundant declaration that causes an MSVC warning, r=luke 2011-05-16 16:17:19 -07:00
jsval.h Bug 662086: Convert recently-added comment in jsval.h to be C-style, to fix build warning. r=mrbkap DONTBUILD 2011-06-11 17:28:48 -07:00
jsvalue.h Merge mozilla-central to tracemonkey. (CLOSED TREE) 2011-05-02 10:55:34 -07:00
jsvector.h (no bug): Fix comments referring to allocation policies defined in jstl.h --- they're now in jsalloc.h. 2011-05-26 10:55:58 -07:00
jsversion.h Bug 657013 - Remove the old JSON parser. r=njn 2011-05-13 14:27:07 -07:00
jsweakmap.cpp Bug 655368: Use Spidermonkey delete methods, r=gal 2011-05-24 15:05:55 -07:00
jsweakmap.h Back out changeset 7dcd0d16cc08 (bug 547941) for causing jsreftest crashes on debug builds. 2011-04-12 01:28:40 -07:00
jswin.h
jswrapper.cpp Bug 662114 - Don't use DummyFrameGuard directly to avoid Windows DLL-linkage warnings. r=luke 2011-06-07 19:43:18 -04:00
jswrapper.h Bug 662114 - Don't use DummyFrameGuard directly to avoid Windows DLL-linkage warnings. r=luke 2011-06-07 19:43:18 -04:00
jsxdrapi.cpp Bug 657537: clean up jschar inflation/deflation. (r=Waldo) 2011-05-26 15:50:05 -07:00
jsxdrapi.h Bug 643927 - Improve handling of state during script serialization, r=igor 2011-03-24 12:56:58 -07:00
jsxml.cpp Bug 538293 - remove inlineCallCount and this STACK_QUOTA silliness (r=dvander) 2011-05-27 18:15:39 -07:00
jsxml.h Backed out changeset c8ba5bd72b0c, we have too many test harnesses and I forgot to run one. r=tree-decorator 2011-04-21 16:29:54 -04:00
lock_sparcv8plus.il
lock_sparcv9.il
Makefile.in Bug 662231 - Stop installing the jsnum.h header (again). r=jimb 2011-06-08 16:50:23 -07:00
nanojit-import-filemap
nanojit-import-rev Update nanojit-import-rev stamp. 2011-05-25 20:32:19 -07:00
perfect.js
plify_jsdhash.sed
prmjtime.cpp Bug 647389 - Remove WINCE stuff from Spidermonkey (r=jorendorff) 2011-04-09 20:17:53 +01:00
prmjtime.h
README.html
resource.h
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>