The v20140527.01 update hotfix deposited a JSON file in the profile
directory containing state. This file was purposefully not deleted
during hotfix uninstall so its contents could be later reported in
FHR.
This patch adds that reporting to FHR.
Currently, we only report a subset of the available fields. The
remaining "public" fields could be added easily enough. For now, it is
important that we capture the important ones.
--HG--
extra : rebase_source : 925d6ea04118296108327dc843323b150b87b208
========
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