..
build
Bug 1339931 - Add major version to make parallel installable. r=sfink
2017-07-29 10:59:28 +01:00
builtin
Backed out changeset 79aa5930dbf1 (bug 1374239) for asserting in wpt's html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html on Windows x64 debug. r=backout
2017-08-10 16:39:18 +02:00
ctypes
Bug 1384233 - Remove SizePrintfMacros.h. r=froydnj
2017-07-26 16:03:57 -04:00
devtools
Bug 1362338: Manually whitelist nsIAtom::Release in the root analysis. r=froydnj,sfink
2017-08-10 12:20:10 +02:00
doc
Bug 1383158 - Document that Debugger.Object methods may throw on exotic objects. r=tromey
2017-08-03 12:48:38 -07:00
ds
Bug 1342023 - Part 1: Remove ProtectedReallocPolicy from PageProtectingVector. r=jandem
2017-07-26 08:53:00 -04:00
editline
frontend
Bug 1385310 - Set bufStart and toStringStart for generator expression functions. r=nbp
2017-08-10 09:43:35 +09:00
gc
Bug 1385953 - Remove MemProfiler; r=jandem
2017-08-10 08:28:50 -04:00
gdb
Bug 1385364 - gdb JSString prettyprinter string length limit and invalid char handling, r=jimb
2017-07-25 17:32:12 -07:00
irregexp
Bug 1386680 - irregexp: reduce size of initial evaluation stack (post landing fixup). rs=jandem.
2017-08-08 16:10:59 +02:00
jit
Bug 1385953 - Remove MemProfiler; r=jandem
2017-08-10 08:28:50 -04:00
jit-test
Backed out changeset 79aa5930dbf1 (bug 1374239) for asserting in wpt's html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html on Windows x64 debug. r=backout
2017-08-10 16:39:18 +02:00
jsapi-tests
Backed out changeset 000f28217a30 (bug 1384513) for perf regressions.
2017-08-01 10:42:04 +02:00
octane
perf
Bug 1370608 part 1 - Move newEnumerate hook from ObjectOps to ClassOps. r=evilpie,bz
2017-06-14 10:37:44 +02:00
proxy
Bug 1383630 - ScriptedProxyHandler should report which first property a TypeError is thrown for. r=jandem
2017-08-03 13:33:02 -07:00
shell
Backed out changeset 79aa5930dbf1 (bug 1374239) for asserting in wpt's html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html on Windows x64 debug. r=backout
2017-08-10 16:39:18 +02:00
tests
Bug 1382209 - Part 1: Add new restrictions for "yield" and "await" as binding identifiers per ES2018 draft spec. r=shu
2017-08-09 11:37:01 +02:00
threading
vm
Backed out changeset 79aa5930dbf1 (bug 1374239) for asserting in wpt's html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html on Windows x64 debug. r=backout
2017-08-10 16:39:18 +02:00
vtune
Bug 1377651 Make vtune variable non-static so it may be used in a non-static function r=sstangl
2017-07-05 07:12:45 -05:00
wasm
Bug 1388005
- Fix build without Ion. r=nbp
2017-08-08 22:28:50 +09:00
.clang-format
.gitignore
aclocal.m4
build.rs
Cargo.lock
Bug 1376411 - Update libc to 0.2.24 to get support for more Tier3 platforms. r=rillian
2017-06-29 13:09:29 +00:00
Cargo.toml
configure.in
dtoa.c
js-confdefs.h.in
js-config.h.in
js.msg
Backed out changeset 79aa5930dbf1 (bug 1374239) for asserting in wpt's html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html on Windows x64 debug. r=backout
2017-08-10 16:39:18 +02:00
jsalloc.cpp
jsalloc.h
Bug 1379538 - Unresolved symbols when linking program to standalone SpiderMonkey. r=fitzgen
2017-07-11 10:59:00 -04:00
jsapi.cpp
Backed out changeset 79aa5930dbf1 (bug 1374239) for asserting in wpt's html/semantics/scripting-1/the-script-element/module/instantiation-error-2.html on Windows x64 debug. r=backout
2017-08-10 16:39:18 +02:00
jsapi.h
merge mozilla-inbound to mozilla-central a=merge
2017-08-08 13:18:14 +02:00
jsarray.cpp
Bug 1386555 - Inline AutoGeckoProfilerEntry constructor and destructor. r=anba
2017-08-04 15:15:05 +02:00
jsarray.h
Bug 1377279 - Fine-tune array built-ins. r=djvj
2017-06-29 14:59:14 -07:00
jsarrayinlines.h
jsast.tbl
jsatom.cpp
Bug 1370069 - Fix several issues with incremental atom sweeping r=sfink
2017-06-06 09:46:15 +01:00
jsatom.h
jsatominlines.h
Bug 1370210 - Optimize ValueToId and ValueToIdPure to check the common cases first. r=evilpie
2017-06-22 11:11:46 +02:00
jsbool.cpp
Bug 1379222 - Avoid [[Get]] for "prototype" property when calling builtin constructors. r=jandem
2017-07-10 04:55:54 -07:00
jsbool.h
jsboolinlines.h
Bug 1368446 - Fix gray marking assertion failures by calling ExposeObjectToActiveJS in UncheckedUnwrap r=sfink
2017-06-07 09:51:26 +01:00
jsbytecode.h
jscntxt.cpp
Bug 1386199 - Don't interrupt regexp JIT code for non-urgent interrupts. r=bhackett
2017-08-05 11:22:04 +02:00
jscntxt.h
Bug 1386199 - Don't interrupt regexp JIT code for non-urgent interrupts. r=bhackett
2017-08-05 11:22:04 +02:00
jscntxtinlines.h
Bug 1376961 - Inline CurrentThreadIsHeapBusy in START_ASSERT_SAME_COMPARTMENT to avoid a TLS lookup for each compartment check. r=jonco
2017-06-28 16:11:47 -07:00
jscompartment.cpp
merge mozilla-inbound to mozilla-central a=merge
2017-08-08 13:18:14 +02:00
jscompartment.h
merge mozilla-inbound to mozilla-central a=merge
2017-08-08 13:18:14 +02:00
jscompartmentinlines.h
Bug 1363200 - JSAPI for realms: Add JS::Realm opaque type and GC rooting policy for it. r=sfink
2017-06-29 09:57:46 -07:00
jscpucfg.h
jsdate.cpp
Backed out changeset 07dd7b5ed0e8 (bug 1381433)
2017-07-18 17:28:42 +02:00
jsdate.h
jsdtoa.cpp
jsdtoa.h
jsexn.cpp
Bug 1379222 - Avoid [[Get]] for "prototype" property when calling builtin constructors. r=jandem
2017-07-10 04:55:54 -07:00
jsexn.h
jsfriendapi.cpp
Bug 1384399 - Change meaning of js::SystemZoneAvailable to return false if the system zone is owned by the current context (r=bhackett)
2017-07-28 13:11:56 -07:00
jsfriendapi.h
Bug 1385953 - Remove MemProfiler; r=jandem
2017-08-10 08:28:50 -04:00
jsfun.cpp
Bug 1379717 - Throw TypeError when accessing caller/arguments on accessor method. r=shu
2017-07-28 12:55:48 -07:00
jsfun.h
Bug 1383775 - Clean up function toString/toSource code, remove remnants of source decompiler. r=anba
2017-07-25 13:22:11 +02:00
jsfuninlines.h
jsgc.cpp
Bug 1385953 - Remove MemProfiler; r=jandem
2017-08-10 08:28:50 -04:00
jsgc.h
Bug 1377466 - Rename PokeGC and add a reason code for GCs triggered by this r=sfink
2017-07-11 17:17:17 +01:00
jsgcinlines.h
Bug 1382275 - Refactor incremental sweeping to more clearly express the control flow r=sfink
2017-07-26 14:19:11 +01:00
jshashutil.h
jsiter.cpp
Backed out changeset 75d0af6c7c49 (bug 1368454) for failing named-yield-spread-obj.js after asserting !type.isSingleton() at ObjectGroup.cpp:792. r=backout
2017-07-25 16:30:17 +02:00
jsiter.h
Bug 1375505 part 9 - Optimize for-in/JSOP_ITER with a Baseline/Ion IC. r=evilpie
2017-07-15 13:22:34 +02:00
jslibmath.h
jsmath.cpp
Bug 1372877 - Use nullptr in /js (clang-tidy: modernize-use-nullptr). r=nbp
2017-06-14 07:36:00 -04:00
jsmath.h
jsnativestack.cpp
jsnativestack.h
jsnspr.h
jsnum.cpp
Bug 1272697 - Part 3: Implement ReadableStream and associated classes in the JS engine. r=shu
2017-07-29 16:47:26 +02:00
jsnum.h
Bug 1272697 - Part 3: Implement ReadableStream and associated classes in the JS engine. r=shu
2017-07-29 16:47:26 +02:00
jsobj.cpp
Bug 1388354 - Optimize ToPropertyKey a bit. r=anba
2017-08-10 11:11:42 +02:00
jsobj.h
Bug 1383630 - ScriptedProxyHandler should report which first property a TypeError is thrown for. r=jandem
2017-08-03 13:33:02 -07:00
jsobjinlines.h
Bug 1388354 - Optimize ToPropertyKey a bit. r=anba
2017-08-10 11:11:42 +02:00
json.cpp
json.h
jsopcode.cpp
Bug 1386685 part 2 - Change GetUseCount and GetDefCount to take pc instead of script + offset. r=tcampbell
2017-08-03 16:06:42 +02:00
jsopcode.h
Bug 1386685 - Clean up and inline StackDefs and StackUses functions. r=tcampbell
2017-08-03 11:21:07 +02:00
jsopcodeinlines.h
Bug 1386685 part 2 - Change GetUseCount and GetDefCount to take pc instead of script + offset. r=tcampbell
2017-08-03 16:06:42 +02:00
jsprf.cpp
Bug 1381727 (part 1) - Remove JS_smprintf_free(). r=sfink.
2017-07-25 09:09:23 +10:00
jsprf.h
Bug 1381727 (part 1) - Remove JS_smprintf_free(). r=sfink.
2017-07-25 09:09:23 +10:00
jsprototypes.h
Bug 1272697 - Part 3: Implement ReadableStream and associated classes in the JS engine. r=shu
2017-07-29 16:47:26 +02:00
jspubtd.h
jsscript.cpp
Bug 1387115 - Expose WebAssembly instance memory and globals via debugger scope. r=luke
2017-08-04 16:53:12 -05:00
jsscript.h
Bug 1383343 part 1 - Avoid StringBuffer overhead in FunctionToString in the common case. r=anba
2017-07-25 14:55:06 +02:00
jsscriptinlines.h
jsshell.msg
jsstr.cpp
Bug 1383647 - Part 2: Add unicode::Can{Lower,Upper}Case specialized for Latin1 characters. r=jandem
2017-08-01 11:35:35 -07:00
jsstr.h
Bug 1383647 - Part 1: Use direct vm calls for String.prototype.toLower/UpperCase. r=jandem
2017-08-01 11:35:30 -07:00
jstypes.h
jsutil.cpp
jsutil.h
jsversion.h
jswatchpoint.cpp
jswatchpoint.h
jsweakmap.cpp
Bug 1380030 - Simplify and refactor use of isMarked*() methods r=sfink
2017-07-12 18:31:55 +01:00
jsweakmap.h
Bug 1371234 - Clear GC edges when deleting a GC managed object outside a GC r=sfink
2017-06-14 10:29:52 +01:00
jswin.h
jswrapper.h
Bug 1383775 - Clean up function toString/toSource code, remove remnants of source decompiler. r=anba
2017-07-25 13:22:11 +02:00
lib.rs
make-source-package.sh
Bug 1380338 - Convert taskgraph unit tests to the |mach python-test| framework, r=dustin
2017-07-12 10:47:14 -04:00
Makefile.in
moz.build
Bug 1385953 - Remove MemProfiler; r=jandem
2017-08-10 08:28:50 -04:00
NamespaceImports.h
old-configure.in
Bug 1385276 - move PROFILE_*FLAGS to moz.configure; r=mshal
2017-08-04 13:56:38 -04:00
README.html
Y.js