..
asmjs
Bug 1253137 - Baldr: move ValType/ExprType into WasmBinary.h and tidy up WasmBinary.h (r=sunfish)
2016-03-05 17:45:56 -06:00
builtin
Bug 1253137 - Baldr: change wasmEvalText/Wasm.instantiateModule to return/take a typed array view instead of buffer (r=sunfish)
2016-03-05 17:45:54 -06:00
ctypes
Bug 1245877 - Expose error message names via the debugger object; r=jorendorff
2016-03-04 12:21:57 -08:00
devtools
Bug 1250190: Make DebuggeeWouldRun checks not assume we always unlock before re-locking. r=fitzgen
2016-03-02 11:09:40 -08:00
doc
Bug 1245877 - Expose error message names via the debugger object; r=jorendorff
2016-03-04 12:21:57 -08:00
ds
Bug 1247789: Fix comment for js::Fifo DONTBUILD r=fitzgen
2016-02-11 16:02:17 -08:00
editline
frontend
Bug 932080 - Support default values in destructuring; r=jorendorff
2016-03-05 12:51:38 -08:00
gc
Bug 1252713 - Fix FILES_PER_UNIFIED_FILE=1 bustage in js/. r=terrence
2016-03-02 09:15:00 -05:00
gdb
Bug 1235615 - Split JS::CompartmentOptions into JS::CompartmentCreationOptions that are immutable characteristics of a compartment, and JS::CompartmentBehaviors that may be changed after the compartment's been created. r=terrence
2015-12-28 16:15:52 -06:00
irregexp
Bug 1236321 - Annotate intentional switch fallthroughs to suppress -Wimplicit-fallthrough warnings in js/. r=luke
2015-12-31 01:05:49 -07:00
jit
Bug 1247832 - Adjust framePushed value in unboxed array baseline IC failure path, r=jandem.
2016-03-04 16:09:44 -07:00
jit-test
Merge m-c to inbound. a=merge
2016-03-05 19:30:51 -05:00
jsapi-tests
Bug 1253137 - Baldr: switch from expression-count to function body byte size (r=sunfish)
2016-03-04 18:43:00 -06:00
octane
perf
Bug 1239601 - improve the UniquePtr situation (r=jandem)
2016-01-15 18:26:20 -06:00
proxy
Bug 1249896 - Part 5: Remove unused ReportInvalidTrapResult. r=efaust
2016-02-23 23:45:48 +09:00
shell
Bug 1253137 - Baldr: change wasmEvalText/Wasm.instantiateModule to return/take a typed array view instead of buffer (r=sunfish)
2016-03-05 17:45:54 -06:00
tests
Bug 932080 - Support default values in destructuring; r=jorendorff
2016-03-05 12:51:38 -08:00
vm
Bug 1245877 - Expose error message names via the debugger object; r=jorendorff
2016-03-04 12:21:57 -08:00
vtune
aclocal.m4
configure.in
Bug 1250294 - Make configure a Python script that invokes the old configure.sh. r=ted
2016-02-25 07:22:33 +09:00
dtoa.c
Bug 1245737 (part 0) - Fix a leak in DtoaState. r=sfink.
2016-02-10 17:17:56 +11:00
js-confdefs.h.in
Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps
2015-12-15 08:06:11 +09:00
js-config.h.in
js-config.in
js.msg
Bug 1253137 - Baldr: change wasmEvalText/Wasm.instantiateModule to return/take a typed array view instead of buffer (r=sunfish)
2016-03-05 17:45:54 -06:00
js.pc.in
jsalloc.cpp
jsalloc.h
jsapi.cpp
Bug 1243808 - Allow modules to be compiled off main thread r=shu
2016-02-22 12:50:57 +00:00
jsapi.h
Bug 1245877 - Expose error message names via the debugger object; r=jorendorff
2016-03-04 12:21:57 -08:00
jsarray.cpp
Bug 1248405 - Recover from JSObject::getGroup OOM in CanOptimizeForDenseStorage. r=jandem
2016-02-20 05:43:50 +09:00
jsarray.h
Bug 1137624 - Remove ArrayJoin code duplication, and use a correct alias set. r=jandem
2015-12-23 14:49:48 +00:00
jsast.tbl
jsatom.cpp
Bug 1239601 - improve the UniquePtr situation (r=jorendorff)
2016-01-15 18:26:06 -06:00
jsatom.h
Bug 1238195 - Odin: properly support duplicate exports (r=bbouvier)
2016-01-11 12:37:37 -06:00
jsatominlines.h
jsbool.cpp
jsbool.h
jsboolinlines.h
jsbytecode.h
jsclist.h
jscntxt.cpp
Bug 1245877 - Expose error message names via the debugger object; r=jorendorff
2016-03-04 12:21:57 -08:00
jscntxt.h
Bug 1252905. Don't invoke the interrupt callback while an exception is pending. r=jandem
2016-03-02 12:38:23 -05:00
jscntxtinlines.h
Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl
2016-01-28 11:28:04 +01:00
jscompartment.cpp
Bug 1221378: Properly root object passed to the allocation metadata callback. r=fitzgen
2016-02-22 14:02:38 -08:00
jscompartment.h
Bug 1249123 - Add telemetry for __defineGetter__/__defineSetter__ |this| values. data-review=bsmedberg r=till
2016-02-24 13:27:12 +01:00
jscompartmentinlines.h
jscpucfg.h
jsdate.cpp
Bug 1205298 - Date.parse() should accept a wider range of potential formats; r=jandem
2016-02-08 14:15:28 -06:00
jsdate.h
jsdtoa.cpp
Bug 1248101 - Make dtoa_malloc infallible. r=sfink.
2016-02-16 15:04:45 +11:00
jsdtoa.h
jsexn.cpp
Bug 1251518
. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence
2016-03-01 13:49:21 -05:00
jsexn.h
Bug 912337 - Make a new Error subclass: Debugger.DebuggeeWouldRun. (r=jimb)
2016-02-19 13:46:07 -08:00
jsfriendapi.cpp
Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence
2016-02-29 11:24:00 -05:00
jsfriendapi.h
Bug 1251518
. Fix js::ErrorReportToString to make a bit more sense, and change worker code to not use it anyway, so it matches the mainthread code. r=bholley,terrence
2016-03-01 13:49:21 -05:00
jsfun.cpp
backout Bug 1221144 for perf regression
2016-02-12 04:11:10 -08:00
jsfun.h
backout Bug 1221144 for perf regression
2016-02-12 04:11:10 -08:00
jsfuninlines.h
backout Bug 1221144 for perf regression
2016-02-12 04:11:10 -08:00
jsgc.cpp
Backed out changeset af1b34021a32 (bug 1119537) for SM timeouts
2016-03-01 12:00:50 -08:00
jsgc.h
Backed out changeset af1b34021a32 (bug 1119537) for SM timeouts
2016-03-01 12:00:50 -08:00
jsgcinlines.h
Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence
2016-02-29 11:24:00 -05:00
jshashutil.h
jsiter.cpp
Bug 1246318 - Remove the still disabled Reflect.enumerate code. r=efaust
2016-02-11 22:23:13 +01:00
jsiter.h
Bug 1225396 part 1 - Rename *Iterator stuff to *LegacyIterator. r=jorendorff
2015-12-09 22:54:10 -05:00
jskwgen.cpp
jslibmath.h
jslock.h
jsmath.cpp
Bug 1167248 - Cross compilation fixup.
2016-01-21 13:40:07 +01:00
jsmath.h
Bug 1234736 - IonMonkey: Recover Math.imul as an int32 operation. r=h4writer
2016-01-06 14:37:56 +00:00
jsnativestack.cpp
jsnativestack.h
jsnum.cpp
Bug 1233111 - Add a new ToUint8() function. r=efaust
2015-12-23 09:52:39 -08:00
jsnum.h
jsobj.cpp
Bug 1244841 - Don't measure SharedArrayBuffer objects multiple times. r=lth.
2016-02-12 09:18:46 +11:00
jsobj.h
Bug 1243888 - Derive RootKind automatically from TraceKind; r=sfink
2016-01-27 09:54:53 -08:00
jsobjinlines.h
Bug 1221378: Properly root object passed to the allocation metadata callback. r=fitzgen
2016-02-22 14:02:38 -08:00
json.cpp
Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo
2016-02-10 23:31:33 -05:00
json.h
Bug 1241349 part 1. Introduce a JS::ToJSONMaybeSafely API that's kind of like JS_Stringify but will give you a chance of not having side-effects as long as the input is nice enough. r=waldo
2016-02-10 23:31:33 -05:00
jsopcode.cpp
Bug 1249896 - Part 4: Avoid declaring variable between cases in switch. r=luke
2016-02-23 23:45:48 +09:00
jsopcode.h
Bug 1239601 - improve the UniquePtr situation (r=jandem)
2016-01-15 18:26:20 -06:00
jsopcodeinlines.h
jsprf.cpp
Backed out changeset 94593f55cd01 (bug 1251303) for ASAN failures
2016-02-26 14:23:55 +00:00
jsprf.h
Bug 1232113 - "Make the format specifiers in JS_snprintf() invocations more portable". r=jdemooij
2015-12-12 18:41:00 +01:00
jspropertytree.cpp
Bug 1251833 - Part 3: Merge ArenaHeader into Arena. r=terrence
2016-02-29 11:24:00 -05:00
jspropertytree.h
jsprototypes.h
Bug 1252498 - Baldr: add Wasm object behind pref, default off (r=jorendorff)
2016-03-03 10:20:21 -06:00
jspubtd.h
Bug 1246697 - Use simpler semantics for PersistentRooted<Traceable>; r=sfink
2016-02-10 09:48:28 -08:00
jsscript.cpp
Bug 1250935 - Use mozilla::Variant instead of a raw union and manual tag for ScriptSource::data; r=terrence
2016-02-24 09:46:00 +01:00
jsscript.h
Bug 1250935 - Use mozilla::Variant instead of a raw union and manual tag for ScriptSource::data; r=terrence
2016-02-24 09:46:00 +01:00
jsscriptinlines.h
backout Bug 1221144 for perf regression
2016-02-12 04:11:10 -08:00
jsshell.msg
jsstr.cpp
Bug 1248851 part 1 - Explicitly mark some release() calls result-unused. r=Waldo
2016-02-20 11:06:25 +08:00
jsstr.h
Bug 1239601 - improve the UniquePtr situation (r=jandem)
2016-01-15 18:26:20 -06:00
jstypes.h
bug 1244128 - stop exporting js friend api symbols from libxul r=glandium
2016-02-01 21:40:18 -05:00
jsutil.cpp
Bug 757969 - use __thread in ThreadLocal; r=froydnj
2016-01-22 10:33:44 -07:00
jsutil.h
Bug 1234985 - BaldrMonkey: testing-only (not content visible) wasm hello world (r=bbouvier)
2016-01-25 13:24:41 -06:00
jsversion.h
Bug 1220564 - Remove legacy generator comprehensions. (r=Waldo)
2016-01-06 16:02:15 -08:00
jswatchpoint.cpp
jswatchpoint.h
jsweakmap.cpp
jsweakmap.h
Bug 1101817 - Part 6: Remove Weak{Map,Set}.prototype.clear. r=evilpie
2016-01-12 20:04:11 +01:00
jswin.h
jswrapper.h
Bug 1188364 - Supress GC while transplanting to prevent compacting GC observing intermediate state r=terrence
2016-02-15 10:37:31 +00:00
make-source-package.sh
Makefile.in
moz.build
Bug 1251675 - Add a Mutex<T>
type, based on Rust's std::sync::Mutex<T>
. r=terrence, r=jimb
2016-03-02 11:50:00 -05:00
NamespaceImports.h
Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor in js. r=sstangl
2016-01-28 11:28:04 +01:00
old-configure.in
Bug 1251210 - In configure.py, take AUTOCONF from the environment, if set there. r=ted
2016-02-26 02:08:29 +09:00
README.html
symverscript.in
Y.js