========
https://hg.mozilla.org/integration/gaia-central/rev/955e63dc2d09
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 830157 - Remove uppercase text transform on shared headers. r=arnau
========
https://hg.mozilla.org/integration/gaia-central/rev/8393ca75be72
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11304 from fabi1cazenave/l10nContacts-bug898992
Bug 898992: l10n.js should keep track of untranslated elements, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/f9e9f16457fa
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 898992: unit tests
========
https://hg.mozilla.org/integration/gaia-central/rev/9fae9096f6ef
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 898992: l10n.js should keep track of untranslated elements
If a document embeds an inline JSON dictionary, l10n.js translates the document right away without loading other l10n resources. It usually works fine because our build system ensures the inline JSON dictionary contains all the necessary keys to handle the declarative content; but if an app adds some dynamic content to the document, when the user language is changed there might be some untranslated elements -- e.g. the "Add Contact" form in the Contacts app.
With this patch, l10n.js keeps track of untranslated elements:
* if an inline dictionary is used, untranslated elements will be translated as soon as all external l10n resources are loaded;
* instead of raising a JS warning each time an element can't be translated, l10n.js now sends one unique warning with all missing l10n keys when the document is translated.
========
https://hg.mozilla.org/integration/gaia-central/rev/70453bf2e1dd
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #11140 from leob2g/Bug_896958_ShowingWrongErrorMessage_WhenOpeningSMSapp_AfterHomeButton_isPressed
[MMS][896958]Handling the ActivityCanceled event from Gecko in SMS application when Home button is pressed to avaoid application error. r=borjasalguero
========
https://hg.mozilla.org/integration/gaia-central/rev/366a93d4c3f3
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Handling the ActivityCanceled event from Gecko in SMS application when Home button is pressed to avaoid application error
Removed else statement as per the review comments
========
https://hg.mozilla.org/integration/gaia-central/rev/e89beafc7df5
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11087 from ian-liu/bluetooth/Bug895779_Update_icon_which_be_provide_via_UX_team_for_assets_@1.5
Bug 895779 - [Bluetooth File Transfer] Update icon which be provide via UX team for assets @1.5, r=@rexboy7
========
https://hg.mozilla.org/integration/gaia-central/rev/367891a05349
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 895779 - [Bluetooth File Transfer] Update icon which be provide via UX team for assets @1.5
========
https://hg.mozilla.org/integration/gaia-central/rev/5e7a8bbe525c
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11334 from ian-liu/bluetooth/Bug898092_Fail_to_open_Bluetooth_store_files_changed_to_/Download/Bluetooth_from_/Downloads/Bluetooth
Bug 898092 - Fail to open Bluetooth received files - path to store files changed to /Download/Bluetooth from /Downloads/Bluetooth, r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/94dcf9d72f32
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 898092 - Fail to open Bluetooth received files - path to store files changed to /Download/Bluetooth from /Downloads/Bluetooth