gecko/js/src
Terrence Cole 8fdc059ebf Bug 850842 - Make the watchpoint map safe for moving GC; r=billm
--HG--
extra : rebase_source : 6299ee5c5b164b428c3c7e02e03bc204ba5d572b
2013-03-13 15:12:24 -07:00
..
assembler Bug 850156 - Use separate memory reporters for Ion and baseline code. r=njn,dvander 2013-03-20 11:24:17 +01:00
build Bug 841713 - Add objdir paths to virtualenv; r=ted 2013-03-26 10:35:57 -07:00
builtin Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
config Merging in version bump NO BUG 2013-04-01 11:28:13 -07:00
ctypes Bug 845478 - Use CallArgs instead of manual argc/vp access in half of CTypes.cpp (the other half's being converted in a separate patch). r=jwalden 2013-04-02 15:18:24 -07:00
devtools Static rooting analysis updates for browser. No bug. r=NPOTB 2013-03-21 16:29:40 -07:00
ds Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
editline Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
frontend Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
gc Backed out changeset c03193ee070d (bug 855350) for crashes on a CLOSED TREE. 2013-04-03 10:26:47 -04:00
gdb Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
ion No bug - Fix merge conflict on a CLOSED TREE. r=red 2013-04-03 18:09:26 +02:00
jit-test Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsapi-tests Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
methodjit Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
parjs-benchmarks Bug 829602 - Enable self-hosted parallelarray r=dvander,till 2013-03-19 22:12:27 -04:00
perf Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
shell Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
tests Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
v8
vm Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
yarr Bug 850534: Various Yarr performance improvements, r=dmandelin 2013-03-18 16:40:49 +01:00
aclocal.m4
configure.in Bug 855109: Fix typo in configure.in line for making gcc/clang c++ compilers use -Wsign-compare. r=glandium 2013-03-27 00:03:58 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg Bug 853709 - Deny accessor definitions in SecurityWrapper. r=mrbkap 2013-03-29 18:13:52 -07:00
jsalloc.cpp Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsalloc.h Bug 563195: Fix -Wshadow warnings in public JS API headers (those used from layout/style/). r=njn 2013-02-17 22:56:32 -08:00
jsanalyze.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsanalyze.h Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsapi.cpp Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
jsapi.h Backed out changeset c03193ee070d (bug 855350) for crashes on a CLOSED TREE. 2013-04-03 10:26:47 -04:00
jsarray.cpp Bug 853028 - GC: Fix some rooting issues found by static analysis r=terrence 2013-03-21 12:56:58 +00:00
jsarray.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsast.tbl Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
jsatom.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jsatom.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsatominlines.h Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsbool.cpp
jsbool.h
jsboolinlines.h Bug 850074 - Move SpiderMonkey stack rooting infrastructure to RootingAPI.h; r=billm 2013-03-12 14:05:57 -07:00
jsclass.h Bug 856833 part 1. Make JS_ObjectIsDate use ObjectClassIs. r=waldo 2013-04-02 20:19:24 -04:00
jsclist.h
jsclone.cpp
jsclone.h Bug 848395 - GC: Move Rooted to JS namespace - rename js::Rooted to JS::Rooted inside SpiderMonkey r=terrence 2013-03-06 16:41:42 +00:00
jscntxt.cpp Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jscntxt.h Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
jscntxtinlines.h Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
jscompartment.cpp Merge from mozilla-inbound. 2013-03-29 15:55:22 +01:00
jscompartment.h Merge from mozilla-central. 2013-03-22 10:39:40 +01:00
jscompartmentinlines.h Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
jsdate.cpp Bug 853075 - Remove workarounds. r=tschneidereit 2013-03-27 08:40:00 +01:00
jsdate.h Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert 2013-03-22 12:35:44 -07:00
jsdbgapi.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsdbgapi.h Bug 853228 - Remove unused functions in jsdbgapi (r=luke) 2013-03-21 18:15:39 -07:00
jsdhash.cpp
jsdhash.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsexn.h
jsfriendapi.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsfriendapi.h Merge from mozilla-inbound. 2013-03-29 15:55:22 +01:00
jsfun.cpp Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsfun.h Bug 851763 - part 1: add support for wrapping self-hosted functions instead of cloning them. r=jwalden 2013-03-30 03:06:33 +01:00
jsfuninlines.h Bug 854807 - Fix thinko in CloneFunctionObjectIfNotSingleton(). r=smaug. 2013-03-26 21:40:00 +11:00
jsgc.cpp Merge from mozilla-inbound. 2013-04-02 19:20:31 +02:00
jsgc.h Bug 734250 - Remove the unused {Un}LockGCThing{RT} rooting interface; r=billm 2013-03-19 10:20:22 -07:00
jsgcinlines.h Bug 759585 - Zones (r=jonco,bhackett,njn,dvander,luke,bz,mccr8,bholley) 2013-03-16 20:36:37 -07:00
jsinfer.cpp Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsinfer.h Bug 849781: IonMonkey: Only allow inlining when TypeSet of caller and callee intersects, r=nbp 2013-03-27 00:41:19 +01:00
jsinferinlines.h Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsinterp.cpp Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
jsinterp.h Bug 844253 - Correctly perform UseNewType check when calling constructors in baseline. r=bhackett 2013-02-26 12:27:57 -05:00
jsinterpinlines.h Merge m-c to inbound on a CLOSED TREE. 2013-04-03 11:50:19 -04:00
jsiter.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h
jslog2.cpp
jsmath.cpp Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jsmath.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jsmemorymetrics.cpp Merge from mozilla-inbound. 2013-04-02 19:20:31 +02:00
jsnativestack.cpp Back out 29230c04b932 (Bug 846670) because of broken Linux builds on a CLOSED TREE 2013-03-13 17:49:02 -07:00
jsnativestack.h
jsnum.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsnum.h Bug 769871 - Remove x_CheckThisX methods, as the extract-the-primitive-value methods immediately after perform that check already. r=Norbert 2013-03-22 12:35:44 -07:00
jsnuminlines.h
jsobj.cpp Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsobj.h Backed out bug 789897 due to regressions. 2013-03-29 14:07:32 -04:00
jsobjinlines.h Bug 856833 part 1. Make JS_ObjectIsDate use ObjectClassIs. r=waldo 2013-04-02 20:19:24 -04:00
json.cpp Bug 839376 (part 5) - Make ObjectClassIs take a HandleObject. r=sfink. 2013-02-11 21:01:45 -08:00
json.h
jsonparser.cpp Backout 04695ce03bb6 (bug 836968) for topcrashing on a CLOSED TREE 2013-03-16 15:57:39 -06:00
jsonparser.h Backout 04695ce03bb6 (bug 836968) for topcrashing on a CLOSED TREE 2013-03-16 15:57:39 -06:00
jsopcode.cpp Merge from mozilla-central. 2013-03-18 16:53:57 +01:00
jsopcode.h Bug 842419 (part 3) - Remove dead JOF_* constants, and kill off JSOP_BACKPATCH_POP. r=jorendorff. 2013-02-20 17:42:21 -08:00
jsopcode.tbl Bug 851421 (part 2) - Don't emit bytecode for asm.js functions unless linking fails. r=luke. 2013-03-14 18:44:03 -07:00
jsopcodeinlines.h Bug 838014 - More rooting in Debugger, plus some minor rooting in JSD and xpconnect for some should-be-private JSAPI changes. r=terrence 2013-02-12 12:27:02 -08:00
jsoplengen.cpp
jsprf.cpp
jsprf.h
jsprobes.cpp Bug 852676 - Remove unmaintained ETW event support (r=sfink) 2013-03-21 18:15:39 -07:00
jsprobes.h Bug 852676 - Remove unmaintained ETW event support (r=sfink) 2013-03-21 18:15:39 -07:00
jspropertycache.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jspropertycache.h Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jspropertycacheinlines.h Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AutoAssertNoGC r=terrence 2013-03-06 18:10:22 +00:00
jspropertytree.cpp Bug 848449 - GC: Remove AutoAssertNoGC and AssertCanGC - Remove use of AssertCanGC r=terrence 2013-03-06 18:10:30 +00:00
jspropertytree.h Bug 847934 - GC: Remove Unrooted - Remove use of DropUnrooted and rename UnrootedThings to RawThings r=terrence 2013-03-05 18:32:12 +00:00
jsprototypes.h
jsproxy.cpp Backed out bug 789897 due to regressions. 2013-03-29 14:07:32 -04:00
jsproxy.h Backed out bug 789897 due to regressions. 2013-03-29 14:07:32 -04:00
jsprvtd.h Bug 831741 - Remove remaining __cplusplus bits from js/src/js[...].h files. r=luke 2013-04-03 07:59:31 -04:00
jspubtd.h Bug 831741 - Remove remaining __cplusplus bits from js/src/js[...].h files. r=luke 2013-04-03 07:59:31 -04:00
jsreflect.cpp Bug 568953 - Added reflection support for module declarations; r=jorendorff 2013-04-02 18:00:49 +02:00
jsreflect.h
jsscript.cpp Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsscript.h Merge from mozilla-central. 2013-04-03 10:25:36 +02:00
jsscriptinlines.h Backed out changeset 6b6a4d28e510 (bug 852802) for bustage on a CLOSED TREE. 2013-04-01 12:34:57 -04:00
jsshell.msg
jsstr.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsstr.h Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsstrinlines.h
jstypedarray.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jstypedarray.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jstypedarrayinlines.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jstypes.h
jsutil.cpp Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsutil.h Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jsversion.h
jswatchpoint.cpp Bug 850842 - Make the watchpoint map safe for moving GC; r=billm 2013-03-13 15:12:24 -07:00
jswatchpoint.h Bug 850842 - Make the watchpoint map safe for moving GC; r=billm 2013-03-13 15:12:24 -07:00
jsweakcache.h
jsweakmap.cpp Bug 854051 - Remove HashTable::clearWithoutCallingDestructors; r=billm 2013-03-25 11:48:26 -07:00
jsweakmap.h
jswin64.asm
jswin.h Bug 840282 - OdinMonkey (sr=dmandelin) 2013-03-15 02:29:02 -07:00
jsworkers.cpp Bug 850070 - Part 2/2 - Parallelize OdinMonkey compilations. r=luke 2013-03-19 15:24:22 -07:00
jsworkers.h Bug 856850 - Implement a PodOperations.h header that includes all the Pod* functions currently in jsutil.h. r=Ms2ger 2013-04-01 22:43:19 -07:00
jswrapper.cpp Bug 853709 - Deny accessor definitions in SecurityWrapper. r=mrbkap 2013-03-29 18:13:52 -07:00
jswrapper.h Bug 853709 - Deny accessor definitions in SecurityWrapper. r=mrbkap 2013-03-29 18:13:52 -07:00
Makefile.in Merge from mozilla-central. 2013-03-26 20:55:40 +01:00
moz.build Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
prmjtime.cpp Bug 847480 - Convert DeprecatedAbs overloads taking floating point (except for nscoord uses, when nscoord is optionally a floating point type) to Abs. r=Ms2ger 2013-03-05 15:43:44 -08:00
prmjtime.h
README.html
TraceLogging.cpp
TraceLogging.h
Y.js Bug 846406 - Implement arrow functions. r=bhackett. Changes to Y.js r=brendan. 2013-03-17 20:42:36 -07:00

<!-- 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>