..
assembler
Bug 970643 - Only toggle execution permissions on JIT code. r=luke
2014-02-13 03:07:52 -08:00
builtin
Backed out changeset 00d8b2e04b15 (bug 885788) for jit-test assertions.
2014-02-21 12:35:48 -05:00
ctypes
Bug 971845 - Don't uninline in JS_GetArrayBufferData, add JS_GetStableArrayBufferData and use that when necessary (r=sfink)
2014-02-13 11:17:41 -06:00
devtools
Bug 968616 - "Implement" AutoIgnoreRootingHazards, r=terrence
2014-02-18 14:45:21 -08:00
ds
Bug 964016 - Part 4: Replace JS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE. r=luke
2014-01-24 20:14:56 -08:00
editline
frontend
Bug 975162 - Remove block object's use of shortids (r=wingo)
2014-02-21 10:23:57 -06:00
gc
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
gdb
Bug 973402 - Move the LOCAL_INCLUDES in js/src to moz.build; r=glandium
2014-02-18 01:09:30 -05:00
jit
Backed out changeset 2b2f69d46d30 (bug 975182) for SM(arm) failures.
2014-02-21 13:32:16 -05:00
jit-test
Bug 951346 - Don't improve type information for objects with metadata, r=jimb.
2014-02-21 12:26:42 -07:00
jsapi-tests
Bug 973780 - Expose a wrapper for the internal WeakMap class outside of the engine. r=mccr8,terrence
2014-02-21 11:35:48 -08:00
parjs-benchmarks
perf
Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence
2014-02-10 16:42:27 +00:00
shell
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
tests
Bug 898356 Part 5 -- Use ArrayBufferObjects as the "backing store" for a typed object r=sfink
2014-02-12 15:15:47 -05:00
v8
vm
Bug 973780 - Expose a wrapper for the internal WeakMap class outside of the engine. r=mccr8,terrence
2014-02-21 11:35:48 -08:00
vtune
yarr
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
aclocal.m4
Bug 967556 - Divert AC_CHECK_FUNC so that the #includes it uses can't interfere with the function it tests. r=gps
2014-02-14 08:15:02 +09:00
configure.in
Bug 968819 - Make HOST_OS_ARCH on BSDs take same values as OS_ARCH. r=glandium
2014-02-12 10:24:21 -05:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
Bug 968537 - Build js-config from configure instead of Makefile. r=ted
2014-02-11 10:37:47 +09:00
js.msg
Bug 898356 Part 2 -- Simplify HANDLE_BAD_ARGS to just BAD_ARGS r=sfink
2014-02-12 14:09:46 -05:00
js.pc.in
Bug 968537 - Build js-config from configure instead of Makefile. r=ted
2014-02-11 10:37:47 +09:00
jsalloc.cpp
jsalloc.h
Bug 963840 - Move MallocProvider out and add a comment about allocation in SpiderMonkey; r=jorendorff
2014-01-24 13:22:31 -08:00
jsanalyze.cpp
Backed out changeset c80de8d196af (bug 962599) for crashtest failures
2014-02-12 13:25:15 -08:00
jsanalyze.h
Bug 960775 - Retire JS_WARN_UNUSED_RESULT in favor of MOZ_WARN_UNUSED_RESULT. r=waldo
2014-01-21 17:56:16 -08:00
jsapi.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsapi.h
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsarray.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsarray.h
Bug 974350 part 1 - Rewrite CreateRegExpMatchResult to not use an AutoValueVector. r=h4writer
2014-02-19 17:37:17 +01:00
jsast.tbl
jsatom.cpp
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jsatom.h
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jsatominlines.h
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jsbool.cpp
Bug 964016 - Part 4: Replace JS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE. r=luke
2014-01-24 20:14:56 -08:00
jsbool.h
jsboolinlines.h
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 969415 (part 3) - AutoSuppressGC for oomCallback, just like onError since callers assume js_ReportOutOfMemory doesn't GC (r=Hf bustage, CLOSED TREE)
2014-02-20 22:52:23 -06:00
jscntxt.h
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jscntxtinlines.h
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jscompartment.cpp
Bug 946546 - copy JS strings directly into the destination compartment; r=billm
2014-01-27 17:24:35 -05:00
jscompartment.h
Bug 952891 - Add PIC fast-path for ForOfIterator iteration over arrays. r=jimb r=jorendorff DONTBUILD
2014-02-13 14:29:00 -05:00
jscompartmentinlines.h
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jscpucfg.h
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
jscrashformat.h
jscrashreport.cpp
Bug 974045 - don't store JS_CRASH_DIAGNOSTICS variables when we don't need to; r=luke
2014-02-18 14:50:35 -05:00
jscrashreport.h
jsdate.cpp
Bug 959013 - Convert the Date object to use ClassSpec. r=luke
2014-02-04 07:51:54 -08:00
jsdate.h
Bug 959013 - Convert the Date object to use ClassSpec. r=luke
2014-02-04 07:51:54 -08:00
jsdtoa.cpp
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
jsdtoa.h
jsexn.cpp
Bug 762556 - Error stack should contain column number. r=jorendorff
2014-02-19 11:30:08 -05:00
jsexn.h
Bug 872273 - Generate a JSErrorReport when we need one. r=Waldo
2014-01-30 09:30:29 -08:00
jsfriendapi.cpp
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jsfriendapi.h
Bug 971845 - Don't uninline in JS_GetArrayBufferData, add JS_GetStableArrayBufferData and use that when necessary (r=sfink)
2014-02-13 11:17:41 -06:00
jsfun.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsfun.h
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsfuninlines.h
jsgc.cpp
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jsgc.h
Bug 961091 - Perform GC if necessary on exit from engine and on interpreter allocation r=terrence
2014-02-07 11:20:38 +00:00
jsgcinlines.h
Bug 964059 - Share atoms compartment/zone between multiple runtimes, r=billm,bent.
2014-02-19 09:02:13 -07:00
jshashutil.h
jsinfer.cpp
Bug 951346 - Don't improve type information for objects with metadata, r=jimb.
2014-02-21 12:26:42 -07:00
jsinfer.h
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsinferinlines.h
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsiter.cpp
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsiter.h
Bug 952873 part 2. Expose JSAPI for doing for-of iteration. r=jorendorff
2014-01-28 16:16:03 -08:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
Bug 878488: Implement asm.js Math constants; r=luke
2014-02-04 16:11:54 +01:00
jsmath.h
Bug 878488: Implement asm.js Math constants; r=luke
2014-02-04 16:11:54 +01:00
jsnativestack.cpp
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
jsnativestack.h
jsnum.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsnum.h
Bug 964016 - Part 4: Replace JS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE. r=luke
2014-01-24 20:14:56 -08:00
jsobj.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsobj.h
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsobjinlines.h
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
json.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
json.h
Bug 964238 (part 1) - Remove JSStableString and StableTwoByteChars. r=terrence.
2014-01-30 14:58:53 -08:00
jsonparser.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsonparser.h
Bug 964238 (part 1) - Remove JSStableString and StableTwoByteChars. r=terrence.
2014-01-30 14:58:53 -08:00
jsopcode.cpp
Bug 975162 - Remove block object's use of shortids (r=wingo)
2014-02-21 10:23:57 -06:00
jsopcode.h
Bug 964016 - Part 4: Replace JS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE. r=luke
2014-01-24 20:14:56 -08:00
jsopcodeinlines.h
Bug 960040 - Part 2: Hide more of ScriptAnalysis implementation. r=jandem
2014-01-21 14:09:34 +01:00
jsprf.cpp
jsprf.h
jspropertytree.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jspropertytree.h
Bug 960342 - Convert StackShape from AutoRooter to RootedGeneric, r=terrence
2014-01-22 11:52:44 -08:00
jsprototypes.h
Bug 966575 part 8 -- Move kinds out of Representation into Descr r=sfink
2014-01-30 13:31:58 -05:00
jsproxy.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsproxy.h
b=972983 use enum for BaseProxyHandler::Action values r=bholley
2014-02-18 09:59:03 +13:00
jspubtd.h
Bug 966181 - Rename ForkJoinSlice to ForkJoinContext. (r=pnkfelix)
2014-01-31 14:57:57 -08:00
jsreflect.cpp
Bug 965830 - Make AutoValueArray into a fixed-size inline array that roots its contents r=terrence
2014-02-11 10:59:15 +00:00
jsreflect.h
jsscript.cpp
Bug 797126 - Remove tinyid/shortid/userid (r=terrence)
2014-02-21 10:24:26 -06:00
jsscript.h
Bug 917996 - XDR Lazy Scripts. r=till
2014-02-19 07:46:33 -08:00
jsscriptinlines.h
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsshell.msg
Bug 900789 - Instrument evaluate function to save/load the bytecode. r=luke
2014-02-20 07:09:34 -08:00
jsstr.cpp
Bug 974350 part 2 - Cleanup CreateRegExpMatchResult. r=h4writer
2014-02-19 17:37:24 +01:00
jsstr.h
Bug 964238 (part 1) - Remove JSStableString and StableTwoByteChars. r=terrence.
2014-01-30 14:58:53 -08:00
jstypes.h
Bug 964016 - Part 4: Replace JS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE. r=luke
2014-01-24 20:14:56 -08:00
jsutil.cpp
Bug 960860 - Don't include zlib.h from jsutil.h (r=njn)
2014-01-17 09:15:59 -06:00
jsutil.h
Bug 712873 - Part 3: Replace JS_ALWAYS_TRUE with MOZ_ALWAYS_TRUE outside js/src/ directory. r=luke
2014-02-17 22:42:57 -08:00
jsversion.h
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Bug 964016 - Part 4: Replace JS_ALWAYS_INLINE with MOZ_ALWAYS_INLINE. r=luke
2014-01-24 20:14:56 -08:00
jsweakmap.h
Bug 973780 - Expose a wrapper for the internal WeakMap class outside of the engine. r=mccr8,terrence
2014-02-21 11:35:48 -08:00
jswin.h
jsworkers.cpp
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jsworkers.h
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in js/src/. r=shu
2014-02-06 22:05:20 -08:00
jswrapper.cpp
Backout bug 785905, off-thread IonBuilder. r=jorendorff
2014-02-14 13:17:53 +01:00
jswrapper.h
Bustage fix, bug 947014 followup. r=bustage in a CLOSED TREE
2014-01-29 17:57:36 -08:00
make-source-package.sh
Makefile.in
Bug 973143 - Move some variables to moz.build; r=glandium
2014-02-18 02:02:00 -05:00
moz.build
Bug 973780 - Expose a wrapper for the internal WeakMap class outside of the engine. r=mccr8,terrence
2014-02-21 11:35:48 -08:00
NamespaceImports.h
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
2014-02-13 15:33:04 +00:00
prmjtime.cpp
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
prmjtime.h
README.html
symverscript.in
TraceLogging.cpp
TraceLogging.h
Y.js