Commit Graph

251223 Commits

Author SHA1 Message Date
Mike Shal
96d7f088e8 No bug - bump mozharness.json to 4d855a6835ed; a=RyanVM 2015-07-02 21:53:29 -04:00
Wes Kocher
f33d58b6ee Merge inbound to central, a=merge 2015-07-02 17:14:49 -07:00
Wes Kocher
f7d8f83c7f Merge fx-team to central, a=merge 2015-07-02 17:01:12 -07:00
B2G Bumper Bot
ebcc5b4998 Bumping manifests a=b2g-bump 2015-07-02 13:41:03 -07:00
B2G Bumper Bot
f7c21710f0 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7f044c57386b
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30777 from yzen/bug-1177573

Bug 1177573 - adding missing labels to music open activity view's pla…

========

https://hg.mozilla.org/integration/gaia-central/rev/b24308de3222
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1177573 - adding missing labels to music open activity view's player sub-view. r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/42d909a45b7d
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30775 from yzen/bug-1176155

Bug 1176155 - fixing the overlap with back and the header title.

========

https://hg.mozilla.org/integration/gaia-central/rev/7ba50eadc3e9
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1176155 - fixing the overlap with back and the header title.
2015-07-02 13:35:34 -07:00
B2G Bumper Bot
951731dd9c Bumping manifests a=b2g-bump 2015-07-02 13:04:40 -07:00
B2G Bumper Bot
d83c666377 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9147cec393d8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1179906 - Disable perma-fail month_view_test.js | month view should show event dots
2015-07-02 13:04:16 -07:00
Ryan VanderMeulen
453478b7c8 Merge m-c to fx-team. a=merge 2015-07-02 16:00:46 -04:00
Ryan VanderMeulen
7baf987ecf Merge m-c to b2g-inbound. a=merge 2015-07-02 15:59:46 -04:00
Ryan VanderMeulen
7be1b6b6aa Merge m-c to inbound. a=merge 2015-07-02 15:58:52 -04:00
Ryan VanderMeulen
c7b036e25f Merge fx-team to m-c. a=merge 2015-07-02 15:58:09 -04:00
Ryan VanderMeulen
7d3141f9a0 Merge b2g-inbound to m-c. a=merge 2015-07-02 15:57:05 -04:00
Ryan VanderMeulen
92f1e57637 Merge inbound to m-c. a=merge 2015-07-02 15:50:36 -04:00
Mason Chang
45602afd9a Bug 1178447. Make gfx sanity test run offscreen. r=dvander 2015-07-02 12:47:10 -07:00
Bobby Holley
0fd62d5545 Bug 1178938 - Mirror shutdown-ness from the MDSM to the MD. r=jww 2015-07-02 12:38:44 -07:00
Bobby Holley
032c964e99 Bug 1178938 - Make MediaDecoderReader::DecodeToFirstVideoData async. r=jww 2015-07-02 12:38:44 -07:00
Bobby Holley
a14cf46897 Bug 1178938 - Copy MediaDecoderReader::DecodeToFirstVideoData into OggReader and label the APIs as explicitly sync. r=jww
This is in preparation for making MDR::DecodeToFirstVideoData async. The ogg
seeking code is totally insane, so we'll do something special and hacky to solve
this problem there.
2015-07-02 12:38:43 -07:00
Bobby Holley
d027d38c95 Bug 1178938 - Introduce a new mechanism for iterative work and prototype it with RawReader. r=jww
The current model can hog the task queue indefinitely, and relies on synchronously
reading cross-thread state in order to detect shutdown conditions. In order to stop
doing that, we need a different model. Thankfully, MediaPromises/closures make this
a lot more concise than it could be.
2015-07-02 12:38:43 -07:00
Ryan VanderMeulen
9cd6cd7ca3 Backed out changeset 97c7e83acb6b (bug 1171603) for Windows Werror bustage.
CLOSED TREE
2015-07-02 15:33:10 -04:00
B2G Bumper Bot
c9f424a6c4 Bumping manifests a=b2g-bump 2015-07-02 12:32:24 -07:00
B2G Bumper Bot
84ecbdf405 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ec957d47c027
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30691 from lusob/Bug-1108662-Write-gaia-ui-tests-for-click-on-album-from-main-view

Bug 1108662 write gaia ui tests for click on album from main view

========

https://hg.mozilla.org/integration/gaia-central/rev/6ecefb798fac
Author: lusob <luis@sobrecueva.com>
Desc: Bug 1108662 - Write gaia-ui tests for click on album from main view R=lusob
2015-07-02 12:30:21 -07:00
Nick Alexander
33c8e4a2bb Bug 1177933 - Add |mach eslint| command. r=mcomella,dmose
DONTBUILD NPOTB
2015-07-02 12:18:52 -07:00
Bobby Holley
dd628621f9 Bug 1179110 - Fix ComputePlaybackRate. r=jww
This is a regression from https://hg.mozilla.org/mozilla-central/rev/3ead3466f84a
2015-07-02 12:05:18 -07:00
Bobby Holley
e43840b8d4 Bug 1179110 - Use a Maybe<> to store start time, rather than using -1 as a sentinel. r=jya
This allows us to properly support videos with a negative start time, which
is happening here.
2015-07-02 12:05:17 -07:00
B2G Bumper Bot
3cd2500f99 Bumping manifests a=b2g-bump 2015-07-02 11:53:47 -07:00
B2G Bumper Bot
60157bac03 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c16226edf28
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30730 from anu7495/my-code-fix

Bug 1153888 - [Messages] Contacts.findBy and other Contacts.* functio…

========

https://hg.mozilla.org/integration/gaia-central/rev/24fac65d16b5
Author: anu7495 <anubhav.worklinux@gmail.com>
Desc:  Bug 1153888 - [Messages] Contacts.findBy and other Contacts.* functions should never return null r=azasypkin
2015-07-02 11:51:48 -07:00
Andrea Marchesini
d9e5b0cca8 Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan 2015-07-02 14:51:42 -04:00
Ben Kelly
e3165d2433 Bug 1179772 Make Cache API honor devtools SW testing flag in SW itself. r=ehsan 2015-07-02 11:47:10 -07:00
B2G Bumper Bot
baf76a2569 Bumping manifests a=b2g-bump 2015-07-02 11:22:31 -07:00
Ryan VanderMeulen
6eb6228f53 Backed out changeset c725221a7c45 (bug 1179025) for Werror bustage.
CLOSED TREE
2015-07-02 14:22:28 -04:00
B2G Bumper Bot
b7e2ac498e Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ea7e1536876
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30784 from aosmond/bug1179380

Bug 1179380 - Fix how volume keys were disabled in preview gallery.

========

https://hg.mozilla.org/integration/gaia-central/rev/49ecb170ebed
Author: Andrew Osmond <aosmond@mozilla.com>
Desc: Bug 1179380 - Fix how volume keys were disabled in preview gallery.

========

https://hg.mozilla.org/integration/gaia-central/rev/de4343683143
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30763 from bzbarsky/give-me-my-errors

Bug 1179088.  Stop defining non-configurable properties in Gaia, again.  r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/ec58273fed1f
Author: Boris Zbarsky <bzbarsky@mit.edu>
Desc: Bug 1179088.  Stop defining non-configurable properties in Gaia, again.  r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/be778feef5a9
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #30792 from zbraniecki/1179683-l10n-async-api-in-notificationhelper

1179683 l10n async api in notificationhelper. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/03924aaa2c22
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1179683 - Update NotificationHelper to use async l10n API
2015-07-02 11:20:31 -07:00
B2G Bumper Bot
360b3cc4fb Bumping manifests a=b2g-bump 2015-07-02 10:58:35 -07:00
B2G Bumper Bot
577e3f3150 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bb52e878156d
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30801 from yzen/bug-1179590

Bug 1179590 - ensuring we wait for the install button to be visible t…

========

https://hg.mozilla.org/integration/gaia-central/rev/f8756396ad24
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1179590 - ensuring we wait for the install button to be visible to both the user and the screen reader.
2015-07-02 10:56:36 -07:00
B2G Bumper Bot
0a09903954 Bumping manifests a=b2g-bump 2015-07-02 10:53:33 -07:00
B2G Bumper Bot
b17c98b11a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/816fd873b1a1
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30796 from janus926/bug-1174629

Bug 1174629 - Avoid logcat -c on Android L to workaround the issues. …

========

https://hg.mozilla.org/integration/gaia-central/rev/7a84769d5765
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1174629 - Avoid logcat -c on Android L to workaround the issues. r=eli
2015-07-02 10:51:32 -07:00
B2G Bumper Bot
4c3ab6f297 Bumping manifests a=b2g-bump 2015-07-02 10:44:35 -07:00
B2G Bumper Bot
46b65eb6f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/008600e499d3
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Merge pull request #30705 from yzen/bug-1176763

Bug 1176763 - add a missing label to the icon.

========

https://hg.mozilla.org/integration/gaia-central/rev/8e190b90de8a
Author: Yura Zenevich <yzenevich@mozilla.com>
Desc: Bug 1176763 - add a missing label to the icon.
2015-07-02 10:42:35 -07:00
Wes Kocher
4c32ed2e86 Backed out 2 changesets (bug 1176712) for gip f5 permafail CLOSED TREE a=bustage
Backed out changeset 52fd1c8b0fcb (bug 1176712)
Backed out changeset 6baeaddb32cc (bug 1176712)
2015-07-02 09:21:23 -07:00
Wes Kocher
38c13771cb Backed out 2 changesets (bug 1176712) for gip f5 permafail CLOSED TREE a=bustage
Backed out changeset 52fd1c8b0fcb (bug 1176712)
Backed out changeset 6baeaddb32cc (bug 1176712)
2015-07-02 09:21:23 -07:00
Wes Kocher
82dd39d81e Backed out 2 changesets (bug 1176712) for gip f5 permafail CLOSED TREE a=bustage
Backed out changeset 52fd1c8b0fcb (bug 1176712)
Backed out changeset 6baeaddb32cc (bug 1176712)
2015-07-02 09:21:23 -07:00
Wes Kocher
ab9f88adea Backed out 2 changesets (bug 1176712) for gip f5 permafail CLOSED TREE
Backed out changeset 52fd1c8b0fcb (bug 1176712)
Backed out changeset 6baeaddb32cc (bug 1176712)
2015-07-02 09:21:23 -07:00
Ben Kelly
268167f91a Bug 1178508 ServiceWorker scripts should never be intercepted. r=baku 2015-07-02 07:30:06 -07:00
Carsten "Tomcat" Book
5739e50696 merge mozilla-inbound to mozilla-central a=merge 2015-07-02 15:44:14 +02:00
Carsten "Tomcat" Book
9b7e3224f2 merge fx-team to mozilla-central a=merge on a CLOSED TREE 2015-07-02 15:32:28 +02:00
L. David Baron
89e61707cc Bug 1176969 followup - Reorganize the timing of the reftest to make it more reliable.
I confirmed that animate-preserve3d-child.html still fails without the
original patch in the bug.
2015-07-01 23:00:25 -07:00
Fernando Jimenez
7f7760ae59 Bug 1176712 - Cannot have two activities with same name and different filters. Tests. r=fabrice 2015-07-02 07:56:14 +02:00
Fernando Jimenez
b9b6d9505c Bug 1176712 - Cannot have two activities with same name and different filters. r=fabrice 2015-07-02 07:56:14 +02:00
JW Wang
6bcb728bd6 Bug 1178718. Part 2 - No need to acquire the monitor in BreakCycles(). r=roc. 2015-07-02 13:39:11 +08:00
JW Wang
391bc95ba5 Bug 1178718. Part 1 - Remove dependency on decoder monitor from DecodedStream. r=roc. 2015-07-02 12:10:10 +08:00
Shu-yu Guo
ec4a08f03b Bug 1179264 - Only assert markedness of sampled scripts in JitcodeMap during finalization. (r=terrence) 2015-07-01 21:57:28 -07:00