Lars T Hansen
3eb94d9ea1
Bug 1277011
- ARM simulator tweaks for dealing with alignment. r=bbouvier
...
--HG--
extra : rebase_source : f3d43a027f38eac2d01b8fbaa8f47a0b90934242
2016-07-28 07:19:46 -07:00
Steve Fink
97e3a8b7ce
Bug 1252511 - Fix faulty assertion involving user-defined structured clone tags, r=terrence
...
This previously asserted that the entry after the transfer map, if nonempty, contained a tag less than SCTAG_TRANSFER_MAP_HEADER, as that is where all of the standard tags live. However, user-defined tags start *above* the transfer map entries, so if the first object serialized was a user-defined object (eg a Blob), the assertion would fail.
MozReview-Commit-ID: KJqHoH22MW4
--HG--
extra : rebase_source : 54a5ab8307e12d9fd9003f0c5b090e24725d1081
2016-07-22 16:48:35 -07:00
Carsten "Tomcat" Book
2568d9b9fd
Backed out changeset 30da5718207a (bug 1287485) for bustage
2016-07-28 17:01:14 +02:00
Sander Mathijs van Veen
9bdd71041a
Bug 1287485 - Display comments inside dumped assembly code (-D flag). r=nbp
...
--HG--
extra : rebase_source : d2cb2d023d3065b64d09dd8a434d48e0fbc7abe7
2016-07-28 01:33:00 -04:00
Benjamin Bouvier
b1a08048c4
Bug 1289911: Add WasmTlsReg in none/ platform; r=lth
...
MozReview-Commit-ID: 9grnZ3dVmCm
--HG--
extra : rebase_source : 0516ff6617099d2e401378c6b90ad2ea197183b8
extra : amend_source : 7e34021f7319d683133e742016920a094e3c24f3
2016-07-28 09:04:42 +02:00
Ms2ger
83707bf2ad
Bug 1289693 - Add missing MOZ_ANDROID_CPU_ARCH call in SpiderMonkey old-configure.in; r=glandium
2016-07-20 16:55:05 +02:00
Carsten "Tomcat" Book
826def022b
Backed out changeset d757a1ca6d56 (bug 1288780) for hazard failures on a CLOSED TREE
2016-07-28 13:24:39 +02:00
Jon Coppeard
7ff6517a92
Bug 1288780 - Don't destroy GCPtrs while there may be store buffer entries pointing into them r=terrence
2016-07-28 11:49:06 +01:00
Andrew McCreight
28ba46abc8
Bug 1289252 - gDEBUG_LiveProtoCount does not need to be modified atomically. r=mrbkap
...
--HG--
extra : rebase_source : 4ed3e3d93f85d964d438d8281c21364315204ec9
2016-07-27 08:50:00 -04:00
Lars T Hansen
3481e05ad5
Bug 1277011
- Wasm baseline: Cleanup around calls. r=bbouvier
...
--HG--
extra : rebase_source : 7e619f3fe032a5d5922763584276fe0d702bccd2
extra : source : 47beee7f2748d21cab19027a20636e0caa761a49
2016-07-06 12:22:58 +02:00
Tom Schuster
69d88eb9e5
Bug 1242165 - Update DataView index handling. r=Waldo
2016-07-28 00:24:17 +02:00
Tom Schuster
dc41558384
Bug 1279303 - Implement change to O.getOwnPropertyDescriptors and update tests. r=efaust
2016-07-27 20:12:04 +02:00
Andrew McCreight
3e7a8efdae
Bug 1289550 - Remove "fun little hack" from XPCNativeSetKey. r=bz
...
XPCNativeSetKey has a huge comment about this weird hack it does,
where it tags the first 16 bytes with a magic value. The purpose of
this seem to be that PLDHashtable used to require that the Match()
operation handle both the desired "key" type and the actual entry type
(NativeSetMap::Entry in this case), with the latter needed for
resizing. However, that duality in the match operation has not been
needed since bug 374906, which landed in 2007, so this class can be
greatly simplified.
IsAKey() can be replaced with true, which simplifies some hash
operations.
2016-07-27 10:11:40 -07:00
Andrew McCreight
e806f57820
Bug 1289136 - Fifth argument to XPCConvert::NativeInterface2JSObject() is always null. r=gabor
2016-07-27 10:11:40 -07:00
Bobby Holley
a4d1001c60
Bug 1289617 - Add an opt-out for bindgen in the SpiderMonkey DEBUG checker. r=sfink
2016-07-27 09:41:48 -07:00
Matthew Wein
33de9c036e
Bug 1285063 - Part 1: Add a helper to XPCOMUtils to iterate over entries in a category. r=kmag
...
MozReview-Commit-ID: 3mjrPrRuLej
--HG--
extra : rebase_source : 7b7dad1a4bab958a590c24d97f564e34b3355633
2016-07-11 17:33:06 -07:00
Till Schneidereit
0f21372d5b
Bug 1289040 - Fix malformed test. r=me
2016-07-27 17:51:17 +02:00
Boris Zbarsky
5b840d9b96
Bug 1288791 part 2. Rename WrapNativeParent to FindAssociatedGlobal and update it to actually do that. r=bkelly
2016-07-27 11:05:36 -04:00
Till Schneidereit
ba785233be
Bug 1289040 - Properly handle non-wrapped Promise hook functions in UnwrappedPerformPromiseThen. r=efaust
2016-07-27 16:59:59 +02:00
Till Schneidereit
79052e5d92
Bug 1288382 - Don't try to add non-Promise objects to the list of dependent promises that's only used for debugging. r=efaust
2016-07-27 16:59:18 +02:00
Carsten "Tomcat" Book
7293066753
merge mozilla-inbound to mozilla-central a=merge
2016-07-27 16:35:44 +02:00
Mike Hommey
1f9624559e
Bug 1289294 - Move MT detection to python configure. r=chmanchester
...
--HG--
extra : rebase_source : c84ade9a0db9aca2f2e64b8a3424fe14dd19a924
2016-07-26 15:15:08 +09:00
Jim Blandy
002186dad9
Bug 1282518 - Propagate return values from RematerializedFrames to BaselineFrames. r=shu
2016-07-22 14:19:48 -07:00
Mike Hommey
8398056155
Bug 1289291 - Move Windows SDK detection to python configure. r=chmanchester
...
At the same time, autodetect the SDK if WINDOWSSDKDIR is not given.
--HG--
extra : rebase_source : 4ee98e2105b607bab5050127f23354e9b291a246
2016-07-22 19:10:04 +09:00
Mike Hommey
1b9c70450b
Bug 1289289 - Move --with-windows-version to python configure. r=chmanchester
...
Also, don't set the MOZ_WINSDK_TARGETVER define anymore, as it's unused.
--HG--
extra : rebase_source : a6aa1458985d6c158abdc7cd7926b73990f4df2a
2016-07-22 17:08:53 +09:00
Benjamin Bouvier
6f037c3aa7
Bug 1286517: Allow any expression in ElemSegments offset initializers; r=luke
...
MozReview-Commit-ID: KIfET7uiPZF
--HG--
extra : rebase_source : 6329ed8b4572bcc8d0d38d5feda011b0b82ca348
2016-07-25 19:50:26 +02:00
Benjamin Bouvier
bcbc873b13
Bug 1286517: Implement text-to-binary for Globals; r=luke
...
MozReview-Commit-ID: ajyuriWJK5
--HG--
extra : rebase_source : e9c33a0e729ebc3dda24c18fe5fe3a3db019e30d
2016-07-25 18:10:58 +02:00
Benjamin Bouvier
3bb9e21ec3
Bug 1286517: Implement Global section in WebAssembly; r=luke
...
MozReview-Commit-ID: aD6rBQ3e57
--HG--
extra : rebase_source : 6987461ccfee07a5f494745fcb02cbac825def95
2016-07-25 19:50:20 +02:00
Benjamin Bouvier
8839c5fde7
Bug 1286517: Implement codegen for i64 globals on x64; r=luke
...
MozReview-Commit-ID: IYgd60IZhBs
--HG--
extra : rebase_source : 33136af695975f7860554b400202f556267f4a3a
2016-07-22 14:30:12 +02:00
Benjamin Bouvier
b4f8b1aae8
Bug 1286517: Rename {Load/Store}Global to {Get,Set}Global in wasm bytecode; r=luke
...
MozReview-Commit-ID: 5BGgPC487xm
--HG--
extra : rebase_source : 3cf3e73a0113a94e11b8ba8f2df0cfd23acfbb10
2016-07-22 14:29:17 +02:00
Nicolas B. Pierron
ab3ab6c2aa
Bug 1289025 - Ensure enough ballast space in MakeMRegExpHoistable. r=arai
2016-07-26 13:00:16 +00:00
Heiher
639f4a2429
Bug 1289262 - IonMonkey: MIPS64: Don't clobbers the scratch registers in ma_addTestOverflow/ma_subTestOverflow. r=arai
...
---
js/src/jit/mips64/MacroAssembler-mips64.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
2016-07-27 13:23:17 +08:00
Heiher
399ac7e63e
Bug 1289261 - IonMonkey: MIPS: Use conditional move in minMaxDouble/Float32. r=arai
...
---
.../jit/mips-shared/MacroAssembler-mips-shared.cpp | 52 ++++++++++++----------
1 file changed, 28 insertions(+), 24 deletions(-)
2016-07-27 13:23:16 +08:00
Heiher
67e31960f4
Bug 1289263 - Baldr: MIPS64: Fix compile errors in loadAsmJSHeapRegisterFromGlobalData. r=luke
...
---
js/src/jit/mips64/MacroAssembler-mips64.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
2016-07-27 13:23:15 +08:00
Carsten "Tomcat" Book
574d0d452b
merge mozilla-inbound to mozilla-central a=merge
2016-07-26 11:55:54 +02:00
Andrew McCreight
ec20330bad
Bug 1288823, part 7 - Fix XPCNativeScriptableInfo ctor arguments. r=mrbkap
2016-07-25 16:32:56 -07:00
Andrew McCreight
3a21c61e93
Bug 1288823, part 6 - Remove unused methods from XPCNativeScriptableInfo and XPCWrappedNativeProto. r=mrbkap
2016-07-25 16:32:56 -07:00
Andrew McCreight
f71885f593
Bug 1288823, part 5 - Remove the unused XPCWrappedNativeProto::mClassInfoFlags. r=mrbkap
2016-07-25 16:32:56 -07:00
Andrew McCreight
9f3f1c7a9b
Bug 1288823, part 4 - Mark things delete in XPConnect. r=mrbkap
2016-07-25 16:32:56 -07:00
Andrew McCreight
f8d74765b2
Bug 1288823, part 3 - Mark more classes final in xpcprivate.h. r=mrbkap
2016-07-25 16:32:56 -07:00
Andrew McCreight
192238e71d
Bug 1288823, part 2 - Remove unused #defines from xpcprivate.h. r=mrbkap
2016-07-25 16:32:56 -07:00
Andrew McCreight
7e800a8998
Bug 1288823, part 1 - Use doSweep more consistently in XPCJSRuntime::FinalizeCallback. r=mrbkap
2016-07-25 16:32:55 -07:00
Nick Fitzgerald
4e81593ca0
Bug 1289073 - Convert from double to unsigned before checking that the max frames is greater than zero; r=jimb
2016-07-25 15:07:22 -07:00
Nick Fitzgerald
57f0aea91b
Bug 1289058 - Null check principals before holding them in JS::FirstSubsumedFrame; r=jimb
2016-07-25 15:07:22 -07:00
Mike Hommey
02e5baaf74
Bug 1289246 - Do not hardcode mt.exe as the Manifest Tool. r=chmanchester
...
Configure uses the value of the MT environment variable before falling back
to mt(.exe), but the build system was completely ignoring the MT
environment variable.
--HG--
extra : rebase_source : 8c9b43aeb08493ae5bd6d6361f4f18f097ea0553
2016-07-22 15:56:26 +09:00
Andi-Bogdan Postelnicu
cd8204fb3b
Bug 1289064 - eliminate null check on |iid| in XPCConvert::NativeInterface2JSObject. r=bholley
...
MozReview-Commit-ID: EtiVWiHlYx5
--HG--
extra : rebase_source : 4dcd94c19f0b7f68787658e8937b2535fe37b39f
2016-07-25 13:13:19 +03:00
Carsten "Tomcat" Book
b9a6c687fa
merge mozilla-inbound to mozilla-central a=merge
2016-07-25 15:50:41 +02:00
Chris Peterson
1408fa9074
Bug 1288925 - Replace JS_ALIGNAS() polyfill with alignas(). r=sfink
2016-07-25 01:14:04 -07:00
Benjamin Bouvier
feab551c2f
Bug 1289080: Don't allow call_indirect without a table and memory accesses without memory; r=luke
...
MozReview-Commit-ID: DkuyBiGsaxs
--HG--
extra : rebase_source : d051b7e8c9e7c32ba60a6e37bb4c6dc98dc36ef9
2016-07-25 14:54:50 +02:00
Jakob Stoklund Olesen
8525095859
Bug 1279312
- Remove SymbolicAddress::StackLimit. r=luke
...
This symbolic address is not used any longer. It has been replaced by the
stackLimit entry in the TlsData struct.
2016-07-25 07:57:36 -07:00
Jakob Stoklund Olesen
fa3211efd0
Bug 1279312
- Use WasmTlsReg in baseline Wasm compiler. r=lth
...
Allocate an additional slot in localInfo_ and use it to save the incoming TLS
pointer. When setting up arguments for a function call, get the TLS pointer from
that local slot. Also preserve the TLS pointer register by reloading it before
returning.
This makes the Baseline ABI compatible with the Ion ABI.
2016-07-25 07:57:36 -07:00
Jakob Stoklund Olesen
ee4080cea7
Bug 1279312
- Handle call-preserved registers in register allocator. r=bhackett
...
- Add a virtual isCallPreserved() method to LNode which allows a call
instruction to indicate that it preserves the values of some registers. Use
this hook in BacktrackingAllocator when processing a call instruction.
- Add a preservesTlsReg() property to MAsmJSCall and use this to implement the
LAsmJSCall::isCallPreserved() method.
- Mark intra-module WebAssembly calls as preserving the TLS pointer register.
This change allows the backtracking register allocator to leave the TLS pointer
register alone in small functions that don't need it for something else. There
are probably more improvements to be done if we need to split the live range of
the TLS pointer register. For example, BacktrackingAllocator::splitAcrossCalls()
will still split that live range at all calls.
2016-07-25 07:57:36 -07:00
Jakob Stoklund Olesen
31633a4c4d
Bug 1279312
- Preserve TLS pointer register across calls. r=bbouvier
...
WebAssembly functions take a TLS pointer argument and now ensure that the
WasmTlsReg register has the same value when they return.
This is not yet exploited by the register allocator which still thinks that all
registers are clobbered by function calls.
2016-07-25 07:57:36 -07:00
Jakob Stoklund Olesen
b600088345
Bug 1279312
- Use TLS pointer for the stack limit check. r=luke
...
Get the stack limit from TlsData::stackLimit instead of
SymbolicAddress::StackLimit. Since the TLS pointer register is available at
every function prologue, the over-recursion check is the same cost as using the
statically linked address.
2016-07-25 07:57:36 -07:00
Jakob Stoklund Olesen
6b0c6f166b
Bug 1279312
- Pass a TLS pointer hidden argument to WebAssembly functions. r=luke
...
WebAssembly functions now expect to be passed a hidden argument in WasmTlsReg
which is a pointer to a TlsData struct.
Temporarily allocate a TlsData instance in the wasm::Instance itself. When wasm
supports multithreading, we will need to allocate a TlsData instance per thread
per module instance.
This patch generates code to pass the TLS pointer to WebAssembly functions,
preserving it through intra-module calls. The pointer is not used for anything
yet, and the the TLS pointer register is not currently preserved across function
calls.
2016-07-25 07:57:35 -07:00
Jan de Mooij
c7e88a5ad8
Bug 1286795 part 6 - Replace JS_NewRuntime/JS_DestroyRuntime with JS_NewContext/JS_DestroyContext. r=luke,bz
2016-07-23 19:54:19 +02:00
Jan de Mooij
e0ae8a8c5a
Bug 1286795 part 5 - Change some classes to take JSContext instead of JSRuntime. r=terrence
2016-07-23 19:53:03 +02:00
Jan de Mooij
fd0edec3bf
Bug 1286795 part 4 - Change some callbacks to take JSContext instead of JSRuntime. r=terrence
2016-07-23 19:52:47 +02:00
Jan de Mooij
0770a8d8b4
Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen
2016-07-23 19:52:25 +02:00
Jan de Mooij
8073c28728
Bug 1286795 part 2 - Change JS_RequestInterruptCallback to take JSContext instead of JSRuntime. r=luke
2016-07-23 19:52:20 +02:00
Jan de Mooij
1b710973b8
Bug 1286795 part 1 - Change more GC APIs to take JSContext instead of JSRuntime. r=terrence
2016-07-23 19:51:23 +02:00
Chris Peterson
b0efbe0ef8
Bug 1288603 - Remove NumericLimits.h because all platforms have numeric_limits<char16_t>. r=froydnj
2016-07-22 22:05:45 -07:00
Ryan VanderMeulen
3b625b3b98
Bug 1282257 - Fix include ordering to make the style checker happy. r=bustage
2016-07-22 17:08:29 -04:00
Boris Zbarsky
c0fdb1ba69
Bug 1157127. When reusing the global of an initial about:blank for a new document, clear out its XBL scope when we change the global's principal. r=bholley
2016-07-22 16:19:52 -04:00
Boris Zbarsky
ab51033732
Bug 1288581 part 2. Stop messing with the ExpandoAndGeneration's expando in CC code, since it's now traced by the reflector proxy. r=smaug
2016-07-22 16:19:52 -04:00
Jinank Jain
3822028a8a
Bug 1284441 - Remove unnecessary cast from ExpressionDecompiler::decompilePC. r=arai
2016-07-21 18:12:49 -04:00
Oriol
3f8f83a0a1
Bug 1282257 - Create accessor properties in Debugger.Object.prototype to expose the target and the handler of a proxy object. r=jimb
2016-07-22 10:50:00 -04:00
Oriol
1c9ae94a7e
Bug 1288515 - Rename GetScriptedProxyHandlerObject to ScriptedProxyHandler::handlerObject and make it public. r=jimb
2016-07-22 10:39:00 -04:00
Terrence Cole
c3a5940060
No Bug - Fix up some function names that appear in comments; r=meow
...
--HG--
extra : rebase_source : c71365b5b3aeb504318ad4720e76b3d0b75b50b9
2016-07-22 10:50:26 -07:00
Terrence Cole
66620d7847
Bug 1288566 - Include all possible states in StateName; r=jonco
...
--HG--
extra : rebase_source : 3e10b55fef34b5d9641c431f1818d08278e34554
2016-07-22 10:32:05 -07:00
Luke Wagner
04fe291d25
Bug 1288222 - Baldr: match signature types structurally (r=bbouvier)
...
MozReview-Commit-ID: 7Noq2TBkKmB
--HG--
extra : rebase_source : 89201ad63cdd369437b7c2c251d6c9e65e9c2ece
2016-07-21 21:19:49 -05:00
Luke Wagner
fc7d4e3d39
Bug 1288222 - Baldr: factor out common global access code (r=bbouvier)
...
MozReview-Commit-ID: 5NOGyihk8s
--HG--
extra : rebase_source : 622fa7961d494a252ef2a7c5c04959904965ce96
2016-07-20 12:56:53 -05:00
Luke Wagner
f58ed6912f
Bug 1288564 - Baldr: change HeapPtr to ReadBarriered in WeakCache (r=terrence)
...
MozReview-Commit-ID: 722L1GFAo6c
--HG--
extra : rebase_source : 867c492d7114bad15414c6b671888f0ad263e478
2016-07-21 19:26:42 -05:00
Jon Coppeard
45cd7b63bf
Bug 1288716 - Fix jit-test handling of --tbpl argument r=bbouvier
2016-07-22 13:57:20 +01:00
Jon Coppeard
d8659edc52
Bug 1275448 - Don't crash on shutdown due to non-empty type descriptors set if we leak r=sfink
2016-07-22 13:57:10 +01:00
Jon Coppeard
09944b17dd
Bug 1288427 - Remove the base shapes update phase of compacting GC r=terrence
2016-07-22 13:57:10 +01:00
Jon Coppeard
960b895487
Bug 1285305 - Add comments explaining compacting GC update phases r=sfink
2016-07-22 13:57:10 +01:00
Carsten "Tomcat" Book
8b6316ec5f
Merge mozilla-central to mozilla-inbound
2016-07-22 11:59:06 +02:00
Carsten "Tomcat" Book
336105a0de
merge mozilla-inbound to mozilla-central a=merge
2016-07-22 11:58:02 +02:00
Carsten "Tomcat" Book
c7846e126c
Backed out changeset 16aa7041c009 (bug 1287107) for causing xpcshell and mac tests
2016-07-22 11:30:23 +02:00
Andrew McCreight
623b56a3f1
Bug 1287143
- Remove the window argument to SpecialPowers.exactGC(). r=jmaher
...
Cu.forceCC() is the same as DOMWindowUtils.cycleCollect(), but does
not require a window.
2016-07-19 13:13:00 +08:00
Nick Fitzgerald
ea16cfab73
Bug 1280818 part 1 - Add the ability to capture the stack until the first non-self-hosted frame with the given principals; r=bz,jimb
...
Before this commit, one could either capture all stack frames (by passing
maxFrameCount = 0) or a maximum of N frames (by passing maxFrameCount = N). This
commit introduces the ability to capture the first frame (by default ignoring
self hosted frames) with some target principals. This new option required
replacing the `unsigned maxFrameCount` parameter with the introduction of a new
sum type to describe the stack capturing behavior:
StackCapture = AllFrames
| MaxFrames(unsigned n)
| FirstSubsumedFrame(JSPrincipals* p, bool ignoreSelfHosted)
This is obviously more wordy in C++ than we'd like, but does make the stack
capturing more explicit rather than relying on the sentinal 0 to stand in for
infinity.
2016-07-21 23:40:59 -04:00
Eric Faust
8e556231ed
Bug 1277034 - Ensure that OOM message is properly flushed to stderr. (r=terrence, a=KWierso)
2016-07-21 16:21:20 -07:00
Ryan VanderMeulen
76cac2b034
Backed out changeset 8f3feee73843 (bug 1279992) for browser_pdfjs_main.js crashes on a CLOSED TREE.
2016-07-21 14:41:49 -04:00
Fabrice Desré
f5b619fb28
Bug 1287107 - Making transition alive with gaia as chrome:// r=bholley,fabrice
...
MozReview-Commit-ID: 9uVUrmuVFXQ
--HG--
extra : rebase_source : d0c19fcda5c72ecdce3b0d0bbbafa5a7954d7a4c
2016-03-03 09:58:47 -08:00
Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Till Schneidereit
98a17b460b
Bug 911216 - Fix crashes caused by not properly handling not having an object at all as the target promise in EnqueuePromiseReactionJob, on a CLOSED TREE. r=bustage
2016-07-21 13:36:33 +02:00
Till Schneidereit
f8bc4fae19
Bug 911216 - Part 30: Enable SpiderMonkey Promise implementation. r=bz,efaust,bholley,Paolo,tromey,shu
...
Also contains folded version of the following patches that have to land at the same time with enabling the new implementation (or be backed out at the same time, if it comes to that):
Add Promise checks to test_xrayToJS.xul. r=bholley
Change Promise debugger hook tests to use Promise ctor instead of makeFakePromise. r=shu
Change DOM interface tests to assume Promise is an ES builtin, not a DOM one. r=bz
Remove some PromiseDebugging references. r=bz
Adapt promise rejections test to new xray-unwrapping error. r=bz
Fix expectations in browser_timelineMarkers tests. r=tromey
2016-07-21 12:06:30 +02:00
Eddy Bruel
807cc5dc91
Bug 1271650 - Implement a C++ interface for DebuggerFrame.isLive. r=fitzgen
2016-07-20 13:50:04 +02:00
Jon Coppeard
cfae91b7c1
Bug 1287869 - Add zeal mode to check nursery integrity r=terrence
2016-07-21 09:58:48 +01:00
Eddy Bruel
03730443d5
Bug 1271650 - DebuggerFrame::referent should be a static method. r=jimb
2016-07-20 13:44:13 +02:00
Till Schneidereit
0d6052d16c
Bug 1287334 - Properly handle non-Promise objects as dependent promise objects in js::EnqueuePromiseReactionJob. r=efaust
2016-07-21 10:29:00 +02:00
Chris Peterson
224290062c
Bug 1277106 - Part 3: Expand MOZ_UTF16() characters to u'' char16_t literals. r=luke
2016-07-20 22:03:48 -07:00
Chris Peterson
b175c9fdd5
Bug 1277106 - Part 2: Expand MOZ_UTF16() strings to u"" string literals. r=Waldo
2016-07-20 22:03:25 -07:00
Iris Hsiao
c2fcf15e25
Backed out changeset f2cf760a4668 (bug 1240984) for XPCShell failures
2016-07-21 11:14:49 +08:00
Steve Fink
381cbd207b
Bug 1264403 - Check for JS_DEBUG/DEBUG mismatch at compile time, r=jorendorff
...
MozReview-Commit-ID: FLzuWvrIbAG
--HG--
extra : rebase_source : dcdbf9bc4b03a1dc733fa17ccb804977a2204118
extra : amend_source : 6496deea557cbcd6acafe1ab3e79f3a691840f23
extra : histedit_source : efb59bef77fa4489c91d4eef05bba48f70ce8e55
2016-07-20 18:49:38 -07:00
Steve Fink
038fda516d
Bug 1264403 - Check for DEBUG mismatch between compiled code and library at runtime, r=Waldo
...
MozReview-Commit-ID: G40Dad5k8vb
--HG--
extra : rebase_source : 2ca8ef3c7ba044bbb38736018f0a35d6866419d0
extra : histedit_source : b4b35cfb5ed07cf36dfb95e15986b15f4c37f4ab
2016-07-20 18:25:02 -07:00
Heiher
3a11fedd8c
Bug 1287349 - wasm: MIPS64: Implement LoadI64 in Codegen. r=bbouvier
...
---
js/src/jit/mips64/CodeGenerator-mips64.cpp | 29 +++++++++++++++++++++++++++++
js/src/jit/mips64/CodeGenerator-mips64.h | 1 +
2 files changed, 30 insertions(+)
2016-07-21 09:23:57 +08:00
Heiher
ad8fab5cfd
Bug 1287349 - wasm: MIPS: Implement WasmBoundsCheck/Load/Store in Codegen. r=luke
...
---
.../jit/mips-shared/CodeGenerator-mips-shared.cpp | 130 +++++++++++++++++++++
js/src/jit/mips-shared/CodeGenerator-mips-shared.h | 3 +
2 files changed, 133 insertions(+)
2016-07-21 09:23:56 +08:00
Heiher
fe68761b42
Bug 1287349 - wasm: MIPS: Fix WasmBoundsCheck/Load/Store in Lowering. r=luke
...
---
js/src/jit/mips-shared/Lowering-mips-shared.cpp | 49 ++++++++-----------------
1 file changed, 16 insertions(+), 33 deletions(-)
2016-07-21 09:23:55 +08:00
Heiher
59aa6dcf38
Bug 1287349 - wasm: Add a temp register ptrCopy to LWasmLoadI64. r=bbouvier
...
---
js/src/jit/shared/LIR-shared.h | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
2016-07-21 09:23:54 +08:00
Wes Kocher
80eb19aa4f
Backed out changeset ff1ffc083571 (bug 1287334) for spidermonkey bustage
2016-07-20 18:01:13 -07:00
Steve Fink
8dabe9a4da
Bug 1240984 - Remove dummy ArrayBufferContents backstop, r=Waldo
...
MozReview-Commit-ID: h4oF04rDZn
--HG--
extra : rebase_source : f1186c2c37c222e747b951207b0ed02a31a2639d
2016-03-09 14:39:35 -08:00
Dimo
0e12359ca9
Bug 1282618 - Baldr: Implement a simple redundant bounds check elimination pass r=sunfish,bbouvier
2016-07-20 13:52:54 -07:00
Steve Fink
5c3ccb71c2
Bug 1288241 - Fix compilation failure for msan build due to missing include, r=fitzgen
...
MozReview-Commit-ID: LPrPaS1tbdB
--HG--
extra : rebase_source : 6310385f3a62d752da874649df4fb907d9a425ee
2016-07-20 13:41:36 -07:00
Till Schneidereit
32781798ba
Bug 1287334 - Properly handle non-Promise objects as dependent promise objects in js::EnqueuePromiseReactionJob. r=efaust
2016-07-21 00:35:14 +02:00
Wes Kocher
39bf9cdc6e
Backed out 2 changesets (bug 1286517) for SM(arm) bustage CLOSED TREE
...
Backed out changeset f4f17f746d10 (bug 1286517)
Backed out changeset aa1eab6436ba (bug 1286517)
2016-07-20 12:28:22 -07:00
Wes Kocher
2f160622c6
Backed out changeset 539b9c11ee64 (bug 1286009) for xpcshell bustage CLOSED TREE
2016-07-20 11:04:05 -07:00
Benjamin Bouvier
ed6626caf2
Bug 1286517: Fix assertion in ARM's codegen; r=luke over irc;
...
MozReview-Commit-ID: H2d8T3ZVqqy
--HG--
extra : rebase_source : 3d281ffd395a8a5f55f41e5d16584c007d77a44e
2016-07-20 19:47:13 +02:00
Aaron Klotz
cca20d7ddd
Bug 1285356: Fix blocklist initialization regressions; r=bsmedberg
...
MozReview-Commit-ID: AlWyzVhtPLL
--HG--
extra : rebase_source : 865aff712f83a567c16b81f4512e072a04f7c6df
2016-07-07 17:00:23 -06:00
Andrew McCreight
d294fad895
Bug 1280591 - Check if gray roots are valid when we add them. r=terrence
2016-07-20 10:41:24 -07:00
Benjamin Bouvier
eb4fb58bdc
Bug 1286517: Rename AsmJS{Load,Store}GlobalVar to Wasm{Load,Store}GlobalVar; r=luke
...
MozReview-Commit-ID: E7vPsXm1WDs
--HG--
extra : rebase_source : fe1d7e145352b0ba445e4633a1e9c3507eef28f7
extra : histedit_source : def439dcbda77437fdf9cbc0f76e4d9d18e52379
2016-07-13 16:44:43 +02:00
Till Schneidereit
1677159f2c
Bug 1287335 - Properly handle failure to unwrap cross-compartment wrappers in Promise-related DebuggerObject accessors. r=fitzgen
...
--HG--
extra : amend_source : 761b9a74a61b84becd9746dbcc255414a7eeb245
2016-07-20 04:58:00 -04:00
Yury Delendik
0b9a99a0bc
Bug 1285976 - Add a map of generated WebAssembly source to its binary format. r=luke, r=shu
...
MozReview-Commit-ID: DWPIwLsVFgk
--HG--
extra : transplant_source : %05%FB%23%E9%B0%89%9A%09%3F%C8%C9%800%FD%1D_%81I9%AA
2016-07-19 16:01:38 -05:00
Nicolas B. Pierron
97d3593afc
Bug 1286009 - Distinguish failure reasons of JS_{En,De}codeScript. r=luke
2016-07-20 13:20:49 +00:00
Christoph Kerschbaumer
9ec95d3d9d
Bug 471020 - Implement X-Content-Type-Options: nosniff. r=dveditz,bz,mcmanus
2016-07-20 12:22:27 +02:00
Nicolas B. Pierron
8eb3d73a81
Bug 1287416 - Ensure we have enough ballast space in IonBuilder::inlineConstantStringSplitString. r=h4writer
2016-07-20 09:56:49 +00:00
Carsten "Tomcat" Book
8428cd56e3
merge mozilla-inbound to mozilla-central a=merge
2016-07-20 11:20:15 +02:00
Carsten "Tomcat" Book
8f4e975cd5
Backed out changeset b5000cae87e9 (bug 1282257) for bustage
2016-07-20 08:01:37 +02:00
Till Schneidereit
039b26daeb
Bug 1287401 - Enter the callback's compartment before running it in the JS shell's ForwardingPromiseRejectionTrackerCallback. r=jandem
...
--HG--
extra : rebase_source : a362babba535da1a8f5c861cfbe233f4ed0d42c5
2016-07-19 03:13:00 +02:00
Oriol
cd540457fa
Bug 1282257 - Create accessor properties in Debugger.Object.prototype to expose the target and the handler of a proxy object. r=jimb
...
--HG--
extra : rebase_source : e321ee817cee8c2f05103249ce9fad9762aa8643
2016-07-19 15:00:00 +02:00
Tooru Fujisawa
c4b04df7cb
Bug 1287522 - Apply ToString in correct order in RegExp.prototype.toString. r=evilpie
2016-07-20 14:11:35 +09:00
Tooru Fujisawa
177afe670c
Bug 1287521 - Call ToUint32(limit) before ToString(separator) in String.prototype.split. r=till
2016-07-20 14:11:35 +09:00
Tooru Fujisawa
035175890b
Bug 1157277 - Part 3: Update String.prototype.{toLowerCase,toUpperCase,toLocaleLowerCase,toLocaleUpperCase} to work on code points. r=till
2016-07-20 14:11:35 +09:00
Tooru Fujisawa
8f916449f4
Bug 1157277 - Part 2: Add functions to handle non-BMP ToLowerCase/ToUpperCase. r=till
2016-07-20 14:11:35 +09:00
Tooru Fujisawa
eaf8e288e1
Bug 1157277 - Part 1: Generate macros for non-BMP lowercase/uppercase/folding with make_unicode.py. r=till
2016-07-20 14:11:35 +09:00
Xidorn Quan
76db18facb
Bug 1284406 part 3 - Export ICU headers in include/unicode. r=glandium
...
MozReview-Commit-ID: FuwAgEGjhxm
--HG--
extra : source : c07ceab42b47b18a1e8d436e7c888bdd113575fa
2016-07-20 15:00:13 +10:00
Xidorn Quan
173dc1aa41
Bug 1284406 part 2 - Avoid including ICU header when Intl API is disabled. r=Waldo
...
MozReview-Commit-ID: IirLcgh8s89
--HG--
extra : source : 5385c9f8d274ae0625fe2ed5ae11be3016639ea2
2016-07-20 15:00:13 +10:00
Andi-Bogdan Postelnicu
3187c6542a
Bug 1287776 - eliminate assignment from MOZ_ASSERT in EnsureContentXBLScope. r=bholley
...
MozReview-Commit-ID: 47a4XSAiQRP
--HG--
extra : rebase_source : e1a2b1732d598ee577c0f541d4fc5ceb961dc68f
2016-07-19 21:57:37 +03:00
Ehsan Akhgari
36b7d9bfd1
Bug 1277135 - Add an rval argument to JS::CloneAndExecuteScript(); r=jorendorff
2016-07-19 19:40:51 -04:00
Luke Wagner
c7232efb25
Bug 1284155 - Baldr: add support for same-instance Table imports (r=bbouvier)
...
MozReview-Commit-ID: DMMtDimNiAt
--HG--
extra : rebase_source : dba9107260d5f2f697f95e05258a8a5b76f88faa
2016-07-19 15:49:31 -05:00
Luke Wagner
27473ec09d
Bug 1284155 - Baldr: add Table.set support for the same-instance case (r=bbouvier)
...
MozReview-Commit-ID: 4QclLRTJ7KZ
--HG--
extra : rebase_source : 285aacb6749567a4499d458f97fe916c2ef23fc7
2016-07-19 15:23:11 -05:00
Fabrice Desré
7846da76d6
Bug 1287107 - Making transition alive with gaia as chrome:// r=bholley,fabrice
...
MozReview-Commit-ID: 9uVUrmuVFXQ
--HG--
extra : rebase_source : 20f6f0235667530c21aca4889b5d33e39c2d1a48
2016-03-03 09:58:47 -08:00
Terrence Cole
d39bbfbbab
Bug 1119537 - Make decommit a proper GC phase; r=jonco
...
--HG--
extra : rebase_source : 849c51f66694fa0d58f92d076d1b8bc59b29289b
2016-02-26 08:03:30 -08:00
Terrence Cole
7cf17460c7
Bug 1251463 - Remove ShrinkGCBuffers; r=jonco,r=mccr8
...
--HG--
extra : rebase_source : e185ec4d3a043bb7227fdc0a296a14811741cf17
2016-02-25 15:52:59 -08:00
Sander Mathijs van Veen
935ac235b1
Bug 1279992 - Inline constructor of typed arrays with non-compile-time known size. r=jandem, r=Waldo
...
--HG--
extra : rebase_source : e5deaa00e3045c51e1ede8afc8e80fd7be12c87b
2016-07-21 07:57:00 -04:00
Eddy Bruel
f21d4036bf
Bug 1271650 - Implement a C++ interface for DebuggerFrame.getImplementation. r=jimb
2016-07-20 14:03:57 +02:00
Eddy Bruel
c26a8fb3e5
Bug 1271650 - Implement a C++ interface for DebuggerFrame.getType. r=jimb
2016-07-20 14:03:19 +02:00
Eddy Bruel
e34ec9b2e4
Bug 1271650 - Implement a C++ interface for DebuggerFrame.getOlder. r=fitzgen
2016-07-20 13:55:17 +02:00
Eddy Bruel
b4a353e101
Bug 1271650 - Implement a C++ interface for DebuggerFrame.getOffset. r=fitzgen
2016-07-20 13:53:10 +02:00
Benjamin Bouvier
f8024aec29
Bug 1286517: Rename AsmJS{Load,Store}GlobalVar to Wasm{Load,Store}GlobalVar; r=luke
...
MozReview-Commit-ID: E7vPsXm1WDs
--HG--
extra : rebase_source : 4b54ac9d022cf1998261f604b9985a19aa1eed27
2016-07-20 19:47:13 +02:00
Terrence Cole
b95b9ea26a
Bug 1263771 - Sweep the InnerViewTable with WeakCache; r=sfink
...
--HG--
extra : rebase_source : 2e075b47cefdc9a191b72d1f4f15d16fd6d9ec45
2015-12-21 16:20:42 -08:00
Terrence Cole
b8be00dd83
Bug 1287399 - Allow the pre-barrier verifier to work in the presence of OMT parsing; r=jonco
...
--HG--
extra : rebase_source : 4983f6ef29dd4479d215169be85b481328e48784
2016-07-19 10:49:39 -07:00
Heiher
38212560dd
Bug 1287355 - OdinMonkey: MIPS: Remove temp register allocation on AsmJSLoadFuncPtr. r=luke
...
---
js/src/jit/mips-shared/LIR-mips-shared.h | 15 ---------------
js/src/jit/mips-shared/Lowering-mips-shared.cpp | 6 ------
js/src/jit/mips-shared/Lowering-mips-shared.h | 1 -
3 files changed, 22 deletions(-)
2016-07-19 23:43:41 +08:00
Heiher
fd7f51ff80
Bug 1287351 - OdinMonkey: MIPS: Implement many simple operations in the MacroAssembler. r=lth
...
---
js/src/jit/MacroAssembler.h | 56 +++----
.../mips-shared/MacroAssembler-mips-shared-inl.h | 177 +++++++++++++++++++++
.../jit/mips-shared/MacroAssembler-mips-shared.cpp | 7 +
3 files changed, 212 insertions(+), 28 deletions(-)
2016-07-19 23:43:40 +08:00
Heiher
dfc7553d21
Bug 1287351 - IonMonkey: MIPS: Expose max and min in the MacroAssembler + move code. r=lth
...
---
.../jit/mips-shared/CodeGenerator-mips-shared.cpp | 87 +++------------------
.../jit/mips-shared/MacroAssembler-mips-shared.cpp | 90 ++++++++++++++++++++++
.../jit/mips-shared/MacroAssembler-mips-shared.h | 5 ++
3 files changed, 105 insertions(+), 77 deletions(-)
2016-07-19 23:43:39 +08:00
Heiher
b7fdb50a58
Bug 1287349 - OdinMonkey: MIPS: Implement WasmBoundsCheck/Load/Store and semantics. r=luke
...
---
js/src/jit/mips-shared/Lowering-mips-shared.cpp | 69 +++++++++++++++++++++++++
js/src/jit/mips-shared/Lowering-mips-shared.h | 3 ++
2 files changed, 72 insertions(+)
2016-07-19 23:43:38 +08:00
Heiher
edaafdfb65
Bug 1287349 - IonMonkey: MIPS: Implement SupportsUnalignedAccesses. r=luke
...
---
js/src/jit/mips-shared/Assembler-mips-shared.h | 3 +++
1 file changed, 3 insertions(+)
2016-07-19 23:43:37 +08:00
Heiher
edda13ceb1
Bug 1287356 - IonMonkey: MIPS: Implement MacroAssembler::outOfLineTruncateSlow. r=lth
...
---
js/src/jit/MacroAssembler.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
2016-07-19 23:43:36 +08:00
Eddy Bruel
ab46042853
Bug 1279129 - Should schedule delazification for Debugger when relazifying scripts. r=jandem
2016-07-19 17:41:32 +02:00