Ben Kelly
0af00f2e7f
Bug 1143192 Allow Context initialization to be cancelled. r=ehsan
2015-03-25 07:16:40 -07:00
Ryan VanderMeulen
d70bbe5871
Backed out changeset a6b9c152a7d1 (bug 1140293) for mochitest failures.
...
CLOSED TREE
2015-03-25 08:42:46 -04:00
Dave Hunt
8da83f5faa
Bug 1140406 - [mozdevice] Allow connecting to a remote ADB server in adb.py. r=bclary
2015-03-25 12:25:44 +00:00
Jan de Mooij
b142627c4b
Bug 1143704 part 14 - Change newSrcNote* to return bool instead of int. r=luke
2015-03-24 09:45:24 +01:00
Jan de Mooij
2365fe657f
Bug 1143704 part 13 - Make emitJump, emitN etc return bool instead of ptrdiff_t. r=luke
2015-03-24 09:45:22 +01:00
Jan de Mooij
7799cb90f5
Bug 1143704 part 12 - Move remaining functions to BytecodeEmitter. r=bhackett
2015-03-24 09:45:17 +01:00
James Graham
b277eef9da
Bug 1092458 - Disable additional drawFocusIfNeeded test for instability on Windows
2015-03-25 11:42:15 +00:00
Jon Coppeard
6772235d85
Bug 1144738 - Check for invalidated script when updating SetPropertyIC cache r=jandem
2015-03-25 10:49:52 +00:00
Lars T Hansen
4830f5ec12
Bug 1141121 - Immediate operands to atomics, x86 and x64. r=h4writer
2015-03-25 10:51:12 +01:00
David Burns
9076670d74
Bug 1143565: Change requirements to not be fixed to a specific marionette transport and driver; r=chmanchester
2015-03-24 21:31:59 +00:00
David Burns
7398d9633a
Bug 1143565: Bump marionette client to v 0.9.2; r=chmanchester
2015-03-24 21:31:46 +00:00
David Burns
f0a2312c96
Bug 1143565: Bump marionette driver to v 0.3.1; r=chmanchester
2015-03-24 21:31:33 +00:00
Jonathan Kew
00852e819b
Bug 686225 - Reftest for Indic shaping with buggy OS X (AAT) fonts. r=jdaggett
2015-03-25 08:25:55 +00:00
Jonathan Kew
910326d234
Bug 686225 - Work around buggy AAT fonts for Bengali and Kannada scripts. r=jdaggett
2015-03-25 08:25:49 +00:00
David Anderson
b23b745a66
Fix some tests that depend on synchronous scrolling. (bug 1140293 part 1, r=masayuki,mstange,kgilbert)
2015-03-25 01:03:48 -07:00
Bobby Holley
e0533b9451
Bug 1136827 - Stop synchronously dispatching MediaDecoder::DecodeError from MDSM::DecodeError. r=mattwoodrow
...
MediaDecoder::DecodeError invokes MediaDecoder::Shutdown, which shuts down the
state machine. Given the sync dispatch, this means that this is basically already
what's happening.
2015-03-24 22:02:43 -07:00
Bobby Holley
07e1f023e5
Bug 1136827 - Stop proxying DecodeError to the decode thread. r=mattwoodrow
...
At this point, all the callers actually call it on the state machine thread,
where it belongs.
2015-03-24 22:02:36 -07:00
Bobby Holley
f97a613114
Bug 1136827 - Call OnAudioSinkError on state machine thread. r=jww
2015-03-24 22:02:02 -07:00
L. David Baron
7c31bd272b
Back out changeset 9dce1a90205e (bug 1139657) for B2G emulator xpcshell test failures.
...
Since this landed, every B2G ICS emulator opt xpcshell run has failed with:
TEST-UNEXPECTED-TIMEOUT | services/fxaccounts/tests/xpcshell/test_accounts.js | Test timed out
DMError: Timeout exceeded for shell call
2015-03-24 21:16:21 -07:00
Geoff Brown
aa3215c19b
Bug 1140148 - manifest updates for mochitest-gl on Android 4.3; r=jgilbert
2015-03-24 20:31:48 -06:00
L. David Baron
53972cf531
Fix ruby reftest spec links to point to TR rather than dev.w3.org to fix errors. No bug.
...
This fixes errors that are currently reachable via:
http://test.csswg.org/shepherd/search/owner/dbaron/status/issue/
And listed on pages of the form:
http://test.csswg.org/shepherd/testcase/ruby-autohide-001/ (etc.)
2015-03-24 19:13:47 -07:00
L. David Baron
949ecbd3dd
Bug 1090555 - Fix visited link test in test_animations_omta.html to wait for visited link coloring properly. r=birtles
...
This patch contains two changes:
(1) The addition of refVisitedLink and the use of
waitForVisitedLinkColoring() on it.
(2) Changing the URL of the visited lisks (both visitedLink and
refVisitedLink) from "" to window.top.location.href, since the
former doesn't work for Android mochitests while it does work on
Linux mochitest-e10s.
I tested locally that without the patch I get the failures, and with the
patch the failures go away, using:
./mach mochitest-plain --e10s --setpref layers.acceleration.force-enabled=true --setpref layers.offmainthreadcomposition.async-animations=true layout/style/test/test_animations_omta.html
Further, when running (and passing), I checked that
waitForVisitedLinkColoring() does go through one setTimeout cycle.
Also, I tested that if I effectively revert
https://hg.mozilla.org/mozilla-central/rev/d13154302d77 by changing the
third parameter to the GetContext call in
nsStyleSet::ResolveStyleWithReplacement to be nullptr instead of
visitedRuleNode, I get the failure:
TEST-UNEXPECTED-FAIL | layout/style/test/test_animations_omta.html | visited link background color after animation-only flush - got rgb(255, 255, 0), expected rgb(0, 0, 255)
which confirms that the test is still testing what it was designed to
test.
2015-03-24 19:13:47 -07:00
L. David Baron
a1717eee7b
Back out changeset c30bce033d92 (bug 1145803) to reenable the tests from bug 1010675
on B2G in the hopes that enough mochitests have been added or removed since then (primarily by bug 1142360) that we won't get the same chunking problems.
2015-03-24 19:13:47 -07:00
JW Wang
6019e62d56
Bug 1146733 - remove PlayFragmented() from eme.js r=ediwn.
2015-03-25 09:55:20 +08:00
Chris Pearce
29cbc55798
Bug 1147226 - Ensure media.eme.mse-only is honoured in HTMLMediaElement::MetadataLoaded(). r=edwin
2015-03-25 15:00:26 +13:00
Shu-yu Guo
fde1c54af0
No bug - Fix typo in MissingScopeKey comment. No review.
2015-03-24 18:49:16 -07:00
Shu-yu Guo
dfa17e9fc8
Bug 1146718 - Split the 'J' tag in the profiler into 'J' (JIT frames without opt info) and 'O' (with opt info). (r=djvj)
2015-03-24 18:49:16 -07:00
Mason Chang
0afd5aa7d1
Bug 1144317 - Enable vsync refresh driver on Windows. r=kats
2015-03-24 18:41:31 -07:00
Wes Kocher
047f927db7
Merge m-c to inbound a=merge CLOSED TREE
2015-03-24 18:35:30 -07:00
Wes Kocher
3ea14aaaa3
Merge fx-team to m-c a=merge CLOSED TREE
2015-03-24 18:12:58 -07:00
Wes Kocher
c15d6e3e11
Merge inbound to m-c a=merge CLOSED TREE
2015-03-24 18:03:49 -07:00
Wes Kocher
f3f39c9b21
Backed out 2 changesets (bug 1136827) for crashtest assertions CLOSED TREE
...
Backed out changeset 998f44ed19fb (bug 1136827)
Backed out changeset 3eb419228c1f (bug 1136827)
2015-03-24 17:21:21 -07:00
Wes Kocher
4c4e6cd8db
Backed out changeset 8f5b359fc9fc (bug 1141894) for m-oth failures CLOSED TREE
2015-03-24 17:18:10 -07:00
Zachary Carter
e07debaf8f
Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh
2015-03-24 16:25:42 -07:00
L. David Baron
a62e5adfb8
Bug 1142420 - Require that the same compiler version be used for C and C++ (at the very least, so that our version checks are valid for both). r=glandium
...
I tested locally that both checks give the expected error if I
temporarily change the != to an =.
2015-03-25 08:07:14 +09:00
L. David Baron
03ef817ddc
Bug 1142352 - Add a configure test for the gcc version of the host compiler when cross compiling. r=glandium
...
The duplication of the code higher up is a little bit annoying, but I
don't see an easy way to avoid that. It's also still quite far from
duplicating everything.
I tested locally with a Fennec build that if I bump the requirement from
4.6 to 4.9, I get the expected build error.
2015-03-25 08:07:09 +09:00
Mike Hommey
b2e14ac89d
Bug 1142908 - Avoid arm simulator builds being considered cross-compiled. r=sfink
2015-03-25 08:06:27 +09:00
Jeff Gilbert
677f4f2dbc
Bug 1143924 - Fix generated files. - r=kamidphish
2015-03-24 16:03:59 -07:00
Jeff Gilbert
ef7208db8d
Bug 1017865 - Refactor attach/detach for FB attachments. - r=kamidphish
2015-03-24 16:00:28 -07:00
Ehsan Akhgari
671050ba51
Bug 1146888 - Build more files in ipc/chromium in unified mode; r=bent
2015-03-24 18:50:06 -04:00
Seth Fowler
041252e9b6
Bug 854193 - Remove unnecessary expected assertion in test_preferences.xul. r=tn
2015-03-24 15:39:03 -07:00
Seth Fowler
beeb49d974
Bug 1124088 - Rename decode-on-draw to decode-only-on-draw. r=tn
2015-03-24 15:39:00 -07:00
Ryan VanderMeulen
8e126b47dd
Backed out changeset 37bd20ca096a (bug 1139656) for test_blocklistchange.js xpcshell failures.
...
CLOSED TREE
2015-03-24 15:36:48 -04:00
Stephen Pohl
aa4cfbdd83
Bug 1146565 - Ensure proper CDM install state when the media.eme.enabled pref is toggled when Firefox isn't running. r=mossop
2015-03-24 15:36:19 -04:00
Ryan VanderMeulen
6d22b9c089
Backed out changeset b78aa57b284e (bug 1146565) for test_blocklistchange.js xpcshell failures.
...
CLOSED TREE
2015-03-24 15:33:21 -04:00
Ryan VanderMeulen
d0f2e06517
Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
...
CLOSED TREE
2015-03-24 14:32:20 -04:00
Ryan VanderMeulen
032d982a76
Backed out changesets ade5347d0627, 0b9529b44e23, a139d273f07b, and 0994ae599f13 (bug 1139460) for widespread mochitest crashes.
...
CLOSED TREE
2015-03-24 14:31:55 -04:00
Paolo Amadini
d9f6c8ddac
Bug 1145913 - Make the username in the password notification editable. r=MattN
2015-03-24 11:18:19 -07:00
Ehsan Akhgari
39089d4248
Bug 1140804 follow-up: Use final and override instead of the macros which don't exist any more
...
Landed on a CLOSED TREE to fix bustage.
2015-03-24 14:12:17 -04:00
B2G Bumper Bot
7873b47418
Bumping manifests a=b2g-bump
2015-03-24 10:34:51 -07:00