..
assembler
bug 837347: re-enable typed arrays in JM on ARM (very necessary for mandreel) (r=jbramley)
2013-02-14 10:02:00 -05:00
build
Bug 840512 - Generalize toolchain.m4 to match newer Apple clang version string. r=glandium
2013-02-13 11:24:09 +01:00
builtin
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 4). r=jwalden
2013-02-13 12:20:06 -08:00
config
bug 746277: replace hg commands with functions
2013-02-15 17:00:12 -05:00
ctypes
Bug 827274 - 'crash in [@ anonymous namespace::CTypesActivityCallback(JSContext*, js::CTypesActivityType)], add ctypes closure support to new worker memory reporting mechanism. r=khuey+mrbkap.
2013-01-08 13:57:44 +01:00
devtools
ds
Bug 838557 - Create a common interface for ASan/Valgrind functions. r=mats,bhackett
2013-02-15 00:50:11 +01:00
editline
frontend
Bug 840548 - GC: rooting hazards in the parser r=sfink
2013-02-12 17:19:05 +00:00
gc
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
gdb
Bug 840723: Print js::Rooted<jsid> and related classes correctly in non-DEBUG builds. r=sfink
2013-02-15 21:27:44 -08:00
ion
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
jit-test
Bug 508061 - INITELEM behavior differs with -j. rs=Ms2ger
2013-02-17 22:25:07 +01:00
jsapi-tests
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
methodjit
Bug 839376 (part 9) - Fix six rooting hazards in methodjit/PolyIC.cpp. r=terrence.
2013-02-14 18:49:21 -08:00
perf
shell
Bug 839376 (part 12) - Fix two easy rooting hazards in shell/js.cpp. r=terrence.
2013-02-14 18:54:39 -08:00
tests
Bug 664528 - [].sort misbehaves when the array being sorted starts with at least one hole and otherwise contains only holes and |undefined| as its elements. r=jandem
2013-02-13 15:47:25 -08:00
v8
vm
Bug 822080 - use defineProperty instead of setGeneric during cloning of object properties for self-hosting. r=jwalden
2013-02-15 23:32:52 +01:00
yarr
Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo
2013-02-08 22:59:54 -08:00
aclocal.m4
Bug 784841 - Part 5: Integrate virtualenv into SpiderMonkey configure; r=glandium
2013-01-16 00:21:06 -08:00
configure.in
bug 837347: re-enable typed arrays in JM on ARM (very necessary for mandreel) (r=jbramley)
2013-02-14 10:02:00 -05:00
dtoa.c
js-confdefs.h.in
Bug 835551 - Add a new header consolidating non-configure-generated #defines that we require in order to build. r=ted
2013-02-06 19:09:59 -08:00
js-config.h.in
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
2013-01-24 21:24:57 -08:00
js-config.in
js.msg
Bug 826009 - Move locale callback info, default locale, etc. data and APIs to be JSRuntime-centered. f=bholley, r=jorendorff
2013-02-07 18:04:11 -08: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
Implement JSOP_CALLEE in JM (bug 794427, r=bhackett).
2013-02-13 17:24:50 -08:00
jsanalyze.h
Rename the |static const bool result| member of IsSame, IsPod, and IsPointer to |value| to be consistent with every other type trait. I have no idea how I managed to consistently not notice this during review. Followup to bug 723228, r=typo
2013-02-08 22:59:54 -08:00
jsapi.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
jsapi.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
jsarray.cpp
Bug 664528 - [].sort misbehaves when the array being sorted starts with at least one hole and otherwise contains only holes and |undefined| as its elements. r=jandem
2013-02-13 15:47:25 -08:00
jsarray.h
Bug 706885 - Do not store singletons in the Nursery; r=bhackett
2013-01-28 11:01:54 -08:00
jsast.tbl
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
2013-01-24 21:24:57 -08:00
jsatom.cpp
Bug 840611: Fix build on BE archs (ie ppc) after bug 834242. r=terrence
2013-02-12 22:29:29 +01:00
jsatom.h
Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence.
2013-01-26 07:42:20 -07:00
jsatominlines.h
Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence.
2013-01-26 07:42:20 -07:00
jsbool.cpp
Bug 706885 - Do not store singletons in the Nursery; r=bhackett
2013-01-28 11:01:54 -08:00
jsbool.h
Bug 831822 - Fix various rooting hazards and unnecessary roots found by static analysis, r=terrence.
2013-01-18 06:48:13 -07:00
jsboolinlines.h
Bug 831822 - Fix various rooting hazards and unnecessary roots found by static analysis, r=terrence.
2013-01-18 06:48:13 -07:00
jsclass.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
jsclist.h
jsclone.cpp
Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo
2013-02-05 14:22:27 -08:00
jsclone.h
Bug 837751 - GC: Root CloneFunctionAtCallsite and WriteStructuredClone r=sfink
2013-02-07 08:22:28 +00:00
jscntxt.cpp
Bug 832299 - Handlify JSCompartment::wrap. r=terrence
2013-02-08 20:16:34 +01:00
jscntxt.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
jscntxtinlines.h
Bug 836949 (part 1) - Clean up the versions/options code. r=jorendorff.
2013-02-06 21:35:16 -08:00
jscompartment.cpp
Bug 839973 - Reduce chunk size for JSCompartment::typeLifoAlloc. r=billm.
2013-02-14 16:20:15 -08:00
jscompartment.h
Bug 839973 - Reduce chunk size for JSCompartment::typeLifoAlloc. r=billm.
2013-02-14 16:20:15 -08:00
jscompartmentinlines.h
Bug 835966 - Refactor {cx,rt,allocator}->malloc_ (r=luke)
2013-01-30 12:22:04 -08:00
jscpucfg.h
jscrashformat.h
jscrashreport.cpp
jscrashreport.h
Bug 752578 - Use mfbt's guard object implementation rather than using our own in all the easy cases. r=Ms2ger
2012-12-27 11:20:22 -06:00
jsdate.cpp
Bug 838955 (part 2) - Fix rooting hazards in jsstr.cpp identified by static analysis. r=sfink.
2013-02-07 18:13:41 -08:00
jsdate.h
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
2012-12-31 12:40:21 -08:00
jsdbgapi.cpp
Bug 839376 (part 11) - Fix two more easy rooting hazards. r=terrence.
2013-02-14 18:54:04 -08:00
jsdbgapi.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
jsdhash.cpp
jsdhash.h
Bug 831885 - Turn JS_DHASH_ENTRY_IS_* into inline functions; r=jorendorff
2013-02-07 09:08:57 +01:00
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Bug 826009 - Move locale callback info, default locale, etc. data and APIs to be JSRuntime-centered. f=bholley, r=jorendorff
2013-02-07 18:04:11 -08:00
jsexn.h
jsfriendapi.cpp
Bug 840581 - GC: jsapitests crash with rooting analysis enabled r=terrence
2013-02-12 17:44:31 +00:00
jsfriendapi.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
jsfun.cpp
Bug 839376 (part 6) - Fix five more easy rooting hazards. r=sfink.
2013-02-12 14:57:20 -08:00
jsfun.h
Bug 706885 - Do not store singletons in the Nursery; r=bhackett
2013-01-28 11:01:54 -08:00
jsfuninlines.h
Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence.
2013-01-26 07:42:20 -07:00
jsgc.cpp
Bug 839471 - GC: Sweep type objects on the background thread r=billm
2013-02-08 08:40:39 +00:00
jsgc.h
Bug 839471 - GC: Sweep type objects on the background thread r=billm
2013-02-08 08:40:39 +00:00
jsgcinlines.h
Bug 839471 - GC: Sweep type objects on the background thread r=billm
2013-02-08 08:40:39 +00:00
jsinfer.cpp
Bug 840278 - Mark the presence of sparse indexes in type information for object initializers, r=jandem.
2013-02-14 07:29:35 -07:00
jsinfer.h
Bug 838558 - Kill object equality hook. r=jorendorff
2013-02-11 21:06:05 +01:00
jsinferinlines.h
Bug 836949 (part 1) - Clean up the versions/options code. r=jorendorff.
2013-02-06 21:35:16 -08:00
jsinterp.cpp
Bug 841499 - Allow calling SetObjectElementOperation with explicit script and pc arguments. r=jimb
2013-02-14 18:27:49 -05:00
jsinterp.h
Bug 841499 - Allow calling SetObjectElementOperation with explicit script and pc arguments. r=jimb
2013-02-14 18:27:49 -05:00
jsinterpinlines.h
Bug 841499 - Allow calling SetObjectElementOperation with explicit script and pc arguments. r=jimb
2013-02-14 18:27:49 -05:00
jsiter.cpp
Bug 838558 - Kill object equality hook. r=jorendorff
2013-02-11 21:06:05 +01:00
jsiter.h
Remove LIFO invariants from the enumerator list (bug 831626, r=billm).
2013-01-24 11:17:41 -08:00
jskwgen.cpp
jslibmath.h
bug 822717 - remove checks for old gcc r=glandium
2012-12-18 13:22:28 -05:00
jslock.h
jslog2.cpp
jsmath.cpp
Bug 706885 - Do not store singletons in the Nursery; r=bhackett
2013-01-28 11:01:54 -08:00
jsmath.h
Bug 820180 - Isolate JS pseudorandom number generator state per compartment. r=luke.
2012-12-14 14:27:22 -06:00
jsmemorymetrics.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
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 838955 (part 2) - Fix rooting hazards in jsstr.cpp identified by static analysis. r=sfink.
2013-02-07 18:13:41 -08:00
jsnum.h
Bug 834242 - Reduce cost of exact stack rooting during property reads, r=terrence.
2013-01-24 20:18:34 -07:00
jsnuminlines.h
jsobj.cpp
Bug 839376 (part 7) - Fix seven more easy rooting hazards. r=sfink.
2013-02-12 14:59:33 -08:00
jsobj.h
Bug 839376 (part 8) - Fix another seven rooting hazards. r=sfink.
2013-02-13 17:24:00 -08:00
jsobjinlines.h
Bug 839376 (part 8) - Fix another seven rooting hazards. r=sfink.
2013-02-13 17:24:00 -08: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
Bug 834242 - Reduce cost of exact stack rooting during property reads, r=terrence.
2013-01-24 20:18:34 -07:00
jsonparser.h
jsopcode.cpp
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
jsopcode.h
Bug 836373 - IonMonkey changes to compareString for the baseline jit. r=jandem
2013-02-08 00:01:15 +01:00
jsopcode.tbl
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
2013-01-24 21:24:57 -08: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 751618 - Zone renaming part 8 (r=terrence)
2013-01-27 13:51:41 -08:00
jsprobes.h
Bug 751618 - Zone renaming part 8 (r=terrence)
2013-01-27 13:51:41 -08:00
jspropertycache.cpp
Bug 832972 - Reduce cost of exact stack rooting during name operations, clean up some GC allocation methods, r=terrence.
2013-01-23 15:22:10 -07:00
jspropertycache.h
Bug 834242 - Reduce cost of exact stack rooting during property reads, r=terrence.
2013-01-24 20:18:34 -07:00
jspropertycacheinlines.h
Bug 830787 - Move jsscope to vm/Shape. r=jorendroff
2013-01-26 16:03:19 +01:00
jspropertytree.cpp
Bug 838643 - GC: Finalize shapes on background thread r=billm
2013-02-07 08:22:29 +00:00
jspropertytree.h
Bug 823080 - Fix warning spam on MSVC. r=sphink
2012-12-22 09:16:50 +09:00
jsprototypes.h
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
2013-01-24 21:24:57 -08:00
jsproxy.cpp
Bug 839376 (part 10) - Fix five rooting hazards in jsproxy.cpp. r=terrence.
2013-02-14 18:49:33 -08:00
jsproxy.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
jsprvtd.h
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
2013-01-24 21:24:57 -08:00
jspubtd.h
Bug 807853 - Add (but do not yet use) parallel compilation mode to ion r=dvander,terrence
2013-02-07 11:34:43 -08:00
jsreflect.cpp
Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo
2013-02-05 14:22:27 -08:00
jsreflect.h
Bug 788293 - Remove e4x support. r=jorendorff,terrence,evilpie.
2013-01-24 21:24:57 -08:00
jsscript.cpp
Bug 841467 - Fix assert to properly handle requests to allocate 0 bytes. r=n.nethercote
2013-02-15 21:39:36 +01:00
jsscript.h
Bug 837845 - Manually backout the largest memory users from bug 798624; r=Waldo
2013-02-05 14:22:27 -08:00
jsscriptinlines.h
Bug 679940 - Share bytecode, source notes and atoms of functions in a runtime wherever possible. r=bhackett
2013-02-02 00:02:08 +01:00
jsshell.msg
Bug 838759 - Remove assertJit shell function. r=bhackett
2013-02-07 10:21:15 +01:00
jsstr.cpp
Bug 839376 (part 6) - Fix five more easy rooting hazards. r=sfink.
2013-02-12 14:57:20 -08:00
jsstr.h
Bug 837981 - Remove GetDeflatedStringLength(). r=terrence.
2013-02-05 15:12:05 -08:00
jsstrinlines.h
Bug 834826 - Eliminate or refactor various unnecessary stack roots, r=terrence.
2013-01-26 07:42:20 -07:00
jstypedarray.cpp
Bug 841619 - Factor out an ArrayBufferObject::changeContents from uninlineData (r=sfink)
2013-02-14 15:08:15 -08:00
jstypedarray.h
Bug 841619 - Factor out an ArrayBufferObject::changeContents from uninlineData (r=sfink)
2013-02-14 15:08:15 -08:00
jstypedarrayinlines.h
Bug 839215 - Make large typedarrays singletons more aggressively; r=bhackett
2013-02-12 11:50:49 -08:00
jstypes.h
bug 822717 - remove checks for old gcc r=glandium
2012-12-18 13:22:28 -05:00
jsutil.cpp
Bug 837715. Reduce compression rate for js source. r=benjamin
2013-02-06 12:53:52 -05:00
jsutil.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
jsversion.h
Bug 804834 - Part 2: Disable for-each-in from content by default. r=waldo
2012-12-21 20:48:36 +09:00
jswatchpoint.cpp
Bug 706885 - Move post barrier verifier to JSRuntime; r=billm
2013-01-28 15:59:02 -08:00
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Back out changeset 0d285589f47a (Bug 839673) - Broken Merge
2013-02-13 11:04:25 -08:00
jsweakmap.h
Back out changeset 0d285589f47a (Bug 839673) - Broken Merge
2013-02-13 11:04:25 -08:00
jswin64.asm
jswin.h
jsworkers.cpp
Bug 820583 - Use a larger script size limit when compiling off thread, r=dvander.
2013-01-08 13:42:03 -07:00
jsworkers.h
Bug 820583 - Use a larger script size limit when compiling off thread, r=dvander.
2013-01-08 13:42:03 -07:00
jswrapper.cpp
Bug 839376 (part 11) - Fix two more easy rooting hazards. r=terrence.
2013-02-14 18:54:04 -08:00
jswrapper.h
Bug 819158 - Introduce stopAtOuter for UnwrapObjectChecked. r=mrbkap
2013-02-14 01:11:32 +01:00
Makefile.in
Bug 769872 - Add self-hosted JavaScript core of Intl constructors Collator, NumberFormat, DateTimeFormat (part 4). r=jwalden
2013-02-13 12:20:06 -08:00
prmjtime.cpp
prmjtime.h
README.html
TraceLogging.cpp
TraceLogging.h
Y.js