..
builtin
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
ctypes
…
devtools
Merge m-c to inbound. a=merge
2017-01-18 09:54:06 -05:00
doc
Bug 1286948 - onEnterFrame/onLeaveFrame wasm events and callstack. r=shu
2017-01-07 10:40:38 -06:00
ds
Backed out changeset 209d492c3ec5 (bug 1332594) for jit-test failures on a CLOSED TREE.
2017-01-20 18:29:30 -05:00
editline
…
frontend
Bug 1317375 - Implement "Template Literals Revision / Lifting Template Literal Restriction" ECMAScript proposal r=arai
2017-01-19 11:14:00 +09:00
gc
Backed out changeset 6b522b449f3b (bug 1332597) for spidermonkey failures a=backout
2017-01-23 18:01:47 -08:00
gdb
Bug 1332753 - Fix GDB-Iongraph integration. r=nbp
2017-01-20 14:37:00 -05:00
irregexp
Bug 1331606 - Avoid OOM crashes when we reach the executable code limit. r=luke
2017-01-17 16:46:18 +01:00
jit
Bug 1333067 - Remove old Ion GetPropertyIC code. r=h4writer
2017-01-23 17:19:16 +01:00
jit-test
Bug 1333011: wasm: add spec tests for checking segments against actual sizes; r=luke
2017-01-23 14:47:08 +01:00
jsapi-tests
Bug 1321521
- RegisterSets: Add a register type to getAny and add the equivalent hasAny function. r=lth
2017-01-16 12:47:34 +00:00
octane
…
perf
…
proxy
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
shell
Bug 1312446 - Enable SharedArrayBuffer and Atomics by default. r=shu
2017-01-19 17:22:47 +01:00
tests
Bug 1332576 - Guard a test primitive that may not be in all shells. r=bbouvier
2017-01-20 11:40:56 +01:00
threading
Bug 1322464 - Fix an invalid assignment in assertion expression. r=froydnj
2016-12-08 22:04:08 +08:00
vm
Bug 1333000 part 1 - Add more release asserts to type sweeping code. r=jonco
2017-01-23 21:04:15 +01:00
vtune
…
wasm
Bug 1316803 - Remove obsolete comments. r=me DONTBUILD
2017-01-24 11:34:43 +01:00
.clang-format
…
.gitignore
…
Cargo.lock
Bug 1324920 - Update mozjs_sys vendored crates. r=fitzgen,sfink
2016-12-20 14:24:05 -08:00
Cargo.toml
…
Makefile.in
…
NamespaceImports.h
Bug 1331668 - Add a class to encapsulate the possible results of a property lookup r=jandem
2017-01-20 16:10:16 +00:00
README.html
…
Y.js
…
aclocal.m4
…
build.rs
Backed out 4 changesets (bug 1325299) for frequent Win7VM failures in browser_addonPerformanceAlerts.js a=backout
2017-01-20 12:46:34 -08:00
configure.in
…
dtoa.c
…
js-confdefs.h.in
…
js-config.h.in
…
js-config.in
…
js.msg
Bug 1147371 - Implement calling IteratorClose and "return" on iterators in yield*. (r=jandem)
2017-01-14 14:51:39 -08:00
js.pc.in
…
jsalloc.cpp
…
jsalloc.h
…
jsapi.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsapi.h
Bug 1325406 - Refactor rooting base class templates r=sfink r=mccr8
2017-01-10 10:12:14 +00:00
jsarray.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsarray.h
Bug 1320408 - Part 4: Change JSObject::getGroup to static method. r=jandem
2016-12-31 16:03:01 +09:00
jsast.tbl
…
jsatom.cpp
Bug 1317936 part 1 - Add hash code to atoms. r=jonco,jorendorff
2016-11-24 13:39:04 +01:00
jsatom.h
Bug 1317936 part 2 - Use atom hash code for jsid hashing. r=jonco
2016-11-24 13:39:06 +01:00
jsatominlines.h
Bug 1317936 part 1 - Add hash code to atoms. r=jonco,jorendorff
2016-11-24 13:39:04 +01:00
jsautokw.py
…
jsbool.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsbool.h
…
jsboolinlines.h
…
jsbytecode.h
…
jsclist.h
…
jscntxt.cpp
Bug 883377 - Part 1: Implement ES6 function name property semantics. r=jandem,anba
2016-12-03 07:44:20 +09:00
jscntxt.h
Bug 1330769 - Avoid using Symbol addresses in hash codes. r=jandem.
2017-01-12 14:29:38 -06:00
jscntxtinlines.h
…
jscompartment.cpp
Bug 1331606 - Avoid OOM crashes when we reach the executable code limit. r=luke
2017-01-17 16:46:18 +01:00
jscompartment.h
Bug 1330769 - Avoid using Symbol addresses in hash codes. r=jandem.
2017-01-12 14:29:38 -06:00
jscompartmentinlines.h
Bug 1325075 - Fix Value::isGCThing footgun, stop returning true for NullValue. r=jonco,baku
2016-12-26 16:40:21 +01:00
jscpucfg.h
…
jsdate.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsdate.h
…
jsdtoa.cpp
…
jsdtoa.h
…
jsexn.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsexn.h
Bug 1324116 - Baldr: add WebAssembly.LinkError and throw it for errors during instantiation (r=bbouvier)
2016-12-28 09:20:56 -06:00
jsfriendapi.cpp
Bug 1332357 - Fix DumpHeap to only evict the nursery if requested by caller r=sfink
2017-01-20 12:09:07 +00:00
jsfriendapi.h
Bug 1328423 - Add AutoAssertNoContentJS assertion (r=sfink)
2017-01-17 13:28:36 -08:00
jsfun.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsfun.h
Bug 1325075 - Fix Value::isGCThing footgun, stop returning true for NullValue. r=jonco,baku
2016-12-26 16:40:21 +01:00
jsfuninlines.h
Bug 883377 - Part 1: Implement ES6 function name property semantics. r=jandem,anba
2016-12-03 07:44:20 +09:00
jsgc.cpp
Bug 1333059 - use sysconf(_SC_NPROCESSORS_CONF) for numcores on ARM systems that have it. r=luke
2017-01-23 17:28:24 +01:00
jsgc.h
Bug 1173354 - Switch GC statistics over to TimeStamp/TimeDuration, r=jonco
2016-12-22 13:43:42 -08:00
jsgcinlines.h
Bug 1328967 - Allow GCZonesIter to be used by helper threads during GC r=sfink
2017-01-20 12:09:07 +00:00
jshashutil.h
…
jsiter.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsiter.h
Bug 1147371 - Implement IteratorClose for for-of. (r=arai)
2017-01-14 14:51:38 -08:00
jslibmath.h
…
jsmath.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsmath.h
Bug 1325200 part 1 - Simplify AllocateExecutableMemory a bit. r=luke
2017-01-12 12:48:36 +01:00
jsnativestack.cpp
…
jsnativestack.h
…
jsnspr.h
…
jsnum.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsnum.h
Bug 1255128 - Fix ArrayBuffer constructor parameter handling with ToIndex. r=arai
2016-12-24 00:13:39 +01:00
jsobj.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsobj.h
Bug 1320408 - Part 9: Change JSObject::setFlags and depending methods to static method. r=jandem
2017-01-21 17:25:44 +09:00
jsobjinlines.h
Bug 1331668 - Add a class to encapsulate the possible results of a property lookup r=jandem
2017-01-20 16:10:16 +00:00
json.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
json.h
…
jsopcode.cpp
Bug 1147371 - Always decompile argument names in self-hosted code in the caller frame. (r=arai)
2017-01-14 14:51:39 -08:00
jsopcode.h
Bug 1147371 - Implement JSOP_PICK and JSOP_UNPICK in the expression decompiler. (r=arai)
2017-01-14 14:51:39 -08:00
jsopcodeinlines.h
Bug 1147371 - Implement JSOP_PICK and JSOP_UNPICK in the expression decompiler. (r=arai)
2017-01-14 14:51:39 -08:00
jsprf.cpp
…
jsprf.h
…
jspropertytree.cpp
…
jspropertytree.h
…
jsprototypes.h
Bug 1324116 - Baldr: add WebAssembly.LinkError and throw it for errors during instantiation (r=bbouvier)
2016-12-28 09:20:56 -06:00
jspubtd.h
Backed out changeset 2a694bf4a9de (bug 1323241) for causing frequent GC crashes in CI.
2017-01-07 10:45:47 -05:00
jsscript.cpp
Bug 1320408 - Part 12: Change JSScript::sourceData to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsscript.h
Bug 1320408 - Part 12: Change JSScript::sourceData to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsscriptinlines.h
Bug 1320408 - Part 11: Remove JSContext* parameter from JSScript::ensureNonLazyCanonicalFunction. r=jandem
2017-01-21 17:25:45 +09:00
jsshell.msg
…
jsstr.cpp
Bug 1320408 - Part 14: Change some GlobalObject methods to static method. r=jandem
2017-01-21 17:25:45 +09:00
jsstr.h
…
jstypes.h
…
jsutil.cpp
…
jsutil.h
Bug 1326134 - Report whether GC poisoning is enabled in profiles, r=jonco
2016-12-28 17:12:23 -08:00
jsversion.h
…
jswatchpoint.cpp
Bug 1320408 - Part 9: Change JSObject::setFlags and depending methods to static method. r=jandem
2017-01-21 17:25:44 +09:00
jswatchpoint.h
Bug 1317761 - Standardise names of tracing methods r=jandem r=h4writer r=waldo r=bbouvier
2016-11-23 17:45:47 +00:00
jsweakmap.cpp
Bug 1317761 - Standardise names of tracing methods r=jandem r=h4writer r=waldo r=bbouvier
2016-11-23 17:45:47 +00:00
jsweakmap.h
Bug 1317761 - Standardise names of tracing methods r=jandem r=h4writer r=waldo r=bbouvier
2016-11-23 17:45:47 +00:00
jswin.h
…
jswrapper.h
Bug 1320199 - Add a function for throwing permission denied errors. r=arai
2016-11-30 16:06:06 +01:00
lib.rs
…
make-source-package.sh
…
moz.build
Bug 1286948 - Extends AbstractFramePtr to reference wasm::DebugFrame. r=luke,shu
2017-01-07 10:36:11 -06:00
old-configure.in
Backed out 4 changesets (bug 1325299) for frequent Win7VM failures in browser_addonPerformanceAlerts.js a=backout
2017-01-20 12:46:34 -08:00
symverscript.in
…