========
https://hg.mozilla.org/integration/gaia-central/rev/5a43129638f3
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #22178 from mikehenrty/bug-1036191-import-headers
Bug 1036191 - include font utils in import page
========
https://hg.mozilla.org/integration/gaia-central/rev/d1d597ef6e34
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1036191 - include font utils in import page
========
https://hg.mozilla.org/integration/gaia-central/rev/d0f6d20d3ced
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #22089 from davidflanagan/bug1041710
Bug 1041710: Ensure that wallpaper images always exactly match the size of the screen r=mhenretty, timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/00056526c390
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1041710: ensure that wallpaper size always exactly matches screen size
when computing screen size for wallpaper pick activity use Math.ceil to get 854 instead of 853.5 for FWVGA
Unit tests for wallpaper_manager.js plus fix a broken bootstrap test
address review comments
address review comments
remove special low-tolerance case for PNG image comparison in image_utils unit test because it caused failures on TBPL
========
https://hg.mozilla.org/integration/gaia-central/rev/630f84891042
Author: KWierso <kwierso@gmail.com>
Desc: Revert "Merge pull request #22188 from sfoster/bug-1038630-tutorial-init-then-begin" for Gu bustage
This reverts commit 6ab481f9cbe4be2f6f869ff60a585df236462762, reversing
changes made to d3bef98df6343948638d81acb5c6e42e5ab6010e.
If setVersion() is not invoked on compileOptions, it ends up with
JSVERSION_UNKNOWN, which invokes findVersion() on the JSContext, which does a
bunch of crazy hunting of previous scripted stack frames that we most certainly
don't want for sandboxes, which are supposed to be controlled environments.
Using a separate JSContext in evalInSandbox isolates us from these effects, so
once we stop doing that we need to be more explicit here.
========
https://hg.mozilla.org/integration/gaia-central/rev/2c2c0534c3db
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #22188 from sfoster/bug-1038630-tutorial-init-then-begin
Bug 1038630 - Split Tutorial init into init, begin methods.
* init early in FTU, call start from 'Get started' button
* Dont wait to loadConfig in ftu AppManager
* Add 1.3..2.1 and 1.4..2.1 upgrade steps for easier testing on master
* Remove unused ensureConfig
* Fix tutorial init/start logic in FTU AppManager
* Add jsdocs for Tutorial
* Remove surplus Tutorial.init call from UIManager
========
https://hg.mozilla.org/integration/gaia-central/rev/61baa3809d03
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1038630 - Split Tutorial init into init, start methods.
* init early in FTU, call start from 'Get started' button
* Dont wait to loadConfig in ftu AppManager
* Add 1.3..2.1 and 1.4..2.1 upgrade steps for easier testing on master
* Remove unused ensureConfig
* Fix tutorial init/start logic in FTU AppManager
* Add jsdocs for Tutorial
* Remove surplus Tutorial.init call from UIManager
========
https://hg.mozilla.org/integration/gaia-central/rev/4d66e63df5f3
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #22225 from michalbe/Bug-1041455-nfc-new
Bug 1041455 - Shrinking UI fix on Contact List after adding new contact
========
https://hg.mozilla.org/integration/gaia-central/rev/7f1be9eb7dc8
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 1041455 - Shrinking UI fix on Contact List after adding new contact
========
https://hg.mozilla.org/integration/gaia-central/rev/2ff8b89f2004
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #22092 from millermedeiros/1042422-refresh-disabled
Bug 1042422 - [B2G][Calendar] Refreshing calendar causes events to be pu.lled down for accounts that are disabled r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/4e684365da93
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1042422 - [B2G][Calendar] Refreshing calendar causes events to be pulled down for accounts that are disabled
========
https://hg.mozilla.org/integration/gaia-central/rev/93b6be5e33f6
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #22003 from jaoo/1038749
Bug 1038749 - [B2G][Audio Channel]After playing sound through front speaker, all sound will play through front speaker instead of speakerphone. r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/86c6a4d5f462
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 1038749 - [B2G][Audio Channel]After playing sound through front speaker, all sound will play through front speaker instead of speakerphone