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
========
https://hg.mozilla.org/integration/gaia-central/rev/3c5ae69f1d72
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #22205 from lodr/bug-1034735-installing-when-low-battery
Bug 1034735 - [System][OTA] When the device is plugged-in, it should not block OTA even the energy is lower than 50%
r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/98dbf45597a7
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1034735 - [System][OTA] When the device is plugged-in, it should not block OTA even the energy is lower than 50%