..
asmjs
Bug 1130811 - Split PNK_OBJECT_PROPERTY_NAME out of PNK_NAME, so that PNK_NAME is *always* a name reference and the other is *always* the identifier used to specify a property name in an object literal. r=efaust
2015-02-11 16:12:18 -08:00
builtin
Bug 1074237 - futex API implementation. r=luke
2015-02-20 14:06:35 +01:00
ctypes
Backed out 2 changesets (bug 1131424) for continuing problems on a CLOSED TREE
2015-02-17 15:38:38 -08:00
devtools
Bug 1101662 - Run jstests.py during spidermonkey shell builds. r=sfink
2015-02-21 03:37:39 +09:00
doc
Bug 1130214 - Add an .allowUnobservedAsmJS accessor on Debugger instances. (r=jimb)
2015-02-13 16:53:22 -08:00
ds
Bug 1131783 - Mark various unlikely conditions as MOZ_UNLIKELY r=waldo
2015-02-12 08:37:01 -08:00
editline
frontend
Bug 1120168 - Do not use RegExp literal and do not call RegExp constructor before self-hosting global is initialized in Intl.js. r=till
2015-02-20 21:46:03 +09:00
gc
Bug 1133759 - Always shrink GC buffers at the end of a shrinking GC r=terrence
2015-02-18 12:35:05 +00:00
gdb
Bug 1130928: In js/src/gdb/mozilla/Root.py, rename BarrieredBase pretty-printer appropriately. DONTBUILD r=sfink
2015-02-08 20:54:14 -08:00
irregexp
Bug 1118604 - move activation fields. r=jandem
2015-01-26 15:40:11 +01:00
jit
Bug 1109924. Remove pointless DOM proxy handler guards that are covered by the shape guards we have already done. r=jandem
2015-02-19 14:35:15 -05:00
jit-test
Bug 1132770 - Don't omit overrecursion check in scripts with potential scripted getter/setter ICs. r=sunfish
2015-02-19 13:19:05 +01:00
jsapi-tests
Bug 1132045 - Add handles to various equality operations. r=jandem
2015-02-17 15:03:23 +01:00
octane
perf
proxy
Bug 1121554 - Include receiver argument in setProperty hooks, r=jorendorff.
2015-02-14 08:50:48 -07:00
shell
Bug 1131953 - SharedArrayBuffer mailbox for the shell. r=luke
2015-02-20 14:06:35 +01:00
tests
Bug 1131953 - futex and SAB mbx test cases for the shell. r=luke
2015-02-20 14:06:35 +01:00
vm
Bug 1135031 - Call HasProperty instead NativeLookupProperty in args_enumerate. r=jorendorff
2015-02-20 19:10:06 +01:00
vtune
aclocal.m4
configure.in
Bug 1030842 - Typo fix for configure when --enable-export-js is set. r=glandium
2015-02-09 17:10:19 -08:00
dtoa.c
js-confdefs.h.in
js-config.h.in
Bug 1125929 - Remove the unused GC stack capture; r=billm
2015-01-28 11:52:01 -08:00
js-config.in
js.msg
Bug 1074237 - futex API implementation. r=luke
2015-02-20 14:06:35 +01:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp
Bug 1074237 - futex API implementation. r=luke
2015-02-20 14:06:35 +01:00
jsapi.h
Bug 1074237 - futex API implementation. r=luke
2015-02-20 14:06:35 +01:00
jsarray.cpp
Bug 1132286 - Simplify NewObjectCache allocation path now that we are exactly rooted; r=sfink
2015-02-13 11:36:40 -08:00
jsarray.h
Bug 1132149 - Handlify the proto arg for NewArray; r=sfink
2015-02-11 12:54:32 -08:00
jsast.tbl
Bug 1122334 - Part 1: Support ES7 comprehension syntax with multiple ComprehensionIf in Reflect.parse. r=jorendorff
2015-01-23 19:21:37 +09:00
jsatom.cpp
jsatom.h
jsatominlines.h
jsbool.cpp
Bug 1130708 - Remove js::types namespace, r=jandem.
2015-02-08 06:01:13 -07:00
jsbool.h
Bug 1111248. r=Waldo
2015-01-24 13:37:46 -05:00
jsboolinlines.h
Bug 1111248. r=Waldo
2015-01-24 13:37:46 -05:00
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 1121433 - Remove clone-at-call-site functionality (r=shu,jandem)
2015-02-09 18:16:12 -06:00
jscntxt.h
Bug 1131783 - Mark various unlikely conditions as MOZ_UNLIKELY r=waldo
2015-02-12 08:37:01 -08:00
jscntxtinlines.h
Bug 1118604 - move activation fields. r=jandem
2015-01-26 15:40:11 +01:00
jscompartment.cpp
Bug 1133900 - Only collect JS telemetry for web content (not add-on or chrome JS). r=jandem
2015-02-17 11:00:02 -08:00
jscompartment.h
Bug 1133900 - Only collect JS telemetry for web content (not add-on or chrome JS). r=jandem
2015-02-17 11:00:02 -08:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp
Bug 1130708 - Remove js::types namespace, r=jandem.
2015-02-08 06:01:13 -07:00
jsdate.h
jsdtoa.cpp
Bug 1125929 - Fix identifier conflict between dtoa.c and windows.h; r=terrence
2015-01-29 15:18:00 -08:00
jsdtoa.h
jsexn.cpp
Bug 1130708 - Remove js::types namespace, r=jandem.
2015-02-08 06:01:13 -07:00
jsexn.h
jsfriendapi.cpp
Bug 1131877 - Part 2: Handlify the proto arg to NewObject functions; r=sfink
2015-02-13 09:36:40 -08:00
jsfriendapi.h
bug 1133075 - add more MOZ_OVERRIDE r=froydnj, waldo, jrmuizel
2015-02-18 17:03:30 -05:00
jsfun.cpp
Bug 1133254 - Dehandlify shape-updating object methods, allow setting multiple flags on an object at once, r=terrence.
2015-02-18 08:08:36 -07:00
jsfun.h
Bug 1073816 - Implement ES6 Function.prototype.bind length handling. r=Till,bholley
2015-02-09 19:42:20 +01:00
jsfuninlines.h
Bug 1125930 - Rename TypeObject to ObjectGroup, r=jandem.
2015-02-02 11:20:38 -07:00
jsgc.cpp
Bug 1133759 - Always shrink GC buffers at the end of a shrinking GC r=terrence
2015-02-18 12:35:05 +00:00
jsgc.h
Bug 1129226 - Refactor ObjectGroup class and accessors, r=jandem.
2015-02-06 09:13:29 -07:00
jsgcinlines.h
Bug 1133140 - Part 1: Split GCIfNeeded out of CheckAllocatorState; r=sfink
2015-02-13 15:53:21 -08:00
jshashutil.h
Bug 1129226 - Refactor ObjectGroup class and accessors, r=jandem.
2015-02-06 09:13:29 -07:00
jsiter.cpp
Bug 1131877 - Part 2: Handlify the proto arg to NewObject functions; r=sfink
2015-02-13 09:36:40 -08:00
jsiter.h
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
Bug 1101356 - MHypot Instruction supports up to four arguments. r=nbp
2015-01-27 18:58:17 +01:00
jsmath.h
Bug 1101356 - MHypot Instruction supports up to four arguments. r=nbp
2015-01-27 18:58:17 +01:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 1130708 - Remove js::types namespace, r=jandem.
2015-02-08 06:01:13 -07:00
jsnum.h
jsobj.cpp
Bug 1133254 - Dehandlify shape-updating object methods, allow setting multiple flags on an object at once, r=terrence.
2015-02-18 08:08:36 -07:00
jsobj.h
Bug 1133254 - Dehandlify shape-updating object methods, allow setting multiple flags on an object at once, r=terrence.
2015-02-18 08:08:36 -07:00
jsobjinlines.h
Bug 1127167 - Avoid creating mutant half-native half-non-native objects when making unboxed layouts, r=jandem.
2015-02-14 08:48:08 -07:00
json.cpp
Bug 1130708 - Remove js::types namespace, r=jandem.
2015-02-08 06:01:13 -07:00
json.h
jsopcode.cpp
Bug 1130849 - Rename jsinfer files, r=jandem.
2015-02-09 09:20:25 -07:00
jsopcode.h
Bug 1093668 - Cleanup jsopcode.h. r=jandem
2015-01-14 10:05:46 +01:00
jsopcodeinlines.h
jsprf.cpp
jsprf.h
jspropertytree.cpp
Bug 1129424 - Remove obsolete check that shape's parent hasn't been reallocated r=terrence
2015-02-05 10:45:03 +00:00
jspropertytree.h
jsprototypes.h
Bug 1117242 - SavedFrame objects should do principal checks for every accessor; r=jimb,jandem,bz
2015-02-13 09:21:50 -08:00
jspubtd.h
Bug 1125930 - Rename TypeObject to ObjectGroup, r=jandem.
2015-02-02 11:20:38 -07:00
jsreflect.cpp
Bug 1130811 - Split PNK_OBJECT_PROPERTY_NAME out of PNK_NAME, so that PNK_NAME is *always* a name reference and the other is *always* the identifier used to specify a property name in an object literal. r=efaust
2015-02-11 16:12:18 -08:00
jsreflect.h
jsscript.cpp
Bug 1132224 - Reword delazification method names and remove stale reference to "debug mode". (r=jimb)
2015-02-13 16:53:22 -08:00
jsscript.h
Backout 4a21032847e0 (bug 1131759) on suspicion of tsvgx regression.
2015-02-18 23:47:38 -08:00
jsscriptinlines.h
Bug 1130214 - Add an .allowUnobservedAsmJS accessor on Debugger instances. (r=jimb)
2015-02-13 16:53:22 -08:00
jsshell.msg
jsstr.cpp
Bug 1130849 - Rename jsinfer files, r=jandem.
2015-02-09 09:20:25 -07:00
jsstr.h
Bug 1125930 - Rename TypeObject to ObjectGroup, r=jandem.
2015-02-02 11:20:38 -07:00
jstypes.h
jsutil.cpp
Bug 1125185
- Define MOZ_COLD for marking "cold" functions r=waldo
2015-01-26 17:30:19 -08:00
jsutil.h
Bug 1125185
- Define MOZ_COLD for marking "cold" functions r=waldo
2015-01-26 17:30:19 -08:00
jsversion.h
Bug 1069416 - Part 1: Remove JS_HAS_SYMBOLS. r=evilpie
2015-01-28 13:06:37 +09:00
jswatchpoint.cpp
jswatchpoint.h
jsweakcache.h
jsweakmap.cpp
Bug 1127827, part 3 - Weak map get should always return undefined on failure to find the key. r=Waldo,jgraham
2015-02-18 15:40:52 -08:00
jsweakmap.h
jswin.h
jswrapper.h
Bug 1131003 - Move jsproxy.h to js/Proxy.h. r=efaust
2015-02-10 19:58:18 +01:00
make-source-package.sh
Bug 1134428: Update js/src/make-source-package.sh to include all source files now needed for a SpiderMonkey build. DONTBUILD r=sstangl
2015-02-20 10:32:56 -08:00
Makefile.in
Bug 1101662 - Run jstests.py during spidermonkey shell builds. r=sfink
2015-02-21 03:37:39 +09:00
moz.build
Bug 1131003 - Move jsproxy.h to js/Proxy.h. r=efaust
2015-02-10 19:58:18 +01:00
NamespaceImports.h
prmjtime.cpp
prmjtime.h
README.html
symverscript.in
Y.js