Commit Graph

413021 Commits

Author SHA1 Message Date
Bobby Holley
e0a0c3cf07 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
01abf4455d Bug 1136827 - Call OnAudioSinkError on state machine thread. r=jww 2015-03-24 22:02:02 -07:00
L. David Baron
ee4217303e 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
eabca9b9fb Bug 1140148 - manifest updates for mochitest-gl on Android 4.3; r=jgilbert 2015-03-24 20:31:48 -06:00
L. David Baron
07b447ebc4 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
313a709b74 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
6781d5a34e 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
a4f6051da3 Bug 1146733 - remove PlayFragmented() from eme.js r=ediwn. 2015-03-25 09:55:20 +08:00
Chris Pearce
c3edca1d79 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
7ffeda127c No bug - Fix typo in MissingScopeKey comment. No review. 2015-03-24 18:49:16 -07:00
Shu-yu Guo
d935dadedc 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
34dc70c15e Bug 1144317 - Enable vsync refresh driver on Windows. r=kats 2015-03-24 18:41:31 -07:00
Wes Kocher
af7c4c6606 Merge m-c to inbound a=merge CLOSED TREE 2015-03-24 18:35:30 -07:00
Wes Kocher
a2b428efea Merge fx-team to m-c a=merge CLOSED TREE 2015-03-24 18:12:58 -07:00
Wes Kocher
18e7ecac64 Merge inbound to m-c a=merge CLOSED TREE 2015-03-24 18:03:49 -07:00
Wes Kocher
82959e5df3 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
8ef8d2c097 Backed out changeset 8f5b359fc9fc (bug 1141894) for m-oth failures CLOSED TREE
--HG--
extra : amend_source : 8b3a4d36927acc91cce7450e7888aebb24f8cb06
2015-03-24 17:18:10 -07:00
Zachary Carter
a5b86b8750 Bug 1139657 - Expose a method on FxAccounts for retrieving profile information. r=markh 2015-03-24 16:25:42 -07:00
L. David Baron
6760f2e797 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
56a377b2d2 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
d767b2e1ac Bug 1142908 - Avoid arm simulator builds being considered cross-compiled. r=sfink 2015-03-25 08:06:27 +09:00
Jeff Gilbert
b5782d168a Bug 1143924 - Fix generated files. - r=kamidphish 2015-03-24 16:03:59 -07:00
Jeff Gilbert
28bb60187d Bug 1017865 - Refactor attach/detach for FB attachments. - r=kamidphish 2015-03-24 16:00:28 -07:00
Ehsan Akhgari
4d078b8a35 Bug 1146888 - Build more files in ipc/chromium in unified mode; r=bent 2015-03-24 18:50:06 -04:00
Seth Fowler
d3cf7f755e Bug 854193 - Remove unnecessary expected assertion in test_preferences.xul. r=tn 2015-03-24 15:39:03 -07:00
Seth Fowler
5e1bf3762e Bug 1124088 - Rename decode-on-draw to decode-only-on-draw. r=tn 2015-03-24 15:39:00 -07:00
Ryan VanderMeulen
5ca6ac7ada Backed out changeset 37bd20ca096a (bug 1139656) for test_blocklistchange.js xpcshell failures.
CLOSED TREE
2015-03-24 15:36:48 -04:00
Stephen Pohl
c7c87f5d03 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
c12adf0b76 Backed out changeset b78aa57b284e (bug 1146565) for test_blocklistchange.js xpcshell failures.
CLOSED TREE
2015-03-24 15:33:21 -04:00
Ryan VanderMeulen
3120ab0db9 Backed out changeset b192e6e16c1b (bug 1142687) for mochitest-e10s failures.
CLOSED TREE
2015-03-24 14:32:20 -04:00
Ryan VanderMeulen
f70a404034 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
8d9450a933 Bug 1145913 - Make the username in the password notification editable. r=MattN 2015-03-24 11:18:19 -07:00
Ehsan Akhgari
6a5db3b1bb 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
88af39b946 Bumping manifests a=b2g-bump 2015-03-24 10:34:51 -07:00
B2G Bumper Bot
9074516c0b Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/26282fe3ad19
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1139303 - Optimise home-screen edit mode. r=kgrandon"

This reverts commit 5b81e3a2fb6f7d62bf0ccc3561eb8e41a69afed6.

========

https://hg.mozilla.org/integration/gaia-central/rev/383f07b472ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29105 from KevinGrandon/test_docker_revert

Revert "NO BUG - Move docker image to quay io r=me a=bustage"

========

https://hg.mozilla.org/integration/gaia-central/rev/75539fc95c31
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "NO BUG - Move docker image to quay io r=me a=bustage"

This reverts commit 647286a1b9d06091faeb7e0a7a831e72604d0983.
2015-03-24 10:32:01 -07:00
James Long
baf59606e2 Bug 1136341 - fix source actors representing inline scripts in XUL files so breakpoints work r=ejpbruel
--HG--
extra : rebase_source : 95f75743470a96f46e9dcb527f70d9f0d2c3253a
2015-03-24 10:01:00 -07:00
Matthew Noorenberghe
b2a7f5ef69 Bug 1120860 - Measure whether an <input type=password> is associated with a <form> in BindToTree. r=smaug
--HG--
extra : rebase_source : bbabe796a1ec1c6d545cec4dc61e51c3bba31624
2015-03-24 10:27:56 -07:00
B2G Bumper Bot
3094b4749c Bumping manifests a=b2g-bump 2015-03-24 09:43:25 -07:00
B2G Bumper Bot
a445da2b5b Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/035c3a69b4f5
Author: James Lal <james@lightsofapollo.com>
Desc: NO BUG - Move docker image to quay io r=me a=bustage
2015-03-24 09:40:26 -07:00
Ryan VanderMeulen
d9dde45ad4 Merge m-c to b2g-inbound. a=merge 2015-03-24 12:00:00 -04:00
Ryan VanderMeulen
68565c39fb Merge fx-team to m-c. a=merge 2015-03-24 11:55:30 -04:00
B2G Bumper Bot
0b69af0ff7 Bumping manifests a=b2g-bump 2015-03-24 08:39:41 -07:00
B2G Bumper Bot
9ae4840f4d Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e267d5ce42bc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1143862 - merge pull request #29012 from yzen:bug-1143862 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1974b52baea9
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1143862 - fixed video title truncation regression because of the display: none; style.

========

https://hg.mozilla.org/integration/gaia-central/rev/c14b4c32a76f
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1145059 - merge pull request #29100 from DouglasSherk:1145059-callscreen-rtl-toolbar to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/2e70e0eaa266
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1145059 - Set Callscreen keypad's toolbar to be always LTR. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/59ca8d4fc4d6
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1139303 - merge pull request #28634 from Cwiiis:bug1139303-optimise-edit-mode to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/230c31cd7df0
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1139303 - Optimise home-screen edit mode. r=kgrandon

This makes a number of small optimisations/changes:

- Don't set will-change on everything in edit mode.
- Cache item positions to avoid redundant style changes.
- Throttle grid rearrangement.
- More aggressively throttle successive grid rearrangements.
- (Mostly) fix jank while auto-scrolling on homescreen edit.
- Increase long-press delay in edit mode.

Collectively, these changes improve responsiveness of the homescreen
edit mode.
2015-03-24 08:37:03 -07:00
Ryan VanderMeulen
aae0890a34 Merge b2g-inbound to m-c. a=merge 2015-03-24 11:36:22 -04:00
Ryan VanderMeulen
1466cf7d78 Merge inbound to m-c. a=merge 2015-03-24 11:34:55 -04:00
B2G Bumper Bot
91a32f628d Bumping manifests a=b2g-bump 2015-03-24 08:05:28 -07:00
B2G Bumper Bot
730581e9d4 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a76d6776cc9
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1144784 - [System] Asking for more than one permission in a short period of time is broken r=gasolin"

This reverts commit a9a8a17f29d6f7050c6c5ce052eb6910d5be7be9.
2015-03-24 08:02:53 -07:00
Ryan VanderMeulen
8d602517b5 Backed out 3 changesets (bug 1061364, bug 1117603) for B2G xpcshell permafail.
Backed out changeset aaf374ba062f (bug 1061364)
Backed out changeset 67fece279049 (bug 1117603)
Backed out changeset fe8ba59678a2 (bug 1117603)

CLOSED TREE
2015-03-24 09:13:06 -04:00
B2G Bumper Bot
52e052c2c9 Bumping manifests a=b2g-bump 2015-03-24 05:47:59 -07:00
B2G Bumper Bot
0627baf65b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1db04cf683e
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Merge pull request #28977 from RickyChien/import-config-to-node

Bug 1131506 - Running import-config.js on node.js r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/07a29eb5339b
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1131506 - Running import-config.js on node.js
2015-03-24 05:45:21 -07:00