..
asmjs
Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke
2015-06-12 10:20:59 +02:00
builtin
Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem.
2015-06-10 09:42:22 -07:00
ctypes
Bug 1164664 - Switch to new-style error-reporting for PrepareScriptEnvironment. r=jimb
2015-05-26 13:51:45 -07:00
devtools
No Bug - Remove an unneeded annotation DONTBUILD; r=sfink
2015-06-10 14:50:55 -07:00
doc
Bug 1169869 - Document the Debugger's onPromiseSettled hook DONTBUILD; r=jimb
2015-06-04 17:33:49 -07:00
ds
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
editline
…
frontend
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
gc
Bug 1162986
- Allow objects to be turned into singletons dynamically, r=jandem.
2015-06-14 08:02:44 -07:00
gdb
Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink
2015-05-13 14:07:34 -07:00
irregexp
Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke
2015-06-12 10:20:59 +02:00
jit
Bug 1162986
- Allow objects to be turned into singletons dynamically, r=jandem.
2015-06-14 08:02:44 -07:00
jit-test
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
jsapi-tests
Bug 1173787. The column number of an exception populated via PopulateReportBlame should be 1-based. r=fitzgen
2015-06-12 22:21:44 -04:00
octane
…
perf
Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink
2015-05-13 14:07:34 -07:00
proxy
Bug 1141865 - Part 2: Plumb new.target on the stack and make it accessible to JSNatives. (r=jorendorff, r=jandem, r=shu)
2015-06-03 02:01:14 -07:00
shell
Bug 977805 - Add an option to mark JIT pages as non-writable. r=luke
2015-06-12 10:20:59 +02:00
tests
Bug 1173787. The column number of an exception populated via PopulateReportBlame should be 1-based. r=fitzgen
2015-06-12 22:21:44 -04:00
vm
Bug 1162986
- Allow objects to be turned into singletons dynamically, r=jandem.
2015-06-14 08:02:44 -07:00
vtune
…
Makefile.in
Bug 1169769 - Stop pretending js/src is a top-level directory. r=gps
2015-06-10 10:49:23 +09:00
NamespaceImports.h
Bug 1159714 - Templatise AutoVectorRooter implementation r=terrence
2015-05-01 16:26:10 +01:00
README.html
…
Y.js
…
aclocal.m4
bug 1172632 - Move some allocator related configure checks in a common location for both top-level and js/src to use. r=mshal
2015-06-10 10:49:22 +09:00
configure.in
bug 1163828 - build system changes to support building for iOS. r=glandium
2015-06-10 11:10:40 -04:00
dtoa.c
…
js-confdefs.h.in
…
js-config.h.in
…
js-config.in
…
js.msg
Bug 1170716 - Part 2: Report unreachable code after return statement as JSEXN_NONE. r=jandem
2015-06-11 13:14:13 +09:00
js.pc.in
…
jsalloc.cpp
…
jsalloc.h
…
jsapi.cpp
Bug 1158133 - Add a way to disable async stacks, and disable by default on mobile platforms. r=bent,jimb
2015-06-09 11:17:09 +02:00
jsapi.h
Merge fx-team to central, a=merge
2015-06-11 17:18:11 -07:00
jsarray.cpp
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
jsarray.h
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
jsast.tbl
Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu)
2015-06-03 02:01:15 -07:00
jsatom.cpp
…
jsatom.h
…
jsatominlines.h
…
jsbool.cpp
…
jsbool.h
…
jsboolinlines.h
…
jsbytecode.h
…
jsclist.h
…
jscntxt.cpp
Bug 1173787. The column number of an exception populated via PopulateReportBlame should be 1-based. r=fitzgen
2015-06-12 22:21:44 -04:00
jscntxt.h
Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem.
2015-06-10 09:42:22 -07:00
jscntxtinlines.h
Bug 1163059
- Add a more convenient wrapper for isAtomsZone; r=sfink
2015-05-07 10:17:49 -07:00
jscompartment.cpp
Bug 887030 - Allow inlining of heapState checks from outside JSAPI; r=jonco
2015-06-02 11:47:08 -07:00
jscompartment.h
Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl
2015-06-02 17:28:32 +09:00
jscompartmentinlines.h
…
jscpucfg.h
…
jsdate.cpp
Backed out changeset e9a4931b119c (bug 861219)
2015-05-12 12:27:20 +02:00
jsdate.h
Bug 1158399 - Ensure/assert that DateObject::setUTCTime never stores a non-TimeClip'd value in the reserved slot. r=evilpie
2015-04-30 20:03:30 -07:00
jsdtoa.cpp
…
jsdtoa.h
…
jsexn.cpp
Bug 1173787. The column number of an exception populated via PopulateReportBlame should be 1-based. r=fitzgen
2015-06-12 22:21:44 -04:00
jsexn.h
Bug 1067610 - Refactor backtracking allocator to handle grouped registers better, r=sunfish.
2015-05-18 20:20:14 -06:00
jsfriendapi.cpp
Bug 1135993 - Remove js::IsInNonStrictPropertySet. r=jorendorff
2015-06-02 23:27:39 +02:00
jsfriendapi.h
Bug 1114079 - Fix overrecursion check in nsGlobalWindow::SetNewDocument to not report a JS exception. r=bz
2015-06-12 09:41:16 +02:00
jsfun.cpp
Bug 1172513 part 2. When XDR-encoding a function, don't incode temporary flags. r=waldo
2015-06-11 22:34:37 -04:00
jsfun.h
Bug 1172513 part 2. When XDR-encoding a function, don't incode temporary flags. r=waldo
2015-06-11 22:34:37 -04:00
jsfuninlines.h
Bug 1164602 - Replace js::NullPtr and JS::NullPtr with nullptr_t; r=sfink
2015-05-13 14:07:34 -07:00
jsgc.cpp
Backed out changeset 136d0f3fe47c (bug 1172193) for causing bc3 leaks in browser_notifications.js on a CLOSED TREE
2015-06-11 16:35:44 +02:00
jsgc.h
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
jsgcinlines.h
Bug 1167318 - Remove GetGCThingTraceKind in favor of the typed Cell variants; r=jonco
2015-05-21 11:41:18 -07:00
jshashutil.h
Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence
2015-05-01 16:26:10 +01:00
jsiter.cpp
Bug 1141865 - Part 2: Plumb new.target on the stack and make it accessible to JSNatives. (r=jorendorff, r=jandem, r=shu)
2015-06-03 02:01:14 -07:00
jsiter.h
Bug 1157703 - Cache iterators involving unboxed objects, r=jandem.
2015-05-03 15:27:12 -07:00
jskwgen.cpp
…
jslibmath.h
…
jslock.h
…
jsmath.cpp
Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl
2015-06-02 17:28:32 +09:00
jsmath.h
Bug 774364 - Part 1: Inline Math.random() in Ion on x86_64. r=sstangl
2015-06-02 17:28:32 +09:00
jsnativestack.cpp
Bug 1165460 - Work around on-demand linker badness with NDK r10e/GCC 4.9 r=dhylands,glandium
2015-06-03 10:26:18 -05:00
jsnativestack.h
…
jsnum.cpp
Bug 1140482 - Add JSPROP_RESOLVING. Give NativeDefineProperty standard behavior in cases where a non-resolving define needs to trigger a resolve hook. r=Waldo.
2015-05-01 14:03:17 -05:00
jsnum.h
…
jsobj.cpp
Bug 1162986
- Allow objects to be turned into singletons dynamically, r=jandem.
2015-06-14 08:02:44 -07:00
jsobj.h
Bug 1162986
- Allow objects to be turned into singletons dynamically, r=jandem.
2015-06-14 08:02:44 -07:00
jsobjinlines.h
Bug 1169250 - Zero-initialize all function object members r=jandem
2015-05-29 10:50:18 +01:00
json.cpp
Bug 1140482 - Add JSPROP_RESOLVING. Give NativeDefineProperty standard behavior in cases where a non-resolving define needs to trigger a resolve hook. r=Waldo.
2015-05-01 14:03:17 -05:00
json.h
…
jsopcode.cpp
Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu)
2015-06-03 02:01:15 -07:00
jsopcode.h
Bug 1147403 part 1 - Move Sprinter into its own header and add a FILE & LifoAlloc variants. r=h4writer
2015-05-28 19:26:54 +02:00
jsopcodeinlines.h
…
jsprf.cpp
Bug 1170750 - jsprf.cpp: Sort headers properly. r=me
2015-06-12 17:14:59 +02:00
jsprf.h
…
jspropertytree.cpp
…
jspropertytree.h
…
jsprototypes.h
…
jspubtd.h
Bug 1171780
- We no longer need to cast out of barrieried types in GC; r=jonco
2015-06-05 09:01:12 -07:00
jsreflect.cpp
Bug 1141865 - Part 3: Parse new.target, add Reflect support, and tests. (r=jorendorff, r=shu)
2015-06-03 02:01:15 -07:00
jsreflect.h
…
jsscript.cpp
Bug 1172943 - Use unboxed arrays for JSON and script literal arrays, r=jandem.
2015-06-13 07:54:06 -07:00
jsscript.h
Bug 1147403 part 7 - Fix inIon, only reset the counter when the function is executed. r=jandem
2015-05-28 19:26:56 +02:00
jsscriptinlines.h
…
jsshell.msg
…
jsstr.cpp
Bug 1170372 - Use unboxed arrays for Array() and other functions keyed to allocation sites, r=jandem.
2015-06-10 09:42:22 -07:00
jsstr.h
Bug 1147403 part 2 - IonMonkey: Use GenericPrinter& instead of FILE* for *::dump functions. r=h4writer
2015-05-28 19:26:55 +02:00
jstypes.h
…
jsutil.cpp
Bug 1155618 - Add better support for testing OOM behaviour r=terrence
2015-05-22 18:52:38 +01:00
jsutil.h
Bug 1171430 - Don't shift the poison value by non-byte values; r=jonco
2015-06-10 08:58:36 -07:00
jsversion.h
…
jswatchpoint.cpp
Bug 1169692 - Use virtual dispatch in WeakMapTracer instead of function pointers; r=sfink, r=mccr8
2015-06-01 13:14:11 -07:00
jswatchpoint.h
…
jsweakcache.h
…
jsweakmap.cpp
Bug 1171780
- We no longer need to cast out of barrieried types in GC; r=jonco
2015-06-05 09:01:12 -07:00
jsweakmap.h
Bug 1171780
- We no longer need to cast out of barrieried types in GC; r=jonco
2015-06-05 09:01:12 -07:00
jswin.h
Bug 1155838 - Fix a build warning on windows; r=till
2015-04-17 12:41:31 -07:00
jswrapper.h
Bug 1166847 followup: Add 'override' annotation to some new overriding methods in jswrapper.h. rs=ehsan
2015-06-02 19:45:24 -07:00
make-source-package.sh
…
moz.build
Bug 1168750 - SharedStubs: (part3) Make split between baseline only and shared stubs, r=jandem
2015-06-08 16:38:55 +02:00
prmjtime.cpp
…
prmjtime.h
…
symverscript.in
…