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

429178 Коммитов

Автор SHA1 Сообщение Дата
B2G Bumper Bot 1949cc984b Bumping manifests a=b2g-bump 2015-07-02 17:19:54 -07:00
B2G Bumper Bot 830c1490e0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f3ac064d1172
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #30811 from ngokevin/master

Bug 1172197 - update marketplace packages for openmobile webactivity (master)

========

https://hg.mozilla.org/integration/gaia-central/rev/df8db80d9de6
Author: Kevin Ngo <ngoke@mozilla.com>
Desc: Bug 1172197 - update marketplace packages for openmobile webactivity
2015-07-02 17:17:54 -07:00
Wes Kocher cbb3d93988 Merge inbound to central, a=merge 2015-07-02 17:14:49 -07:00
Wes Kocher 155fb896d5 Merge fx-team to central, a=merge 2015-07-02 17:01:12 -07:00
Ryan VanderMeulen d38eb7c329 Bug 1178513 - Fix non-unified bustage. r=wchen
--HG--
extra : amend_source : df4f98cb75017a459fc74476542a3fbbc9ddd9c7
2015-07-02 19:39:03 -04:00
Masatoshi Kimura cbfe941567 Bug 1179249 - Always use the modern settings dialog in Preferences on Windows 10. r=jaws 2015-07-03 06:39:52 +09:00
Brian Grinstead 5032fb6a13 Bug 1150578 - Adjust the bluegrey color for DevTools theme;r=gl 2015-07-02 14:13:34 -07:00
B2G Bumper Bot 523f5f666d Bumping manifests a=b2g-bump 2015-07-02 13:41:03 -07:00
B2G Bumper Bot c709084549 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
Benoit Girard 83020c6467 Bug 1179550 - Always terminate the str buffer. r=erahm
--HG--
extra : commitid : AC005vzf2I6
2015-07-02 16:30:58 -04:00
Valentin Gosu 7fe7150c99 Bug 1177403 - Unable to load http package resources with fetch() or xhr r=mcmanus 2015-07-03 17:15:46 +02:00
Wander Lairson Costa 1af8f6ea5a Bug 1179940: Bump phone-builder version. r=garndt
This is to force volume cache to redownload the image valid socorro
token.

--HG--
extra : commitid : AXTK6ZO3Rro
extra : rebase_source : a3ab06d5a07cc16c90f3c875084f5c5e386cf1a3
2015-07-02 17:12:09 -03:00
B2G Bumper Bot 08d81263a7 Bumping manifests a=b2g-bump 2015-07-02 13:04:40 -07:00
B2G Bumper Bot 0d8d79a7de 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 ffdc1661d7 Merge m-c to fx-team. a=merge 2015-07-02 16:00:46 -04:00
Ryan VanderMeulen e5d7b6b96e Merge m-c to b2g-inbound. a=merge 2015-07-02 15:59:46 -04:00
Ryan VanderMeulen 19fc720a94 Merge m-c to inbound. a=merge 2015-07-02 15:58:52 -04:00
Ryan VanderMeulen be503875d7 Merge fx-team to m-c. a=merge 2015-07-02 15:58:09 -04:00
Ryan VanderMeulen 48f02eea41 Merge b2g-inbound to m-c. a=merge 2015-07-02 15:57:05 -04:00
Ryan VanderMeulen add376a38f Merge inbound to m-c. a=merge 2015-07-02 15:50:36 -04:00
Mason Chang 9bbb1126fa Bug 1178447. Make gfx sanity test run offscreen. r=dvander 2015-07-02 12:47:10 -07:00
Bobby Holley 7ff89b25af Bug 1178938 - Mirror shutdown-ness from the MDSM to the MD. r=jww 2015-07-02 12:38:44 -07:00
Bobby Holley d529126326 Bug 1178938 - Make MediaDecoderReader::DecodeToFirstVideoData async. r=jww 2015-07-02 12:38:44 -07:00
Bobby Holley 9142a9933f 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 2da9f4c415 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 3b445a4a38 Backed out changeset 97c7e83acb6b (bug 1171603) for Windows Werror bustage.
CLOSED TREE
2015-07-02 15:33:10 -04:00
B2G Bumper Bot 31f593ce08 Bumping manifests a=b2g-bump 2015-07-02 12:32:24 -07:00
B2G Bumper Bot f49db2af68 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
vivek 2685b61124 Bug 1178378 - Debug personal information exposed as Menu item r=nalexander
--HG--
extra : commitid : IQ3uFEOoKYE
extra : rebase_source : 5ab5944e7d9101faafa677265b499c752f34f959
extra : histedit_source : f422e6be27c8780314b89b38e1e9f62356bb1bcd
2015-07-02 22:26:35 +03:00
Martyn Haigh 6d10cb1ed6 Bug 1178804 - Implement new fxaccount_sync_error.png assets; r=nalexander
--HG--
extra : commitid : LfUMOUGmBGh
extra : rebase_source : ad4e45875ee9fd12fa110bdb81d20778c5ebdbd2
extra : amend_source : 887ae311d3e393ee0694da551474112c49a4169b
2015-07-03 13:18:01 +01:00
Mike de Boer 3870240961 Bug 1171940: introduce unit tests for the new room context flows inside the Hello conversation window. r=Standard8 2015-07-03 19:00:33 +02:00
Mike de Boer 9ee1b247a1 Bug 1171940: update/ fix tests that my patches above have broken and lower the total amount of warnings generated by React in the console. r=Standard8 2015-07-03 19:00:30 +02:00
Mike de Boer 75dd81e809 Bug 1171940: introduce an 'Edit Context' button to the conversation toolbar inside the Hello conversation window. r=Standard8 2015-07-03 19:00:27 +02:00
Mike de Boer 6bb8d833b9 Bug 1171940: remove the mode-switching and have only one-mode Edit Context view inside the Hello conversation window. r=Standard8 2015-07-03 19:00:25 +02:00
Mike de Boer 06878cbdf4 Bug 1171940: move the context display into the chat area inside the Hello conversation window. r=Standard8 2015-07-03 19:00:22 +02:00
Nick Alexander 159cd7e187 Bug 1177933 - Add |mach eslint| command. r=mcomella,dmose
DONTBUILD NPOTB

--HG--
extra : commitid : IkJltHjrNkD
extra : rebase_source : 93b215c71160013c41fc447ff8eea16f670833cf
extra : histedit_source : 73c8204c8aa208b5ed7739b2f7064a110d6f5982%2Cf5cb35fa8eeea8c6443f96b3940df32c2e5fb826
2015-07-02 12:18:52 -07:00
Bobby Holley 16d561e4cf 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 f15bd05ef7 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 190412c8bf Bumping manifests a=b2g-bump 2015-07-02 11:53:47 -07:00
B2G Bumper Bot 1378b1fff8 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 9368a3d589 Bug 1171603 - Better size check in nsTSubstring::ReplacePrep. r=ehsan
--HG--
extra : rebase_source : 608ecb648abaebc7e8c78870e14c406027f1d2cb
2015-07-02 14:51:42 -04:00
Ben Kelly 351585e29f 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 64bde4f1c2 Bumping manifests a=b2g-bump 2015-07-02 11:22:31 -07:00
Ryan VanderMeulen 3da97f6aee Backed out changeset c725221a7c45 (bug 1179025) for Werror bustage.
CLOSED TREE
2015-07-02 14:22:28 -04:00
B2G Bumper Bot 11d2c3a6a8 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 9a483fb5b8 Bumping manifests a=b2g-bump 2015-07-02 10:58:35 -07:00
B2G Bumper Bot 2851dcf699 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 3ddfbeaf64 Bumping manifests a=b2g-bump 2015-07-02 10:53:33 -07:00
B2G Bumper Bot a23d1f6b1e 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 2357de27e3 Bumping manifests a=b2g-bump 2015-07-02 10:44:35 -07:00