Граф коммитов

527542 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 491fa25872 Bug 1218437. Need to check that the value is an object before we try to UNWRAP_OBJECT it to check whether it's an Exception. r=qdot
MozReview-Commit-ID: 8lwCoilRz49
2017-03-27 14:50:41 -04:00
Luke Wagner 6ee8de375d Bug 1350988 - Baldr: disable new test when single-stepping not enabled (r=red)
MozReview-Commit-ID: B0EKToRiGul

--HG--
extra : rebase_source : 4a92f27a1f1f080c8c8e436953009f056feb4159
2017-03-27 13:15:44 -05:00
Nazım Can Altınova f876204de1 Bug 1350714 - Increase expected assertion range to 8 for background-draw-nothing-malformed-images.html r=emilio
MozReview-Commit-ID: 3aCyMzvNqeT

--HG--
extra : rebase_source : 8bb014a70b63e2543819675aec9d1303397f6c2b
2017-03-27 20:37:26 +03:00
Dustin J. Mitchell fd14ef2758 Bug 1351012: replace b2gtest with gecko-t-linux-xlarge; r=garndt
b2gtest uses *.xlarge instances, so it seems a reasonable substitution.

MozReview-Commit-ID: Ev6tnNpx13c

--HG--
extra : rebase_source : 87184b182d1428f041a5ae36e465d72dee6f7621
2017-03-27 20:18:38 +00:00
Kyle Machulis fd15c21a56 Bug 1350940 - Label Runnables in dom/plugins; r=bsmedberg
MozReview-Commit-ID: DCxeZUj6CEd

--HG--
extra : rebase_source : ff3c4f30530f289a69807c9762a18d40f2ffbc7d
2017-03-27 13:35:25 -07:00
Benjamin Bouvier 3aa4029c3a Bug 1350552: Set performCall for soft calls on ARM; r=luke
MozReview-Commit-ID: BCO2rxdyE9V

--HG--
extra : rebase_source : 7001f8b615d8f4491b41fe2e4869b8e599ba1535
2017-03-27 19:35:07 +02:00
Kartikaya Gupta ec69fdebcf Merge m-c to graphics
MozReview-Commit-ID: I4ehbSXNLmS
2017-03-27 09:18:34 -04:00
Benjamin Bouvier d9d55e7e93 Bug 1350550: Flush constant pool in wasm table entry; r=luke
MozReview-Commit-ID: GOshznmxycU

--HG--
extra : rebase_source : 5b607902df8528f2e59f69467aa5d71f0f05642f
2017-03-27 15:01:16 +02:00
Benjamin Bouvier 4a1f8b9e1f Bug 1350988 - Baldr: send ARM simulator dissassembly output to stderr (r=luke)
MozReview-Commit-ID: 75A0lNSLK2X
2017-03-27 19:44:48 +02:00
Luke Wagner 7613c224b4 Bug 1350988 - Baldr: don't clobber scratch register in interrupt stub (r=bbouvier)
MozReview-Commit-ID: 8LiqLSlv7Ro
2017-03-27 12:52:00 -05:00
Luke Wagner 7a388e5bfe Bug 1350988 - Baldr: don't attempt to unwind when in the interrupt stub (r=bbouvier)
MozReview-Commit-ID: ClaNpwweSSC
2017-03-27 12:51:33 -05:00
Kim Moir 5cb56629e4 Bug 1338871 - Enable Talos tests for linux64-stylo builds r=Callek DONTBUILD 2017-03-27 13:25:55 -04:00
Jon Coppeard 7df77b43e3 Bug 1350286 - Report size of nursery entries vector for NurseryAwayreHashMap r=sfink 2017-03-27 18:06:35 +01:00
Jon Coppeard 8989866c28 Bug 1350308 - Make incremental marking validator work in release builds r=sfink 2017-03-27 18:06:16 +01:00
Eric Rahm 9379e75d2f Bug 1350423 - Remove unused PL_ARENA macro in nsStaticNameTable. r=froydnj
MozReview-Commit-ID: 48qPrN7IOnf
2017-03-27 09:15:38 -07:00
Sebastian Hengst 3c61199fdc Backed out changeset 330d7f574b0c (bug 1350762) for breaking js plain shell tests on Windows. r=backout 2017-03-27 17:27:09 +02:00
Sebastian Hengst f9b394c35b Backed out changeset 9bbde2a580e0 (bug 1331092) for breaking js plain shell tests on Windows. r=backout 2017-03-27 17:26:23 +02:00
Sebastian Hengst ee7e020090 Backed out changeset 0705d5b86ad7 (bug 1331092) 2017-03-27 17:25:37 +02:00
Sebastian Hengst 3ed58db45c Backed out changeset 2e6e6211270b (bug 1331092) 2017-03-27 17:25:32 +02:00
Sebastian Hengst 6493c4a9ca Backed out changeset 61e0eb18ba8c (bug 1331092) 2017-03-27 17:25:27 +02:00
Sebastian Hengst 62b0b4c464 Backed out changeset 8edcc256976d (bug 1331092) 2017-03-27 17:25:23 +02:00
Sebastian Hengst 069a9f2861 Backed out changeset 72750b6e9e2a (bug 1331092) 2017-03-27 17:25:18 +02:00
Sebastian Hengst 8ba97d110a Backed out changeset 1d39acbc0922 (bug 1331092) 2017-03-27 17:25:13 +02:00
Sebastian Hengst c9f11b4adc Backed out changeset 831d289bb6cc (bug 1331092) 2017-03-27 17:25:08 +02:00
Sebastian Hengst 0d1b41f17a Backed out changeset 3701b28662ac (bug 1331092) 2017-03-27 17:25:03 +02:00
Sebastian Hengst 254bd5bfcc Backed out changeset 9b0c51ce33e8 (bug 1331092) 2017-03-27 17:24:59 +02:00
Tooru Fujisawa cfb989f1e2 Bug 1331092 - Part 10: Support JSOP_TOASYNCGEN, JSOP_TOASYNCITER, and JSOP_AWAIT in decompiler. r=shu 2017-03-27 23:20:20 +09:00
Tooru Fujisawa 7361458021 Bug 1331092 - Part 9: Implement for-await-of. r=shu 2017-03-27 23:20:19 +09:00
Tooru Fujisawa 6cbf77e2ff Bug 1331092 - Part 8: Support JSOP_TOASYNCITER in JIT. r=jandem 2017-03-27 23:20:19 +09:00
Tooru Fujisawa 23f20b4a20 Bug 1331092 - Part 7: Implement Async Generator yield*. r=shu 2017-03-27 23:20:19 +09:00
Tooru Fujisawa 01c442496d Bug 1331092 - Part 6: Support JSOP_TOASYNCGEN in JIT. r=jandem 2017-03-27 23:20:18 +09:00
Tooru Fujisawa 86b86f693c Bug 1331092 - Part 5: Enable test262 tests for async generators. r=anba 2017-03-27 23:20:18 +09:00
Tooru Fujisawa 3c067cd290 Bug 1331092 - Part 4: Add release_or_beta variable to reftest condition. r=jmaher 2017-03-27 23:20:18 +09:00
Tooru Fujisawa c4745c8068 Bug 1331092 - Part 3: Disable test262 test to check the non-existence of async generators. r=shu 2017-03-27 23:20:18 +09:00
Tooru Fujisawa 74093fa388 Bug 1331092 - Part 2: Implement Async Generator except yield*. r=shu 2017-03-27 23:20:17 +09:00
Tooru Fujisawa b92d61378b Bug 1331092 - Part 1: Add Symbol.asyncIterator. r=shu 2017-03-27 23:20:17 +09:00
Tooru Fujisawa 2970c76a9c Bug 1350762 - Root weakMap while calling AllocWeakmapKeyObject and AllocPlainObject in testGCGrayMarking.cpp. r=jonco 2017-03-27 23:20:16 +09:00
Nicolas Silva 4a5a35a9a2 Bug 1347641 - Implement the BlobImageRenderer binding glue. r=jrmuizel 2017-03-27 13:44:52 +02:00
Nicolas Silva 96f05a89cc Bug 1347641 - Add MutByteSlice to pass mutable u8 slices across ffi. r=jrmuizel 2017-03-27 13:44:43 +02:00
Nicolas Silva c95461e37f Bug 1347641 - Add ByteSlice to pass constant u8 slices across ffi. r=jrmuizel 2017-03-27 13:44:22 +02:00
Carsten "Tomcat" Book 8fa2774978 merge mozilla-inbound to mozilla-central a=merge 2017-03-27 12:57:16 +02:00
Ethan Lin adb68a37f8 Bug 1348755 - Part2. Turn the pref on by default and set fuzzy for some reftests. r=mattwoodrow 2017-03-27 16:17:45 +08:00
Ethan Lin caa395107a Bug 1348755 - Part1. Handle clipping region for nsDisplayOutline. r=mattwoodrow 2017-03-27 16:17:45 +08:00
Shawn Huang bea755a58f Bug 1341272 - Set readyState to DONE during synchronous XMLHttpRequest failure, r=baku 2017-03-27 15:21:57 +08:00
Carsten "Tomcat" Book df98772632 Backed out changeset 11c73e8f71bb (bug 1349276) for bustage 2017-03-27 09:02:43 +02:00
Andrea Marchesini dc173b26b1 Bug 1349276 - Paths received by FileSystemRequestParent need to be sanitized before passed to IsDescendantPath, r=haik 2017-03-27 08:18:43 +02:00
Phil Ringnalda 2c1ef2038f Bug 1350732 - Set the pref to enable dom.storageManager in tests that depend on it being enabled, r=jgraham 2017-03-26 13:22:41 -07:00
Phil Ringnalda 356fd165f5 Bug 1350748 - Set dom.vr.enabled in webvr/idlharness.html so it doesn't become permaorange on beta, r=jgraham 2017-03-26 15:12:45 -07:00
Jan de Mooij ff320e774a Bug 1345160 - Fix LIRGenerator::visitSetPropertyCache to consider INITELEM* ops too. r=arai 2017-03-27 14:43:48 +02:00
Jan de Mooij 268ae3bf52 Bug 1350171 - Try to transition IC mode before attaching AddSlot stubs. r=h4writer 2017-03-27 14:41:04 +02:00