..
asmjs
Bug 1121434 - Rename ExecutionMode to AnalysisMode. (r=jandem)
2015-01-15 20:22:24 -08:00
builtin
Backed out changesets 178c7164a3cd and 9a7ee9cb2247 (bug 1031203) for bustage.
2015-01-15 14:42:54 -05:00
ctypes
Bug 1113379
- Convert ctypes/typedefs.h into a series of higher-order macros, for better code hygiene and to work around an incredible oddity in NetBSD's <stdint.h>. r=jorendorff
2015-01-09 02:07:39 -08:00
devtools
Bug 1118469 - Disallow storing unrooted pointer in memory pointed to by a UniquePtr, r=terrence
2015-01-08 22:41:07 -08:00
doc
Merge mozilla-central to fx-team
2015-01-15 14:40:29 +01:00
ds
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
2015-01-06 21:39:46 -08:00
editline
Bug 1090016 - Part 2: Replace SpiderMonkey's --enable-sm-fail-on-warnings flag with explicit moz.build FAIL_ON_WARNINGS. r=ted
2014-11-03 18:46:10 -08:00
frontend
Bug 1122246 - Make StaticEvalScope a ScopeObject instead of NestedScopeObject to not confuse the bytecode emitter. (r=luke)
2015-01-15 20:22:24 -08:00
gc
Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu
2015-01-14 09:22:00 +01:00
gdb
Bug 1103152
- Remove JS_DeletePropertyStub, JS_EnumerateStub, JS_ResolveStub, and JS_ConvertStub. Make five mandatory JSClass hooks optional (nullable). r=bhackett.
2014-12-02 16:56:35 -06:00
irregexp
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
2015-01-08 23:19:05 -05:00
jit
Bug 1121434 - Followup: fix js bustage on a CLOSED TREE. (r=me)
2015-01-15 21:01:23 -08:00
jit-test
Bug 1122246 - Make StaticEvalScope a ScopeObject instead of NestedScopeObject to not confuse the bytecode emitter. (r=luke)
2015-01-15 20:22:24 -08:00
jsapi-tests
Bug 1121434 - Rename ExecutionMode to AnalysisMode. (r=jandem)
2015-01-15 20:22:24 -08:00
octane
…
perf
Bug 1103152
- Remove JS_DeletePropertyStub, JS_EnumerateStub, JS_ResolveStub, and JS_ConvertStub. Make five mandatory JSClass hooks optional (nullable). r=bhackett.
2014-12-02 16:56:35 -06:00
proxy
Bug 1112778, part 10 - Rename the remaining nonstandard internal methods, such as JSObject::getGenericAttributes -> js::GetPropertyAttributes. r=Waldo.
2014-12-18 13:28:06 -06:00
shell
Bug 1118235: Disable AVX for now due to performance regressions, r=jandem
2015-01-15 10:07:09 +01:00
tests
Backed out changesets 178c7164a3cd and 9a7ee9cb2247 (bug 1031203) for bustage.
2015-01-15 14:42:54 -05:00
vm
Bug 1122143 - use gmtime_s on windows in ComputeUTCTime; r=till
2015-01-15 13:20:05 -05:00
vtune
…
Makefile.in
Bug 1118084 - Remove self-hosted and user-exposed PJS methods. (r=lth)
2015-01-09 00:06:03 -08:00
NamespaceImports.h
…
README.html
…
Y.js
…
aclocal.m4
Bug 1117068 - Part b: Remove checks for GCC PR 39608; r=mshal
2015-01-05 19:18:58 +01:00
configure.in
bug 1077549 - remove useless gcc version checks r=glandium
2015-01-15 21:30:05 -05:00
dtoa.c
Bug 1111395 - undef CONST to fix problems in some unified builds . r=luke
2014-12-14 14:24:00 +01:00
js-confdefs.h.in
…
js-config.h.in
Bug 1107349 - Always build in enerational GC support; r=jonco
2014-12-04 09:45:05 -08:00
js-config.in
…
js.msg
Bug 963879 - Part 2: Synthesize completely optimized out scopes. (r=jimb)
2015-01-14 22:57:35 -08:00
js.pc.in
…
jsalloc.cpp
Bug 1118107 - Convert ThreadSafeContext -> ExclusiveContext and remove PJS paths in error reporting functions. (r=lth)
2015-01-09 00:06:03 -08:00
jsalloc.h
…
jsapi.cpp
bug 1077549 - remove useless gcc version checks r=glandium
2015-01-15 21:30:05 -05:00
jsapi.h
bug 1077549 - remove useless gcc version checks r=glandium
2015-01-15 21:30:05 -05:00
jsarray.cpp
Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu
2015-01-14 09:22:00 +01:00
jsarray.h
Bug 1118107 - Convert ThreadSafeContext -> ExclusiveContext and remove PJS paths in object ops. (r=lth)
2015-01-09 00:06:03 -08:00
jsast.tbl
…
jsatom.cpp
…
jsatom.h
…
jsatominlines.h
…
jsbool.cpp
Bug 1112778, part 5 - Rename JSObject::defineGeneric etc. -> js::DefineProperty, js::DefineOwnProperty -> js::StandardDefineProperty (for the moment--the plan is to unite these soon, both the name and the implementation). r=Waldo.
2014-12-18 06:54:09 -06:00
jsbool.h
…
jsboolinlines.h
…
jsbytecode.h
…
jsclist.h
Bug 991720 part 0 - Add expected type before parenthese to fix clang 3.3 warning. r=jandem
2014-12-19 14:47:52 +01:00
jscntxt.cpp
Bug 1119694 - remove Allocator. r=terrence
2015-01-14 09:22:00 +01:00
jscntxt.h
Bug 1119694 - remove Allocator. r=terrence
2015-01-14 09:22:00 +01:00
jscntxtinlines.h
Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu
2015-01-14 09:22:00 +01:00
jscompartment.cpp
Bug 1118170 - remove PJS-specific bits from the GC. r=terrence
2015-01-14 09:21:59 +01:00
jscompartment.h
Bug 1118170 - remove PJS-specific bits from the GC. r=terrence
2015-01-14 09:21:59 +01:00
jscompartmentinlines.h
Backed out changeset 205f8fa00772 (bug 1055755) for Android debug jsreftest permafail.
2015-01-06 19:07:06 -05:00
jscpucfg.h
…
jscrashformat.h
…
jscrashreport.cpp
…
jscrashreport.h
…
jsdate.cpp
Bug 1112778, part 7 - Rename JSObject::{get,set}Generic etc. -> js::{Get,Set}Property and add a few comments. r=Waldo.
2014-12-18 08:35:42 -06:00
jsdate.h
…
jsdtoa.cpp
…
jsdtoa.h
…
jsexn.cpp
Bug 1112778, part 7 - Rename JSObject::{get,set}Generic etc. -> js::{Get,Set}Property and add a few comments. r=Waldo.
2014-12-18 08:35:42 -06:00
jsexn.h
Bug 712939 - Replace a bunch more JS_STATIC_ASSERTs with static_assert. r=jandem
2014-10-30 14:28:27 -07:00
jsfriendapi.cpp
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08:00
jsfriendapi.h
Bug 1107953 part 4. Add a friend API to get the principals of a SavedFrame object. r=jimb
2015-01-15 17:39:02 -05:00
jsfun.cpp
Backout Bug 1119505 for hazard introductions on a CLOSED TREE.
2015-01-14 14:52:22 -08:00
jsfun.h
Bug 1119230 - remove lingering JIT code for PJS. r=shu
2015-01-14 09:21:59 +01:00
jsfuninlines.h
…
jsgc.cpp
Bug 650161 - Stop off thread compilation while we are compacting r=terrence
2015-01-15 16:54:52 +00:00
jsgc.h
Bug 1118170 - remove PJS-specific bits from the GC. r=terrence
2015-01-14 09:21:59 +01:00
jsgcinlines.h
Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu
2015-01-14 09:22:00 +01:00
jshashutil.h
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
2015-01-08 23:19:05 -05:00
jsinfer.cpp
Bug 1121434 - Followup: fix js bustage on a CLOSED TREE. (r=me)
2015-01-15 21:01:23 -08:00
jsinfer.h
Bug 1121434 - Followup: maybe fix MSVC bullshit on a CLOSED TREE.
2015-01-15 22:39:42 -08:00
jsinferinlines.h
Bug 1121434 - Rename ExecutionMode to AnalysisMode. (r=jandem)
2015-01-15 20:22:24 -08:00
jsiter.cpp
Bug 1112778, part 10 - Rename the remaining nonstandard internal methods, such as JSObject::getGenericAttributes -> js::GetPropertyAttributes. r=Waldo.
2014-12-18 13:28:06 -06:00
jsiter.h
Bug 1091900 - Make GetIterator and others take an object as outparam. r=efaust
2014-11-19 01:44:03 +01:00
jskwgen.cpp
…
jslibmath.h
…
jslock.h
…
jsmath.cpp
Backed out changeset 422367d84ec6 (bug 1119403) for Bustage on a CLOSED TREE
2015-01-13 08:41:17 +01:00
jsmath.h
Bug 1101637 - Implement the MathFunction(Sin) recover instruction. r=nbp
2014-11-28 14:26:21 +01:00
jsnativestack.cpp
…
jsnativestack.h
Bug 1091916
- simplify the interrupt/jitStackLimit situation (r=bhackett)
2014-10-30 17:35:35 -05:00
jsnum.cpp
Bug 1120257 (part 1) - Clarify inline string naming by adding JSThinInline. r=jandem.
2015-01-13 14:25:36 -08:00
jsnum.h
Bug 1118107 - Convert ThreadSafeContext -> ExclusiveContext and remove PJS paths in string and conversion ops. (r=lth)
2015-01-09 00:06:03 -08:00
jsobj.cpp
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08:00
jsobj.h
Bug 1112778, part 10 - Rename the remaining nonstandard internal methods, such as JSObject::getGenericAttributes -> js::GetPropertyAttributes. r=Waldo.
2014-12-18 13:28:06 -06:00
jsobjinlines.h
Bug 1112778, part 10 - Rename the remaining nonstandard internal methods, such as JSObject::getGenericAttributes -> js::GetPropertyAttributes. r=Waldo.
2014-12-18 13:28:06 -06:00
json.cpp
Bug 1112778, part 8 - Rename JSObject::deleteGeneric -> js::DeleteProperty. r=Waldo.
2014-12-18 08:47:06 -06:00
json.h
…
jsopcode.cpp
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08: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 650161 - Null out dangling listp pointers to shapes in shape finalizer r=terrence
2015-01-14 09:51:55 +00:00
jspropertytree.h
Bug 1118107 - Convert ThreadSafeContext -> ExclusiveContext and remove PJS paths in object ops. (r=lth)
2015-01-09 00:06:03 -08:00
jsprototypes.h
Bug 1121363 - remove misc PJS code. r=shu
2015-01-15 11:00:16 +01:00
jsproxy.h
Bug 1119259 - Mark virtual overridden functions as MOZ_OVERRIDE in JS; r=Waldo
2015-01-12 16:24:57 -05:00
jspubtd.h
Bug 1119694 - remove Allocator. r=terrence
2015-01-14 09:22:00 +01:00
jsreflect.cpp
Bug 1112778, part 7 - Rename JSObject::{get,set}Generic etc. -> js::{Get,Set}Property and add a few comments. r=Waldo.
2014-12-18 08:35:42 -06:00
jsreflect.h
Bug 611388 - Part 0: Sanify how const is handled by Reflect.parse. (r=shu)
2014-10-30 17:27:01 -07:00
jsscript.cpp
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08:00
jsscript.h
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08:00
jsscriptinlines.h
Bug 1032869 - Part 2: Move debuggee-ness to frames and selectively deoptimize when Debugger needs to observe execution. (r=jimb)
2014-11-13 14:39:39 -08:00
jsshell.msg
…
jsstr.cpp
Bug 1119199 - Rewrite MaybyOneOf with variadic template.
2015-01-13 10:48:10 +11:00
jsstr.h
Bug 1118107 - Convert ThreadSafeContext -> ExclusiveContext and remove PJS paths in string and conversion ops. (r=lth)
2015-01-09 00:06:03 -08:00
jstypes.h
Bug 1111244 - Remove some code specific to old unsupported MSVC versions from js/src; r=Waldo
2015-01-02 17:32:43 -05:00
jsutil.cpp
Bug 1104651 - Make valloc optional, r=glandium
2014-12-16 20:34:56 -05:00
jsutil.h
bug 1077549 - remove useless gcc version checks r=glandium
2015-01-15 21:30:05 -05:00
jsversion.h
Bug 1066322 - Enable ES6 symbols in all builds. r=jandem.
2014-11-05 01:38:49 -06:00
jswatchpoint.cpp
Bug 1105069 - Part 7: Convert WeakMapTracer to use GCCellPtr; r=jonco, r=mccr8
2014-12-01 15:06:38 -08:00
jswatchpoint.h
…
jsweakcache.h
…
jsweakmap.cpp
Bug 1112778, part 7 - Rename JSObject::{get,set}Generic etc. -> js::{Get,Set}Property and add a few comments. r=Waldo.
2014-12-18 08:35:42 -06:00
jsweakmap.h
Bug 1105069 - Part 7: Convert WeakMapTracer to use GCCellPtr; r=jonco, r=mccr8
2014-12-01 15:06:38 -08:00
jswin.h
…
jswrapper.h
Backed out changeset 205f8fa00772 (bug 1055755) for Android debug jsreftest permafail.
2015-01-06 19:07:06 -05:00
make-source-package.sh
…
moz.build
Bug 1120207 - Remove ForkJoin and ThreadPool from the sources. r=shu
2015-01-14 09:22:00 +01:00
prmjtime.cpp
Bug 1111244 - Remove some code specific to old unsupported MSVC versions from js/src; r=Waldo
2015-01-02 17:32:43 -05:00
prmjtime.h
…
symverscript.in
…