..
asmjs
Bug 1155726 - OdinMonkey: add new cache failure code for when storage initialization fails (r=janv)
2015-04-17 13:17:30 -05:00
builtin
Bug 1153959 - Use RAII to manage tracing details; r=jonco
2015-04-10 13:33:56 -07:00
ctypes
Backed out changeset 564184f293a6 (bug 891107) for mochitest-other failure on a CLOSED TREE
2015-04-18 05:51:24 +09:00
devtools
Bug 963738 - Annotate XPCNativeMember, r=terrence
2015-04-06 15:56:40 -07:00
doc
Bug 1134198 - Update docs for new Debugger.Frame.onPop spec. (r=tromey)
2015-04-02 17:28:02 -07:00
ds
Bug 1155006: Fix unified build sensitivities in js/src. r=shu
2015-04-15 17:50:15 -07:00
editline
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
frontend
Bug 1152304 - Record the end of block scope notes to be after emission of JSOP_POPBLOCKSCOPE. (r=jimb)
2015-04-15 21:55:21 -07:00
gc
Bug 1154086 - Move DoTracing to Tracer.cpp; r=sfink
2015-04-14 13:28:39 -07:00
gdb
Bug 1146619 - Rename "Prolog" to "Prologue" everywhere. r=efaust
2015-03-23 14:13:26 -07:00
irregexp
Bug 1147629 - Use getStackPointer() and helper functions. r=jandem
2015-03-24 14:44:06 -07:00
jit
Bug 1153999 - Rename markChildren to traceChildren; r=sfink
2015-04-14 13:28:39 -07:00
jit-test
Backed out changeset 564184f293a6 (bug 891107) for mochitest-other failure on a CLOSED TREE
2015-04-18 05:51:24 +09:00
jsapi-tests
Bug 1155006: Fix unified build sensitivities in js/src. r=shu
2015-04-15 17:50:15 -07:00
octane
perf
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
proxy
Bug 895223 - Always pass the holder to JSGetterOps. r=jorendorff,jandem
2015-04-11 13:59:47 +02:00
shell
Bug 1154997 - Deal with self-hosted builtins when stringifying tracked optimization type info. (r=djvj)
2015-04-16 20:32:49 -07:00
tests
Bug 1154480 - Make new Uint8Array().set([], -1) throw a RangeError, not merely an Error. r=till
2015-04-15 10:46:41 -07:00
vm
Bug 1153999 - Rename markChildren to traceChildren; r=sfink
2015-04-14 13:28:39 -07:00
vtune
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
aclocal.m4
configure.in
Bug 1145051: Use MOZ_WARN_UNUSED_RESULT instead of NS_WARN_UNUSED_RESULT. r=glandium
2015-03-19 00:46:40 -07:00
dtoa.c
js-confdefs.h.in
js-config.h.in
js-config.in
js.msg
Bug 1154480 - Make new Uint8Array().set([], -1) throw a RangeError, not merely an Error. r=till
2015-04-15 10:46:41 -07:00
js.pc.in
jsalloc.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsalloc.h
Bug 1155258 - Pass correct pointer to onOutOfMemory() when called from realloc r=terrence
2015-04-17 11:56:50 +01:00
jsapi.cpp
Bug 679939 part 8. Drop the now-unused compileAndGo from CompileOptions. r=luke
2015-04-01 12:05:29 -04:00
jsapi.h
Bug 1155726 - OdinMonkey: add new cache failure code for when storage initialization fails (r=janv)
2015-04-17 13:17:30 -05:00
jsarray.cpp
Bug 1153651 - Define array.length as JSPROP_SHADOWABLE. r=jorendorff
2015-04-14 14:24:45 +02:00
jsarray.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsast.tbl
Bug 913617 - Reflect.parse: rename ArrowExpression to ArrowFunctionExpression. r=jorendorff
2015-03-10 10:50:00 +01:00
jsatom.cpp
Backed out changeset 876c8ee6b132 (bug 1141862) for spidermonkey bustage
2015-04-08 19:05:41 -07:00
jsatom.h
Bug 1147669 - Replace id marking functions with TraceEdge; r=jonco
2015-03-26 10:23:30 -07:00
jsatominlines.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsbool.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsbool.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsboolinlines.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsbytecode.h
jsclist.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jscntxt.cpp
Bug 1153959 - Use RAII to manage tracing details; r=jonco
2015-04-10 13:33:56 -07:00
jscntxt.h
Bug 1154532 - Add ThrowRangeError and ThrowTypeError intrinsics to make self-hosted code's behavior clearer -- and also have each assert that error number and requested error type are consistent. (It appears no self-hosted code throws SyntaxError, ReferenceError, or URIError yet, so no adding functions for those yet.) r=till
2015-04-15 10:55:39 -07:00
jscntxtinlines.h
Bug 895223 - Always pass the holder to JSGetterOps. r=jorendorff,jandem
2015-04-11 13:59:47 +02:00
jscompartment.cpp
Bug 996982 - Fix Debugger script delazification logic to account for relazified clones. (r=bz)
2015-04-07 16:40:34 -07:00
jscompartment.h
Bug 1153354 - Share SetMaybeAliveFlag between the two places we use it; r=jonco
2015-04-08 14:43:39 -07:00
jscompartmentinlines.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jscpucfg.h
jsdate.cpp
Bug 1069979 - Don't throw away timezone-strings with dots in Date() r=evilpie
2015-04-08 19:37:24 +02:00
jsdate.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsdtoa.cpp
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsdtoa.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsexn.cpp
Backed out changeset 564184f293a6 (bug 891107) for mochitest-other failure on a CLOSED TREE
2015-04-18 05:51:24 +09:00
jsexn.h
Backed out changeset 564184f293a6 (bug 891107) for mochitest-other failure on a CLOSED TREE
2015-04-18 05:51:24 +09:00
jsfriendapi.cpp
Bug 1151679 - Stream the property name of getprop and setprop optimization sites. (r=djvj)
2015-04-08 20:36:20 -07:00
jsfriendapi.h
Bug 1062473
: Add 'const' qualifiers to this for some NativeObject methods and free functions. r=terrence
2015-03-11 16:54:11 -07:00
jsfun.cpp
Bug 1141862 - Followup: Remove erronously landed debug spew. r=me
2015-04-08 22:40:51 -07:00
jsfun.h
Backed out changeset 876c8ee6b132 (bug 1141862) for spidermonkey bustage
2015-04-08 19:05:41 -07:00
jsfuninlines.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsgc.cpp
Bug 1149752 - Cancel GC caused by user inactivity if the user becomes active again r=terrence r=smaug
2015-04-13 16:42:41 +01:00
jsgc.h
Bug 1154086 - Move DoTracing to Tracer.cpp; r=sfink
2015-04-14 13:28:39 -07:00
jsgcinlines.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jshashutil.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsiter.cpp
Bug 1149352 - Part 8: Move Object marking to TraceEdge; r=jonco
2015-03-30 16:08:06 -07:00
jsiter.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jskwgen.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jslibmath.h
jslock.h
jsmath.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsmath.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsnativestack.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsnativestack.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsnum.cpp
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsnum.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsobj.cpp
Bug 1153999 - Rename markChildren to traceChildren; r=sfink
2015-04-14 13:28:39 -07:00
jsobj.h
Bug 1153999 - Rename markChildren to traceChildren; r=sfink
2015-04-14 13:28:39 -07:00
jsobjinlines.h
Bug 1125567 - Remove FindClassPrototype/FindClassObject. r=jorendorff
2015-04-03 17:01:14 +02:00
json.cpp
Bug 1148568 - In JSON.parse with a reviver callback, ignore failure when defining properties. r=Waldo.
2015-03-23 14:32:30 -05:00
json.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsopcode.cpp
Bug 1147939 - The expression decompiler can't assume that it's called directly from script. (r=bhackett)
2015-04-15 21:55:21 -07:00
jsopcode.h
Bug 1147216 part 1 - Give JSOP_LINENO a 4-byte instead of 2-byte operand. r=luke
2015-04-10 11:38:50 +02:00
jsopcodeinlines.h
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsprf.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsprf.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jspropertytree.cpp
Bug 991752 - Always check has[G|S]etterObject before updating the Shape; r=jonco
2015-04-07 10:51:46 -07:00
jspropertytree.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsprototypes.h
Bug 1079919 - Part 0: Add RegExp ClassSpec. r=bholley
2015-03-18 18:22:05 +09:00
jspubtd.h
Bug 1150011 - Fix GC hash table checks to work in release builds r=nbp
2015-04-07 15:58:09 +01:00
jsreflect.cpp
Backed out changeset 876c8ee6b132 (bug 1141862) for spidermonkey bustage
2015-04-08 19:05:41 -07:00
jsreflect.h
jsscript.cpp
Bug 1153999 - Rename markChildren to traceChildren; r=sfink
2015-04-14 13:28:39 -07:00
jsscript.h
Bug 1153999 - Rename markChildren to traceChildren; r=sfink
2015-04-14 13:28:39 -07:00
jsscriptinlines.h
Bug 674779 - Per-component CPU monitoring, low-level. r=blassey, r=jandem
2015-03-31 12:40:52 +02:00
jsshell.msg
jsstr.cpp
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsstr.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jstypes.h
Bug 1144366 followup - Stop declaring multiple pointers on a single line. r=jorendorff
2015-04-02 11:22:21 +02:00
jsutil.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsutil.h
Backed out changeset 42ed856b37d9 (bug 1153382) to see if it unbreaks e10s-bc1 CLOSED TREE
2015-04-15 16:45:41 -07:00
jsversion.h
jswatchpoint.cpp
Bug 1149352 - Part 8: Move Object marking to TraceEdge; r=jonco
2015-03-30 16:08:06 -07:00
jswatchpoint.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
jsweakcache.h
Bug 1149352 - Templatize IsMarked and IsAboutToBeFinalized; r=jonco
2015-03-27 16:22:52 -07:00
jsweakmap.cpp
Bug 1149352 - Part 8: Move Object marking to TraceEdge; r=jonco
2015-03-30 16:08:06 -07:00
jsweakmap.h
Bug 1149526 - Rework HeapPtr lifetime checks using TLS r=terrence
2015-04-09 18:08:54 +01:00
jswin.h
jswrapper.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
make-source-package.sh
Bug 1062473
: Use mozalloc's moz_malloc_size_of in the JS shell, not our own custom copy. r=glandium
2015-04-13 16:11:32 -07:00
Makefile.in
moz.build
Bug 1136898 - IonMonkey: Remove the LinearScan allocator and associated code r=jandem
2015-04-14 22:36:11 -07:00
NamespaceImports.h
Bug 1143521 - Remove IsPoisonedPtr stuff, r=sfink.
2015-03-18 18:01:35 -07:00
prmjtime.cpp
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
prmjtime.h
Bug 1144366 - Switch SpiderMonkey and XPConnect style from |T *t| to |T* t|. r=jorendorff
2015-03-28 23:22:11 +01:00
README.html
symverscript.in
Y.js