Boris Zbarsky
a107417359
Back out bug 1256376 for now until I can figure out what's going on with it. I am sorry for the CLOSED TREE.
2016-03-22 19:27:47 -04:00
Shu-yu Guo
b004031f7c
Bug 1258000 - Make jit_test.py print a nice error message if test list is empty after filtering. (r=sfink)
2016-03-22 16:19:52 -07:00
Shu-yu Guo
0e6d958a14
Bug 1254578 - Fix OOM case when rematerializing frames. (r=jandem)
2016-03-22 16:19:52 -07:00
Shu-yu Guo
993f8db69f
Bug 1253246 - Handle DebugScopeProxies around unqualified varobjs in setname. (r=jorendorff)
2016-03-22 16:19:52 -07:00
Ehsan Akhgari
d05c992346
Bug 1258815
- Port some tests that depend on the parser utils object to mochitest-plain so that they can be turned on in e10s mode; r=mrbkap
2016-03-22 19:12:41 -04:00
Sebastian Hengst
8893133146
Backed out changeset 0516f9a5ad9d (bug 1256342
) for Reftest, Jit and Spidermonkey failures. r=bustage on a CLOSED TREE
2016-03-22 21:11:35 +01:00
Sebastian Hengst
700bac6991
Backed out changeset c2e6b3fb0892 (bug 1256376)
2016-03-22 21:11:26 +01:00
Sebastian Hengst
c6be0ad331
Backed out changeset 2603e80db18f (bug 1257919)
2016-03-22 21:11:17 +01:00
Sebastian Hengst
4e4e0bcb49
Backed out changeset 8bb1cce4804d (bug 1257919)
2016-03-22 21:11:05 +01:00
Sebastian Hengst
055a2f1834
Backed out changeset 6403c45366e0 (bug 1257919)
2016-03-22 21:10:55 +01:00
Sebastian Hengst
60e4be8fc0
Backed out changeset 1b5db6edd791 (bug 1257919)
2016-03-22 21:10:45 +01:00
Sebastian Hengst
dac1daf443
Backed out changeset 83dfa9e03d0e (bug 1257919)
2016-03-22 21:10:37 +01:00
Sebastian Hengst
0e9bf1445a
Backed out changeset 6e95ee3cd4c6 (bug 1257919)
2016-03-22 21:10:21 +01:00
Sebastian Hengst
e6e4d30446
Backed out changeset c4faeb0be959 (bug 1257919)
2016-03-22 21:10:12 +01:00
Sebastian Hengst
336c2cc4ae
Backed out changeset 08f1c7239cdf (bug 1257919)
2016-03-22 21:10:01 +01:00
Sebastian Hengst
d5e963398d
Backed out changeset cf816f733296 (bug 1257919)
2016-03-22 21:09:53 +01:00
Sebastian Hengst
8b2bf79a7a
Backed out changeset ff81c52375ba (bug 1257919)
2016-03-22 21:09:32 +01:00
James Long
b3e9ba976b
Bug 1177329 - make sure sourcemapped frames appear in order r=fitzgen
2016-03-22 14:05:15 -04:00
Sebastian Hengst
96f01a9a2b
Backed out changeset f251bbc37cb0 (bug 1258168) for failing Reftest(R) 817019-1.html on Windows 8 x64. r=backout on a CLOSED TREE
2016-03-22 18:57:35 +01:00
Boris Zbarsky
8062407932
Bug 1257919 part 10. Make the caller and formattedStack getters on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:35 -04:00
Boris Zbarsky
eea8812d6b
Bug 1257919 part 9. Make the asyncCause/asyncCaller getters on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
5df498fbd2
Bug 1257919 part 8. Make the line/column number getters on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
cc563df19f
Bug 1257919 part 7. Make the name getter on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
38af226a36
Bug 1257919 part 6. Make the filename getter on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
f42db79269
Bug 1257919 part 5. Get rid of the now-unused StackFrame class. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
8ba7a0b580
Bug 1257919 part 4. Stop returning StackFrame instances from exceptions::CreateStack. C++ callers of GetCurrentJSStack or exceptions::CreateStack always check for null anyway, and none of them seem to want this non-JS thing. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
8ef4cc7c3d
Bug 1257919 part 3. Make the various toString methods on exceptions take an explicit JSContext. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
c978d9ded6
Bug 1257919 part 2. Make nsIException and nsIStackFrame builtinclass, so we can start using [implicit_jscontext] on them. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
20477c660e
Bug 1257919 part 1. Kill off nsIXSLTException. r=khuey
2016-03-22 13:50:31 -04:00
Boris Zbarsky
9f5d00ed32
Bug 1256376. Fix forEach on typed arrays to work over Xrays from web extension sandboxes. r=till
2016-03-22 13:49:58 -04:00
Boris Zbarsky
b1ae62c00b
Bug 1256342
. Fix typed array iteration to work correctly over Xrays. r=till,bholley
2016-03-22 13:49:36 -04:00
Jon Coppeard
67dfdde2d4
Bug 1257903 - Fix spurious GC hazard on a CLOSED TREE r=me
2016-03-22 17:44:03 +00:00
Nick Alexander
7a603c196f
Bug 1258760 - Update Gradle and Maven repository archives in tooltool. r=gps
...
On a CLOSED TREE -- Android and automation only.
MozReview-Commit-ID: AU8bt4CDC1V
--HG--
extra : amend_source : ff83d4b0513102abf095949a79bf7f7616bbfa14
extra : histedit_source : 576ce07d4f7d2ea9d1ae1997736cfe59d751be6d
2016-03-22 10:17:26 -07:00
Carsten "Tomcat" Book
a946199796
Backed out changeset 38aa13f30b92 (bug 1245813) for bc7 crashes on a CLOSED TREE
2016-03-22 17:11:21 +01:00
Carsten "Tomcat" Book
0262976513
Backed out changeset 917819510b3f (bug 1235634) for memory leaks on a CLOSED TREE
2016-03-22 16:08:55 +01:00
Benjamin Bouvier
c908b0daa2
Bug 1258346: Check for success in calls to append() in WasmBinaryToText: r=jorendorff
...
MozReview-Commit-ID: 8SRN9CEf275
--HG--
extra : rebase_source : 6fb02f83e4a617cc889d1049b20fd8f9d0484f56
2016-03-21 15:09:08 +01:00
Nicolas Silva
2b867d9c85
Bug 1245813 - Make TextureHost bullet-proof against changing its compositor. r=dvander
2016-03-22 15:28:27 +01:00
Tim Taubert
5706816622
Bug 1235634 - Construct nsNSSShutdownList::singleton lazily on first use r=keeler
2016-03-22 15:13:05 +01:00
Ehsan Akhgari
6536312ed8
Bug 1258534 - Port test_bug599295.html to mochitest-plain so that it can be turned on in e10s mode; r=mrbkap
2016-03-22 09:57:58 -04:00
Ehsan Akhgari
77e528556e
Bug 1258532 - Port test_bug574596.html to mochitest-plain in order to enable it on e10s; r=mrbkap
2016-03-22 09:57:58 -04:00
Ehsan Akhgari
12d0efb5aa
Bug 1257957 - Remove test_bug357450.js as a mochitest-chrome file, since it's just a support file for other tests; r=mrbkap
...
--HG--
rename : dom/base/test/test_bug357450.js => dom/base/test/file_bug357450.js
2016-03-22 09:57:58 -04:00
Nicolas Silva
390e6acf22
Fix b2g build after bug 1256693. r=gerard-majax
2016-03-22 14:50:57 +01:00
Jon Coppeard
1583dc9934
Bug 1257903 - Compact arenas containing shapes r=terrence
2016-03-22 13:23:49 +00:00
Geoff Brown
3c73a0f0ec
Bug 1257948 - More Android test manifest cleanup; r=jmaher
2016-03-22 07:22:43 -06:00
Nicolas B. Pierron
a4d6e6d62a
Bug 1257089 - Weaken the assertions to account for unreachable annotation added by Range Analysis. r=sunfish
2016-03-22 12:39:07 +00:00
Bas Schouten
98ff52deba
Bug 1258168: Push ClearType compatible clipping layers when the last pushed layer was marked as opaque. r=jrmuizel
...
MozReview-Commit-ID: IM1srXx7CfB
--HG--
extra : rebase_source : fc736599b8e44c34e22a78053dfa55ad47963d16
2016-03-20 19:51:46 +01:00
Carsten "Tomcat" Book
5d87e982dd
Backed out changeset f8c07a51e7ce (bug 1257526) for marionette failures
2016-03-22 13:21:35 +01:00
Carsten "Tomcat" Book
dd50937aa3
Backed out changeset c1fb88d419ca (bug 1257526)
2016-03-22 13:21:20 +01:00
Carsten "Tomcat" Book
53f935b036
Merge mozilla-central to mozilla-inbound
2016-03-22 12:31:09 +01:00
Carsten "Tomcat" Book
5d83e31d04
merge mozilla-inbound to mozilla-central a=merge
2016-03-22 12:14:15 +01:00