Commit Graph

55421 Commits

Author SHA1 Message Date
Nicolas B. Pierron
e3cd2306b8 Bug 1264948 part 1 - Register if the LifoAlloc is supposed to be infallible or not. r=jonco,h4writer
This patch adds a new flag to the LifoAlloc structure, which would be used to
assert when we attempt to allocate a new chunk for the LifoAlloc.  This ensure
that we assert (in debug builds) if we attempt to allocate beyong the reserved
space of the ballast.
2016-06-20 13:54:08 +00:00
Nicolas B. Pierron
b8c0bce946 Bug 1264948 - Compily with Windows lack of support for noexcept keyword. r=me 2016-06-20 13:54:08 +00:00
Jon Coppeard
7a56c56bda Bug 1280588 - Fix OOM handling in shell SetGCCallback function r=sfink 2016-06-20 12:57:10 +01:00
Jon Coppeard
a54a6f9345 Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem 2016-06-18 10:46:13 +01:00
Christian Holler
2c1b44b88b Bug 1280872 - Fix WasmLoop code to use RootedWasmInstanceObject. r=bbouvier
MozReview-Commit-ID: AX5iOFnG5KX

--HG--
extra : histedit_source : 8556b2b422c8d12143be256e3150aad5017c314a
2016-06-20 12:18:44 +02:00
Luke Wagner
35cdfdaf9f Bug 1276028 - Baldr: store names as offsets into bytecode (r=bbouvier) 2016-06-19 00:29:11 +01:00
Sebastian Hengst
b8d1db4420 Backed out changeset f1209b27c6a8 (bug 1276028) for assertion failure in Vector.h during test_asjm.js. r=backout 2016-06-19 12:36:47 +02:00
Luke Wagner
d792ea11f1 Bug 1276028 - Baldr: store names as offsets into bytecode (r=bbouvier) 2016-06-19 00:29:11 +01:00
Sebastian Hengst
704cb4042f Backed out changeset afc3c6a5f93a (bug 1280407) for mass Spidermonkey failures. r=backout 2016-06-18 14:50:38 +02:00
Jon Coppeard
c1235a507a Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem 2016-06-18 10:46:13 +01:00
Sebastian Hengst
90043bfdaa Backed out changeset a58b9ab5dff0 (bug 1280407) for errors in testThreadingThread.cpp in SM(nu). r=backout 2016-06-18 12:53:01 +02:00
Jon Coppeard
404b8e32be Bug 1280407 - Use SystemAllocPolicy rather that the default with mozilla::Vector in the JS engine r=sfink r=fitzgen r=jandem 2016-06-18 10:46:13 +01:00
Nick Fitzgerald
c823acfbbc Bug 1267551 - Use MOZ_MUST_USE in js/src/vm/Debugger.h; r=jimb 2016-06-17 13:52:44 +01:00
Nick Fitzgerald
a4668d0b79 Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNodeShortestPaths.h; r=jimb 2016-06-17 13:52:44 +01:00
Nick Fitzgerald
5545da0648 Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNodePostOrder.h; r=jimb 2016-06-17 13:52:44 +01:00
Nick Fitzgerald
3a2a30627d Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNodeDominatorTree.h; r=jimb 2016-06-17 13:52:44 +01:00
Nick Fitzgerald
8d76510cde Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNodeCensus.h; r=jimb 2016-06-17 13:52:43 +01:00
Nick Fitzgerald
7b5d1178b4 Bug 1267551 - Use MOZ_MUST_USE in js/public/UbiNode.h; r=jimb 2016-06-17 13:52:43 +01:00
Nick Fitzgerald
59c369b80e Bug 1267551 - Stop trying to align method declarations in js/src/vm/SavedStacks.h; r=jimb
It just makes unrelated changes mess up blame when they fix indentation, or it
makes the indentation go bad to preserve blame. Neither is a good outcome...
2016-06-17 13:52:43 +01:00
Nick Fitzgerald
1af5913054 Bug 1267551 - Use MOZ_MUST_USE in js/src/vm/SavedStacks.h; r=jimb 2016-06-17 13:52:43 +01:00
Nick Fitzgerald
e19be2da7c Bug 1267551 - Use MOZ_MUST_USE in js/src/vm/SavedFrame.h; r=jimb 2016-06-17 13:52:43 +01:00
Steve Fink
4def6edc38 Bug 1272887 followup fix - alignas is not yet allowed, r=till
--HG--
extra : rebase_source : ff8b1293541493fd3639ebc7d2652cd34d66f824
extra : histedit_source : fa36fd9ce4faac7ff7d82b0272178154b90e55b7
2016-06-07 20:31:37 -07:00
Benjamin Bouvier
f35f218928 Bug 1279539: Simplify passing float32 arguments to a wasm FFI; r=luke
MozReview-Commit-ID: 9dtJOnpOhxE

--HG--
extra : rebase_source : 8c2878b068e862ede737270fbf7be731db52e1c8
2016-06-15 17:08:55 +02:00
Jan de Mooij
06a262d8ad Bug 1278839 followup - Fix test to check oomTest is present. r=me 2016-06-16 13:10:15 +01:00
Jan de Mooij
eab2a7d8f2 Bug 1278839 - Fix a trivial OOM in SetJitCompilerOption. r=nbp 2016-06-16 12:09:24 +01:00
Thomas Zimmermann
ae77e30012 Bug 1276927: Remove Gonk from JS builds where possible, r=dvander
B2G/Gonk is just a special case of Android builds. Removing Gonk
code from JS builds simplifies the build process and maintenance.

MozReview-Commit-ID: 6mxm2Hqmx0c
2016-06-16 08:43:51 +01:00
Sebastian Hengst
47f0d2bc81 Backed out changeset a3f3f077a1ec (bug 1264948) for 'warning treated as error' build failure in JitAllocPolicy.h at least on Windows XP. r=backout on a CLOSED TREE 2016-06-15 19:20:29 +02:00
Sebastian Hengst
44e3577953 Backed out changeset ceb7ec4fd334 (bug 1264948) 2016-06-15 19:19:04 +02:00
Sebastian Hengst
03411b6526 Backed out changeset 8dfdec5ed99b (bug 1264948) 2016-06-15 19:19:00 +02:00
Sebastian Hengst
f2da8129aa Backed out changeset 8e99a0d76e62 (bug 1264948) 2016-06-15 19:18:57 +02:00
Sebastian Hengst
5f3aee96a7 Backed out changeset c1c123367921 (bug 1264948) 2016-06-15 19:18:53 +02:00
Sebastian Hengst
cb4c0e496d Backed out changeset 46d50a87b3b5 (bug 1264948) 2016-06-15 19:18:03 +02:00
Sebastian Hengst
fa09ca3da8 Backed out changeset 831077a22f58 (bug 1264948) 2016-06-15 19:17:59 +02:00
Sebastian Hengst
299ca506e6 Backed out changeset 87f37f6cde59 (bug 1264948) 2016-06-15 19:17:55 +02:00
Luke Wagner
f3398cf009 Bug 1276028 - Baldr: address review comments (r=bbouvier)
--HG--
extra : rebase_source : 974c969fb580b41396aa25e78f379efac96487d8
2016-06-15 06:02:34 +01:00
Nicolas B. Pierron
9c080f9614 Bug 1264948 - IonBuilder::addOsrValueTypeBarrier, check for OOMs when unboxing OSR values. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
7551aa899d Bug 1264948 - IonBuilder::inlineArray, check for OOMs when creating array elements without resume points. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
1710de95c9 Bug 1264948 - MBasicBlock::inherit, check for OOMs when allocating Phi nodes. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
9676f23598 Bug 1278303 part 4 - Fix correctness issue of MCreateThis new-target operand index. r=efaust 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
e7fa0b9e88 Bug 1278303 part 3 - Use a macro to define a list of getOperand accessors. r=jandem 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
c70ce7ef1f Bug 1278303 part 2 - Add MInstruction::New(TempAllocator::Fallible, ...) overload to all trivial MIR Instructions. r=jandem 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
6d57ca85cc Bug 1278303 part 1 - Prevent uses of TempObject new operator on MIR Instructions. r=jandem 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
c1242e255e Bug 1264948 - MBasicBlock::addPredecessor, check for OOMs when allocating Phi nodes. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
6bf999e76d Bug 1264948 - IonBuilder::init, fixup 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
7076b72f19 Bug 1264948 - IonBuilder::init, reserve ballast space after freezing type sets. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
bc7d399953 Bug 1264948 - Disable infallible allocator assertion for iregexp. r=bhackett 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron
f8e392903f Bug 1264948 part 1 - Register if the LifoAlloc is supposed to be infallible or not. r=jonco,h4writer
This patch adds a new flag to the LifoAlloc structure, which would be used to
assert when we attempt to allocate a new chunk for the LifoAlloc.  This ensure
that we assert (in debug builds) if we attempt to allocate beyong the reserved
space of the ballast.
2016-06-15 16:27:17 +00:00
Andrea Marchesini
37ac18fc67 Bug 1269162 - part 6 - Merge XMLHttpRequestWorker and XMLHttpRequestMainThread, r=smaug
--HG--
rename : dom/xhr/nsXMLHttpRequest.cpp => dom/xhr/XMLHttpRequestMainThread.cpp
rename : dom/xhr/nsXMLHttpRequest.h => dom/xhr/XMLHttpRequestMainThread.h
2016-06-27 19:13:41 +02:00
Nicolas B. Pierron
c31c1d4b33 Bug 1229813 - Improve Branch Pruning heuristics. r=jandem 2016-06-27 16:52:47 +00:00
Eddy Bruel
126baca8ab Bug 1271649 - Implement a C++ interface for Debugger.Environment instances;r=shu 2016-06-27 18:04:09 +02:00
Sebastian Hengst
7dfaffa147 Backed out changeset c70c3d933ee8 (bug 1276028) for SM(nu) failures in WasmGenerator.cpp. r=backout 2016-06-15 12:38:07 +02:00
Sebastian Hengst
5390fd760d Backed out changeset 74d8bc4c921f (bug 1276927) 2016-06-15 12:24:07 +02:00
Thomas Zimmermann
515c0bfac4 Bug 1276927: Remove Gonk from JS builds where possible, r=dvander
B2G/Gonk is just a special case of Android builds. Removing Gonk
code from JS builds simplifies the build process and maintenance.

MozReview-Commit-ID: 6mxm2Hqmx0c
2016-06-15 10:59:48 +01:00
Luke Wagner
a9533fbac8 Bug 1276028 - Baldr: address review comments (r=bbouvier) 2016-06-15 06:02:34 +01:00
Ehsan Akhgari
1db86caf2d Bug 1279618 - Don't touch the js::Class in JSObject::finalize() after having called the finalizer on it; r=jonco 2016-06-14 23:49:54 +01:00
Heiher
0d8db9555e Bug 1279970 - IonMonkey: MIPS: Clean dummy copysign. r=bbouvier
---
 js/src/jit/mips-shared/Lowering-mips-shared.cpp | 6 ------
 1 file changed, 6 deletions(-)
2016-06-14 23:29:06 +08:00
Lars T Hansen
bd9aa07076 Bug 1278635 - about:config pref for Wasm baseline jit. r=luke
--HG--
extra : rebase_source : 61deacc42587de2aab04aa00da1614a9a916dcf1
2016-06-08 13:25:23 +02:00
Lars T Hansen
2a5c7f48c9 Bug 1232205 - Wasm baseline compiler. r=luke, r=bbouvier
--HG--
extra : rebase_source : 36c6cc4a517c8a35070adbd02e26c9acbe3b4547
2016-06-14 12:00:30 +01:00
Lars T Hansen
65b0869d9e Bug 1232205 - Wasm baseline: Add wasm baseline directives to wasm tests. r=bbouvier
--HG--
extra : rebase_source : 1d767a92972eeb4cd21ac705a6b580f78d48ddff
2016-06-10 09:22:23 +02:00
Lars T Hansen
136c1d78af Bug 1232205 - Wasm baseline: Add wasm baseline logic to test driver. r=bbouvier
--HG--
extra : rebase_source : 46f089a352bb1b5dfc16f1434a0c366ccb09cdfe
2016-06-02 16:27:20 +02:00
Lars T Hansen
9af7246a47 Bug 1232205 - Wasm baseline: Factor outOfLineWasmTruncateCheck and outOfLineTruncateSlow, on x86-shared. r=bbouvier
--HG--
extra : rebase_source : 06266204a20175e6939be925869c1cdcb5159d74
2016-06-06 15:11:51 +02:00
Lars T Hansen
8ec23c07dd Bug 1232205 - Wasm baseline: Factor out floating min and max, on x86-shared. r=bbouvier
--HG--
extra : rebase_source : d6a672b57f12fc7c848cdd040bb4129c23ee3cb9
2016-06-02 16:54:09 +02:00
Lars T Hansen
5f37b82773 Bug 1232205 - Wasm baseline: Factor out int64ToFloatingPoint and truncateToInt64, on x64. r=bbouvier
--HG--
extra : rebase_source : 91eac395cae061be1f6309f8f36c649010e10703
2016-06-08 12:17:17 +02:00
Lars T Hansen
8938a215ec Bug 1232205 - Wasm baseline: Add AllSingleMask for x86, ARM, ARM64, and none. r=bbouvier
--HG--
extra : rebase_source : 55a878e5d141b9a6277a43f25e39173f8c780f3f
2016-06-02 15:47:41 +02:00
Lars T Hansen
9e9fafcd38 Bug 1232205 - Wasm baseline: infrastructure. r=bbouvier, r=luke
--HG--
extra : rebase_source : 8e63d1b7ee1a07f8c7cb5d0331eeb11b29620abf
2016-06-14 11:22:21 +01:00
Olli Pettay
6371f21e0c Bug 1279746 - Optimize xpc_TryUnmarkWrappedGrayObject, r=mccr8 2016-06-14 13:14:21 +01:00
Jon Coppeard
76a6432836 Bug 1279879 - Add some tests to the list of expected timeouts for compacting GC testing r=sfink DONTBUILD 2016-06-14 12:50:54 +01:00
Sebastian Hengst
0b53dac131 Backed out changeset dcd9e1d4254a (bug 1279539) for failing to compile on arm64. r=backout 2016-06-13 17:24:13 +02:00
Benjamin Bouvier
b4c3a36abc Bug 1279539: Mark register as float when storing a float arg for a call; r=luke
The canonicalization path exposed a type inconsistency: we use storeDouble
while the input can be a Float32. In this case, we just need to mark the
register as containing a double: that's fine since pushing a double pushes the
low float32 on all platforms.

MozReview-Commit-ID: DWchkdLw1Wa

--HG--
extra : rebase_source : 7a8bbed8436786fbce414b5fc5a0558aa9c0322b
extra : histedit_source : 159a20650a0a94c20487cce015fb45b982ac7ae2
2016-06-13 09:54:19 +02:00
Benjamin Bouvier
8bd74b2915 Bug 1268024: split HeapAccess into MemoryAccess and BoundsCheck; r=luke
MozReview-Commit-ID: 5F3fFNACx7u

--HG--
extra : rebase_source : 8de8fab7dcdafcbc7123465bb411f9b230c3e68e
2016-06-13 10:24:51 +02:00
Heiher
5b234ce707 Bug 1279761 - IonMonkey: MIPS: Implement MCopySign. r=bbouvier
---
 .../jit/mips-shared/CodeGenerator-mips-shared.cpp  | 39 ++++++++++++++++++++++
 js/src/jit/mips-shared/CodeGenerator-mips-shared.h |  2 ++
 js/src/jit/mips-shared/Lowering-mips-shared.cpp    | 24 +++++++++++++
 js/src/jit/mips-shared/Lowering-mips-shared.h      |  1 +
 4 files changed, 66 insertions(+)
2016-06-13 22:23:09 +08:00
Jon Coppeard
0c440bfc7c Bug 1278832 - Make sure heap check zeal mode traces the heap outside of a GC r=terrence 2016-06-13 11:39:10 +01:00
Nick Fitzgerald
ef68e1bb4f Bug 1279633 - Define AsmJSCache_MIN in terms of AsmJSCacheSuccess, instead of the other way around; r=till
rust-bindgen will make an enum variant for the first definition it encounters,
and then define duplicates as constants outside of the enum definition. This has
the unfortunate effect of making AsmJSCache_MIN an enum variant and
AsmJSCache_Success the constant definition outside of the enum in the case of
the AsmJSCacheResult enumeration. This commit rectifies that.

This upstreams the following commit from servo/mozjs:

    50f47cf Bind AsmJSCache_Success rather than AsmJSCache_MIN
2016-06-12 08:04:48 -07:00
Nick Fitzgerald
72b1047e0c Bug 1279349 - Untabify js/src/make-source-package.sh; r=sfink 2016-06-12 08:01:26 -07:00
Nomis101
a7159d9c6b Bug 1279732 - "Fix comment typo in Assembler-mips64.cpp". r=arai 2016-06-11 10:41:45 +02:00
Nicholas Nethercote
01a3b82ac4 Bug 1267551 (part 12) - Use MOZ_MUST_USE even more in js/src/jit/. r=h4writer.
This catches a few missing checks.

--HG--
extra : rebase_source : c70e85efe29461f577794e7fb795d9dc2ed0f024
2016-06-08 16:10:45 +10:00
Jan de Mooij
5085e17052 Bug 1272598 part 5 - Allocate arguments objects from Ion JIT code. r=luke 2016-06-11 15:01:49 +02:00
Jan de Mooij
d0d11e46ed Bug 1272598 part 4 - Remove script and dataBytes from ArgumentsData. r=luke 2016-06-11 15:01:22 +02:00
Jan de Mooij
d3b4c2970a Bug 1272598 part 3 - Remove JS_OVERWRITTEN_CALLEE. r=luke 2016-06-11 15:00:51 +02:00
Jan de Mooij
1e1810a8dd Bug 1272598 part 2 - Move ArgumentsData::callee to a reserved slot on the object. r=luke 2016-06-11 14:59:37 +02:00
Jan de Mooij
43efa0f1ea Bug 1272598 part 1 - Move ArgumentsObject deleted bits into a new RareArgumentsData class. r=luke 2016-06-11 14:59:03 +02:00
Jan de Mooij
557a2cd901 Bug 1268224 - Fix canonicalization in more-deterministic builds. r=lth 2016-06-11 10:39:14 +02:00
Jeff Walden
a7cb086da3 Bug 1270076 - Make CallArgs's JS_DEBUG-only handling of asserting proper rval()/calleev() sequencing work without using enumerated types, for Servo bindings. r=nox/r=jwalden tag-team effort 2016-06-07 16:55:49 -07:00
Jeff Walden
6227e6e115 Bug 628391 - Enable a let-related test that can be made to work now that let isn't versioned. r=shu 2016-06-07 15:12:21 -07:00
Luke Wagner
f0985ff73c Bug 1276028 - Baldr: replace JSCompartment::weakInstanceWeakList with WeakCache (r=shu)
MozReview-Commit-ID: BOS1U45nax1

--HG--
extra : rebase_source : 3ed2cf22e3f829cd0ffec1574124f5a825973995
2016-06-10 16:52:35 -05:00
Ralph Giles
f608c28218 Bug 1275744 - Reference MOZ_LOG in xpconnect comments. r=erahm
NSPR_LOG_MODULES is deprecated.

MozReview-Commit-ID: 7a3EwGBFExT

--HG--
extra : rebase_source : fd4a85fcb89ac06038a1d30afd3607151a9e63ec
2016-05-25 16:31:13 -07:00
Tooru Fujisawa
f378b10947 Bug 1279467 - Fix null handling in RegExp character class with unicode flag. r=till 2016-06-11 06:04:34 +09:00
Tom Schuster
ceada12523 Bug 1279366 - Handle @@hasInstance correctly for proxies. r=mrrrgn 2016-06-10 22:41:08 +02:00
Luke Wagner
f3fb5495b4 Bug 1276028 - Baldr: split out wasm::Instance from wasm::Module (rs=bbouvier)
MozReview-Commit-ID: INoF77LDV1o
2016-06-10 13:28:05 -05:00
Luke Wagner
e3b781c814 Bug 1276028 - Odin: remove slow-function reporting (r=bbouvier)
MozReview-Commit-ID: JzmkLmxOkDc
2016-06-10 13:28:04 -05:00
Luke Wagner
9387c0c616 Bug 1276028 - Baldr: move x64 global patching out of MacroAssembler (r=bbouvier)
MozReview-Commit-ID: EmMmfhnf2dI
2016-06-10 13:28:04 -05:00
Luke Wagner
7776d8badf Bug 1276028 - Baldr: tidy up ExportMap (r=bbouvier)
MozReview-Commit-ID: BXiB6G53tXY
2016-06-10 13:28:04 -05:00
Luke Wagner
212477fd5a Bug 1276028 - Odin: remove trace hook from AsmJSModule (r=bbouvier)
MozReview-Commit-ID: ANWnRrz7fM4
2016-06-10 13:28:04 -05:00
Sebastian Hengst
1d72e028bb Backed out changeset a4e54f664175 (bug 1264948) for Static failures in Ion.cpp and undefined oomTest in bug1269756.js. r=backout 2016-06-10 19:35:55 +02:00
Sebastian Hengst
fadcacfdd5 Backed out changeset cc9f6e6c7d42 (bug 1264948) 2016-06-10 19:34:47 +02:00
Sebastian Hengst
484bd75c57 Backed out changeset dcf8fc5c0f34 (bug 1264948) 2016-06-10 19:34:43 +02:00
Sebastian Hengst
a6e15974a7 Backed out changeset c8ee3d056695 (bug 1264948) 2016-06-10 19:34:39 +02:00
Sebastian Hengst
ca91e1647e Backed out changeset 74d0a284f6ff (bug 1278303) 2016-06-10 19:34:35 +02:00
Sebastian Hengst
6dfb5f0411 Backed out changeset c255a40804be (bug 1278303) 2016-06-10 19:34:31 +02:00
Sebastian Hengst
ea074643bf Backed out changeset bf9adef81e8d (bug 1278303) 2016-06-10 19:34:28 +02:00
Sebastian Hengst
29f52dcb48 Backed out changeset 09359e9505b1 (bug 1278303) 2016-06-10 19:34:24 +02:00
Nicolas B. Pierron
49eaf47415 Bug 1278303 part 4 - Fix correctness issue of MCreateThis new-target operand index. r=efaust 2016-06-10 16:56:29 +00:00
Nicolas B. Pierron
f4d1e2ec74 Bug 1278303 part 3 - Use a macro to define a list of getOperand accessors. r=jandem 2016-06-10 16:56:28 +00:00
Nicolas B. Pierron
97604746eb Bug 1278303 part 2 - Add MInstruction::New(TempAllocator::Fallible, ...) overload to all trivial MIR Instructions. r=jandem 2016-06-10 16:56:28 +00:00
Nicolas B. Pierron
d86a389260 Bug 1278303 part 1 - Prevent uses of TempObject new operator on MIR Instructions. r=jandem 2016-06-10 16:56:28 +00:00
Nicolas B. Pierron
e999fefdc1 Bug 1264948 - MBasicBlock::addPredecessor, check for OOMs when allocating Phi nodes. r=h4writer 2016-06-10 16:56:28 +00:00
Nicolas B. Pierron
a50177d70f Bug 1264948 - IonBuilder::init, reserve ballast space after freezing type sets. r=h4writer 2016-06-10 16:56:28 +00:00
Nicolas B. Pierron
c9435d2d82 Bug 1264948 - Disable infallible allocator assertion for iregexp. r=bhackett 2016-06-10 16:56:27 +00:00
Nicolas B. Pierron
bfa1121798 Bug 1264948 part 1 - Register if the LifoAlloc is supposed to be infallible or not. r=jonco,h4writer
This patch adds a new flag to the LifoAlloc structure, which would be used to
assert when we attempt to allocate a new chunk for the LifoAlloc.  This ensure
that we assert (in debug builds) if we attempt to allocate beyong the reserved
space of the ballast.
2016-06-10 16:56:27 +00:00
Benjamin Bouvier
072ef92b0a Bug 1279524: Implement dummy copysign on MIPS; r=jonco
DONTBUILD

MozReview-Commit-ID: 1ADS4Sh9yl6

--HG--
extra : rebase_source : 063218ef4e705b551425c1da72b272f0bc5c43bc
2016-06-10 16:58:34 +02:00
Jonathan Watt
b15368cfcb Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
Till Schneidereit
05f5004e10 Bug 1260104 - Follow-up to fix shell script permissions. r=bustage 2016-06-10 11:46:57 +02:00
Till Schneidereit
0f6f35176e Bug 911216 - Part 23: Use mozilla::TimeStamp::Now() instead of PRMJ_Now() for Promise timestamps. r=efaust 2016-06-10 11:11:05 +02:00
Till Schneidereit
5fd496f69a Bug 1260104 - Fix make source-package regressions introduced by phytonification of the configure scripts. r=sfink 2016-06-10 11:11:01 +02:00
Jan de Mooij
7d9c604b9f Bug 1278947 part 2 - Remove JSContext callback. r=luke
--HG--
extra : rebase_source : 378bfb8d1b78fe224742dc2ba5b0b788762c9780
2016-06-10 09:29:24 +02:00
Jan de Mooij
8c1aaa3154 Bug 1278947 part 1 - Stop using JSContext callback in XPConnect. r=bz
--HG--
extra : rebase_source : 1e971a2a2a2a2b9068bd59d98156fa84b8f4b105
2016-06-10 09:27:14 +02:00
Mike Hommey
6976cfdc58 Bug 1279096 - Exclude ffi_call from ASAN. r=decoder 2016-06-10 09:57:51 +09:00
Morgan Phillips
fe87d4df61 Bug 1278599 - Function[Symbol.hasInstance] should return false when called with a non-callable 'this'; r=evilpie
--HG--
extra : rebase_source : 8ab46a2e382ec326dd9a1130eb62e2e6015c2230
2016-06-09 01:38:47 -07:00
Tom Schuster
43a2338ba1 Bug 1245024 - Import test262 tests. r=efaust 2016-06-09 20:28:47 +02:00
Tom Schuster
ccef679ea1 Bug 1245024 - Implement Object.getOwnPropertyDescriptors. r=efaust,bz 2016-06-09 20:27:53 +02:00
Sebastian Hengst
cfe31e2dfa Backed out changeset 0ace95ea7f4c (bug 1229813) for assertions in e.g. SM(p) recover-object-bug1175233.js. r=backout 2016-06-09 16:38:51 +02:00
Nicolas B. Pierron
baca8a1699 Bug 1229813 - Improve Branch Pruning heuristics. r=jandem 2016-06-09 13:54:29 +00:00
Benjamin Bouvier
5835e4951b Bug 1278183: Implement MTest for int64 inputs; r=lth
MozReview-Commit-ID: DrOOz7MhSOC

--HG--
extra : rebase_source : eaecf556514cf06a6065ef0e063011e823c6b24b
2016-06-09 10:15:38 +02:00
Nicholas Nethercote
5592622f09 Bug 1277104 - Add strings to high-frequency MOZ_CRASH() occurrences. mccr8.
Some of these are guesses; it's not always clear from a crash report stack
trace which MOZ_CRASH() was hit.
2016-06-09 13:09:58 +10:00
Shu-yu Guo
3dd770634a Bug 1275001 - Fix Windows bustage. (r=me) 2016-06-08 21:24:46 -07:00
Shu-yu Guo
77a0b3ec78 Bug 1275001 - Fix RematerializedFrame::locals() when there's arguments underflow. (r=jandem) 2016-06-08 21:01:01 -07:00
Shu-yu Guo
aa82814823 Bug 1269711 - Update futex shell test. (r=lth) 2016-06-08 21:01:00 -07:00
Shu-yu Guo
591bde5c07 Bug 1269711 - Disallow JS interrupt callback function to affect exception state of interrupted JS. (r=jimb) 2016-06-08 21:01:00 -07:00
Christian Holler
4f47f7bb50 Bug 1278523 - Implement jsshell helper function readlineBuf. r=jandem
MozReview-Commit-ID: LXAWJqA3Jhw

--HG--
extra : rebase_source : 21b740b7d6fbd68113a7a05def7199f6a84767d3
2016-06-08 13:37:19 +02:00
Dustin J. Mitchell
62577b229f Bug 1275409: move legacy taskcluster-related scripts to taskcluster/scripts; r=wcosta
MozReview-Commit-ID: 7ilVJkNAPvE

--HG--
rename : testing/taskcluster/scripts/builder/build-emulator-x86.sh => taskcluster/scripts/builder/build-emulator-x86.sh
rename : testing/taskcluster/scripts/builder/build-emulator.sh => taskcluster/scripts/builder/build-emulator.sh
rename : testing/taskcluster/scripts/builder/build-haz-linux.sh => taskcluster/scripts/builder/build-haz-linux.sh
rename : testing/taskcluster/scripts/builder/build-linux.sh => taskcluster/scripts/builder/build-linux.sh
rename : testing/taskcluster/scripts/builder/build-mulet-haz-linux.sh => taskcluster/scripts/builder/build-mulet-haz-linux.sh
rename : testing/taskcluster/scripts/builder/build-mulet-linux.sh => taskcluster/scripts/builder/build-mulet-linux.sh
rename : testing/taskcluster/scripts/builder/build-simulator.sh => taskcluster/scripts/builder/build-simulator.sh
rename : testing/taskcluster/scripts/builder/build-sm-package.sh => taskcluster/scripts/builder/build-sm-package.sh
rename : testing/taskcluster/scripts/builder/build-sm.sh => taskcluster/scripts/builder/build-sm.sh
rename : testing/taskcluster/scripts/builder/desktop-setup.sh => taskcluster/scripts/builder/desktop-setup.sh
rename : testing/taskcluster/scripts/builder/gaia_props.py => taskcluster/scripts/builder/gaia_props.py
rename : testing/taskcluster/scripts/builder/get-objdir.py => taskcluster/scripts/builder/get-objdir.py
rename : testing/taskcluster/scripts/builder/hazard-analysis.sh => taskcluster/scripts/builder/hazard-analysis.sh
rename : testing/taskcluster/scripts/builder/install-packages.sh => taskcluster/scripts/builder/install-packages.sh
rename : testing/taskcluster/scripts/builder/pull-gaia.sh => taskcluster/scripts/builder/pull-gaia.sh
rename : testing/taskcluster/scripts/builder/setup-ccache.sh => taskcluster/scripts/builder/setup-ccache.sh
rename : testing/taskcluster/scripts/builder/sm-tooltool-config.sh => taskcluster/scripts/builder/sm-tooltool-config.sh
rename : testing/taskcluster/scripts/copy.sh => taskcluster/scripts/copy.sh
rename : testing/taskcluster/scripts/misc/build-cctools.sh => taskcluster/scripts/misc/build-cctools.sh
rename : testing/taskcluster/scripts/misc/build-clang-linux.sh => taskcluster/scripts/misc/build-clang-linux.sh
rename : testing/taskcluster/scripts/misc/build-gcc-linux.sh => taskcluster/scripts/misc/build-gcc-linux.sh
rename : testing/taskcluster/scripts/misc/minidump_stackwalk.sh => taskcluster/scripts/misc/minidump_stackwalk.sh
rename : testing/taskcluster/scripts/misc/repackage-jdk-centos.sh => taskcluster/scripts/misc/repackage-jdk-centos.sh
rename : testing/taskcluster/scripts/phone-builder/build-dolphin.sh => taskcluster/scripts/phone-builder/build-dolphin.sh
rename : testing/taskcluster/scripts/phone-builder/build-phone-ota.sh => taskcluster/scripts/phone-builder/build-phone-ota.sh
rename : testing/taskcluster/scripts/phone-builder/build-phone.sh => taskcluster/scripts/phone-builder/build-phone.sh
rename : testing/taskcluster/scripts/phone-builder/post-build.sh => taskcluster/scripts/phone-builder/post-build.sh
rename : testing/taskcluster/scripts/phone-builder/pre-build.sh => taskcluster/scripts/phone-builder/pre-build.sh
rename : testing/taskcluster/scripts/tester/harness-test-linux.sh => taskcluster/scripts/tester/harness-test-linux.sh
rename : testing/taskcluster/scripts/tester/test-b2g.sh => taskcluster/scripts/tester/test-b2g.sh
rename : testing/taskcluster/scripts/tester/test-linux.sh => taskcluster/scripts/tester/test-linux.sh
extra : rebase_source : 647914c181227d78a0694cf1417fbfe466a5c20d
2016-06-04 22:57:41 +00:00
Jan de Mooij
e61532ff2e Bug 1266768 - Give MBoundsCheck an explicit type policy. r=lth 2016-06-08 15:18:59 +02:00
Nicolas B. Pierron
821149abb3 Bug 1273955 - Bump the bytecode size limit of Ion to account for increased size of JSScript code length. r=h4writer 2016-06-08 12:54:44 +00:00
Lars T Hansen
168959f47a Bug 1278623 - fix emulation of POPCNT on x86. r=bbouvier
--HG--
extra : amend_source : 2bfa0d08832840203201804debbeb3dc90f9f8bc
2016-06-07 19:20:17 +02:00
Eddy Bruel
fe1f8cf596 Bug 1271653 - Update debugger docs;r=jimb 2016-06-08 10:13:07 +02:00
Eddy Bruel
d02995fceb Bug 1271653 - Move some code around;r=jimb 2016-06-08 10:08:52 +02:00
Eddy Bruel
fb75dd5153 Bug 1271653 - Move methods into DebuggerObject;r=jimb 2016-06-08 09:55:20 +02:00
Eddy Bruel
515ca2ed0a Bug 1271653 - Move properties into DebuggerObject;r=jimb 2016-06-08 09:48:23 +02:00
Nicholas Nethercote
ef71a3808e Bug 1278452 - Remove an unnecessary null check in js/src/shell/. r=mrbkap.
The check is unnecessary because |operator new| is infallible.

--HG--
extra : rebase_source : e0f72745c2f4298be0f72a015ebf67570911e2c6
2016-06-07 14:36:59 +10:00
Nicholas Nethercote
58cd6f2f27 Bug 1278452 - Remove an unnecessary null check in js/src/shell/. r=sfink.
--HG--
extra : rebase_source : 70c17c9daa82ab1249232840b5dfc7b4eb9284bf
2016-06-07 14:33:12 +10:00
Steve Fink
735d4c52b9 Bug 1277174 - Forbid nursery allocations within AutoAssertEmptyNursery, r=jonco
MozReview-Commit-ID: BY3ZQt9ax6a

--HG--
extra : rebase_source : 7001aaefe1590a903508fa6fe5186dff848319a8
2016-06-03 13:09:11 -07:00
Steve Fink
1eb9cc2888 Bug 1277938 - Remove the now-unused JS::ContextHasOutstandingRequests, r=bz
MozReview-Commit-ID: 3aGv7FadvQO

--HG--
extra : rebase_source : 2f88f1ac194ef21e7261c7c876de973800d6f28e
2016-06-03 12:32:01 -07:00
Steve Fink
1c2e047aa7 Bug 1277690 - Implement Cell::dump, and make (mostly) all dumpers accept a FILE*, r=jonco
MozReview-Commit-ID: 2tVz1Upt9lB

--HG--
extra : rebase_source : c07eae323450f65f5e6164c1082648cdcc7353da
2016-06-02 14:41:58 -07:00
Steve Fink
e915d9775e Bug 1272887 - Set alignment of PersistentRooted.ptr field for reinterpret_cast on win32, r=terrence
MozReview-Commit-ID: BMaft7pCX2q

--HG--
extra : rebase_source : 6313fc361c7499c164a7962205ccbc40efc22527
2016-06-02 12:37:09 -07:00
Jan de Mooij
061784f8d4 Bug 1277278 part 5 - Change ErrorToException's return type from bool to void. r=luke
--HG--
extra : rebase_source : 3980c391a676c2bb23738d1de992f0d91295be7a
2016-06-07 20:30:49 +02:00
Jan de Mooij
241f241de3 Bug 1277278 part 4 - Remove the warning case from ErrorToException. r=luke
--HG--
extra : rebase_source : 21fbb9ff2ef7e9104cd4fc4dcdf8420ffaa6df9b
2016-06-07 20:30:48 +02:00
Jan de Mooij
dad997a833 Bug 1277278 part 3 - Rename error reporter callback to warning reporter, assert it's only used for warnings. r=luke
--HG--
extra : rebase_source : ac1febc5220d649853f35c29de89a5e9ffb4fe98
2016-06-07 20:30:48 +02:00
Jan de Mooij
a253d97844 Bug 1277278 part 2 - Remove JS_ReportPendingException and js::ReportUncaughtException. r=luke
--HG--
extra : rebase_source : 7c46e31d178b3d0335924eb561c9a2a2dcb58730
2016-06-07 20:30:48 +02:00
Jan de Mooij
66faed38af Bug 1277278 part 1 - Remove ContextOptions and make autoJSAPIOwnsErrorReporting the default. r=luke
--HG--
extra : rebase_source : aa1dcba100a3bb7a5057b07284cf4a99353afe5a
2016-06-07 20:30:48 +02:00
Eddy Bruel
9ca9e93794 Bug 1271653 - Implement a C++ interface for global/allocationSite/errorMessageName;r=jimb 2016-06-07 18:21:03 +02:00
Sebastian Hengst
089884ef5f Backed out changeset 8eabc0613ebc (bug 1271653) for unused function build failure. r=backout on a CLOSED TREE 2016-06-07 17:38:45 +02:00
Eddy Bruel
f2f3d3df24 Bug 1271653 - Implement a C++ interface for global/allocationSite/errorMessageName;r=jimb 2016-06-07 16:35:39 +02:00
Eddy Bruel
53ffbadf0a Bug 1271653 - Implement a C++ interface for isCallable/isArrowFunction/parameterNames;r=jimb 2016-06-07 16:29:43 +02:00
Eddy Bruel
e24c9b4fd9 Backed out changeset 0d41c950b1a0 2016-06-07 16:28:23 +02:00
Eddy Bruel
b39492778a Bug 1271653 - Implement a C++ interface for isCallable/isArrowFunction/parameterNames;r=jimb 2016-06-07 16:24:51 +02:00
Benjamin Bouvier
22d4cffa7a Bug 1248555: Don't use the expected error directive in wasm/spec/; r=bustage
(because of platforms not supporting wasm at all)

MozReview-Commit-ID: 4GNERAe3YTD

--HG--
extra : rebase_source : 43fd616838fd5fca8d69081461d09b968c3a0622
2016-06-07 15:53:55 +02:00
Benjamin Bouvier
2d68d11d85 Bug 1275224: Implement MCopySign; r=sunfish
MozReview-Commit-ID: 37XQmP0v5sp

--HG--
extra : rebase_source : 7b7fa9206433fdc48ad2aaa6ee066464b5b616cd
2016-06-02 13:08:35 +02:00
Benjamin Bouvier
dc1074f166 Bug 1248555: Import wast test JS runners; r=mbx
MozReview-Commit-ID: 1anzFgd12Hm

--HG--
extra : rebase_source : 0a43a67cff26a1e32bdfb353318b64685365d98f
2016-06-02 13:08:27 +02:00
Benjamin Bouvier
4dbae087a1 Bug 1248555: run each WebAssembly spec test in its own script; r=mbx
MozReview-Commit-ID: 3DsyJamjqKy

--HG--
extra : rebase_source : 2d880e37e89f91ceb729b216fe7629ec6d26a13e
2016-05-26 10:38:48 +02:00
Masatoshi Kimura
d4872d9358 Bug 1278250 - Add a utility function to check if non-local connections are disabled. r=mcmanus,mrbkap 2016-06-07 22:17:42 +09:00
Carsten "Tomcat" Book
829d111d40 Backed out changeset 448365b11e37 (bug 1271653) for bustage on a CLOSED TREE 2016-06-07 14:03:26 +02:00
Carsten "Tomcat" Book
3cd506d57a Backed out changeset 080e7c18afed (bug 1271653) 2016-06-07 14:03:11 +02:00
Eddy Bruel
70b31c3964 Bug 1271653 - Implement a C++ interface for global/allocationSite/errorMessageName;r=jimb 2016-06-07 13:36:03 +02:00
Eddy Bruel
804d2ef16d Bug 1271653 - Implement a C++ interface for isCallable/isArrowFunction/parameterNames;r=jimb 2016-06-07 13:15:49 +02:00
Eddy Bruel
8accfc65e9 Bug 1271653 - Global environment functions should assert that referent is global;r=jimb 2016-06-07 12:35:59 +02:00
Eddy Bruel
6de3b7e047 Bug 1271653 - Bound function properties should assert that referent is debuggee function;r=jimb 2016-06-07 12:29:16 +02:00
Carsten "Tomcat" Book
24d44c69a3 Backed out changeset f3446f35deed (bug 1277483) for Windows 8 x64 opt Build bustage on a CLOSED TREE 2016-06-07 11:46:51 +02:00
Jon Coppeard
8dceeb2939 Bug 1277866 - Fix arm64 write to unboxed object r=nbp a=abillings 2016-06-07 10:10:31 +01:00
Ms2ger
38579768d4 Bug 1277483 - Move --enable-strip and --enable-install-strip to moz.configure; r=glandium 2016-06-03 11:11:40 +02:00
Makoto Kato
daf9534a3e Bug 1262052 - Remove unnecessary -mandroid parameter. r=glandium
When target is Android, -mandroid is default parameter from gcc 4.6  So we don't need add this options.

Also clang doesn't support this argument.

MozReview-Commit-ID: AuA3Y9vlgWE

--HG--
extra : rebase_source : c1866f56f131e666cc321d21fda1317532d46101
2016-06-07 16:07:39 +09:00
Andrea Marchesini
5a7749a26f Bug 1265767 - Subset of Blink FileSystem API - patch 2 - Entries, r=smaug 2016-06-07 00:55:16 +02:00
Heiher
f69651703d Bug 1277478 - OdinMonkey: MIPS: Fix nop-jump patching code. r=luke
---
 js/src/jit/mips-shared/MacroAssembler-mips-shared.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
2016-06-07 10:25:45 +08:00
Luke Wagner
a3c8c7e348 Bug 1278070 - Baldr: save bytecode when console open to any pane, not just debugger (r=shu)
MozReview-Commit-ID: CT7N7wn1BPB

--HG--
extra : rebase_source : 88d5be9ed2cb2cdd3f96d5dc570826ac4525de8e
2016-06-06 18:01:33 -05:00
Luke Wagner
e0962c91f1 Bug 1276028 - Baldr: split out CodeSegment and Metadata from Module (r=bbouvier)
MozReview-Commit-ID: AnITPZYpgp1

--HG--
extra : rebase_source : d3164565407ff3ddcb7da967ba32319f318c4f5d
2016-06-06 17:21:31 -05:00
Luke Wagner
57323900e3 Bug 1276028 - Baldr: move and privatize callImport (r=bbouvier)
MozReview-Commit-ID: LISVD5fg83L

--HG--
extra : rebase_source : 4dc05a115ce239883a9a67e3847041aeb176bb30
2016-06-06 17:18:55 -05:00
Luke Wagner
f3ec612c0a Bug 1276028 - Baldr: remove numFuncs (r=bbouvier)
MozReview-Commit-ID: uphgnEfhsN

--HG--
extra : rebase_source : c9c55194e49e2c55dd261fe18ee084e3fa1a188d
2016-06-06 17:18:55 -05:00
Luke Wagner
d2b6a31232 Bug 1276028 - Baldr: tidy up IsPod specialization (r=bbouvier)
MozReview-Commit-ID: KfI00OvIupL

--HG--
extra : rebase_source : 6bd2d215c844db185f6d392dfbae8ac84ae76ebc
2016-06-06 17:18:55 -05:00
Morgan Phillips
6cd35e0297 Bug 1054906 - Implement ES6 Symbol.hasInstance 2/2; r=jandem
--HG--
extra : rebase_source : 862c135973071b1cb8abc3a97ab446b7b137d7a8
2016-06-02 14:30:35 -07:00
Morgan Phillips
df95ec2891 Bug 1054906 - Implement ES6 Symbol.hasInstance 1/2; r=evilpie,bz
--HG--
extra : rebase_source : 66945f0b148fb6a36912544a52994daeffe76c7e
2016-06-06 11:59:41 -07:00
Terrence Cole
05f6aaf959 Bug 1276882 - Handle NaN sleep values explicitly; r=jandem
--HG--
extra : rebase_source : 08f79177e7d1a4a58952b6f95d952105105fdbaa
2016-06-06 15:01:09 -07:00
Andi-Bogdan Postelnicu
7f6a9257f5 Bug 1278251 - corrected assign instead of compare. r=bbouvier
MozReview-Commit-ID: 4QrWu0MOzJB

--HG--
extra : rebase_source : a199cd5c0b3f06716df6c85167f444b5ff49e853
2016-06-06 17:07:54 +03:00
Wes Kocher
53380a5863 Backed out 2 changesets (bug 1271653) for gc assertions CLOSED TREE
Backed out changeset 7a197b8bd00a (bug 1271653)
Backed out changeset 9c29d3067608 (bug 1271653)
2016-06-06 14:28:05 -07:00
Jan de Mooij
c440f2d057 Bug 1278223 part 2 - Change the shell to use a single cx per runtime and add a release assert to enforce this. r=luke 2016-06-06 19:45:35 +02:00
Eddy Bruel
817579cd0f Bug 1271653 - Global environment functions should assert that referent is global;r=jimb 2016-06-06 18:26:29 +02:00
Jon Coppeard
5f15a2d19b Bug 1275033 - Don't call into the VM for global objects that are already in the store buffer r=jandem 2016-06-06 17:15:16 +01:00
Eddy Bruel
7bce2ff615 Bug 1271653 - Bound function properties should assert that referent is debuggee function;r=jimb 2016-06-06 18:13:07 +02:00
Jakob Stoklund Olesen
fac7b52918 Bug 1277796 - Fix boolean SIMD constructors. r=bbouvier
Add better test coverage of boolean SIMD constructors with insufficient
arguments.

Add better test coverage of 8x16 and 16x8 constructor calls with missing args.

Fix a crash caused by a missing bool-to-int conversion before a boolean splat
when inlining a boolean constructor.

Fix a crash in the foldsTo method for boolean splats. The 8x16 and 16x8 booleans
were not implemented.

MozReview-Commit-ID: 71kjDpfw84h

--HG--
extra : rebase_source : d0d2f859f8daee3d9c50dbdc971c92b4a60a8543
2016-06-06 07:51:15 -07:00
Nathan Froyd
3a01463f29 Bug 1277867 - use uintptr_t more consistently in Value.h; r=luke
While the casts being changed in this patch are correct as they are,
other functions near these use uintptr_t.  For consistency's sake, it
seems better to use uintptr_t everywhere.
2016-06-06 17:01:40 -04:00
Eddy Bruel
a8745145ea Bug 1271653 - Implement a C++ interface for name/displayName;r=jimb 2016-06-06 14:50:12 +02:00
Eddy Bruel
8de72f868e Bug 1271653 - Implement a C++ interface for proto and className;r=jimb 2016-06-06 14:49:24 +02:00
Eddy Bruel
a1804c7b1e Bug 1271653 - Implement a C++ interface for the bound function properties;r=jimb 2016-06-06 14:48:11 +02:00
Eddy Bruel
97e08ffec4 Bug 1271653 - Implement a C++ function for makeDebuggeeValue/unsafeDereference/unwrap;r=jimb 2016-06-06 14:07:58 +02:00
Benjamin Bouvier
ec7dc9ab92 Bug 1277148: Make overflow testing more explicit in CheckIf; r=sunfish
MozReview-Commit-ID: HE9gRmid9FI

--HG--
extra : rebase_source : f003d14de92ab72ab40cce12f447a73a7cef8d35
extra : amend_source : bd5d1d483fd0102229f75683490074fc874541ee
2016-06-02 10:40:10 +02:00
Benjamin Bouvier
bc5984bc55 Bug 1277479: Use more ES6 features in Y.js; r=fitzgen ; DONTBUILD
MozReview-Commit-ID: G8f9iSL43Jw

--HG--
extra : rebase_source : 391ea220595c4b17f279e3f00538268641a7eae0
extra : amend_source : a3852f238df4cb618a42e7d102faec1ddac6f697
2016-06-02 10:20:51 +02:00
Sebastian Hengst
989509aea6 Backed out changeset b11548673318 (bug 1271653) for various crashes in javascript debugger tests, e.g. browser_dbg_break-on-dom-08.js. r=backout on a CLOSED TREE 2016-06-06 13:00:51 +02:00
Sebastian Hengst
8695b5e1eb Backed out changeset 368484809241 (bug 1271653) 2016-06-06 12:56:27 +02:00
Sebastian Hengst
02c5757672 Backed out changeset 9d4e3c2f6a90 (bug 1271653) 2016-06-06 12:56:24 +02:00
Eddy Bruel
68d7d02424 Bug 1271653 - Implement a C++ interface for proto and className;r=jimb 2016-06-06 11:51:06 +02:00
Eddy Bruel
41ad187d35 Bug 1271653 - Implement a C++ interface for the bound function properties;r=jimb 2016-06-06 11:40:47 +02:00
Eddy Bruel
07210c4141 Bug 1271653 - Implement a C++ function for makeDebuggeeValue/unsafeDereference/unwrap;r=jimb 2016-06-06 11:14:43 +02:00
Jan de Mooij
75d9ae197b Bug 1254197 - Don't change the result type of unboxed array loads. r=bhackett
--HG--
extra : rebase_source : e0772603652349e9361c41fe5307a16b4676501c
2016-06-06 10:35:08 +02:00