========
https://hg.mozilla.org/integration/gaia-central/rev/598dec9d7aba
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13797 from alivedise/bugzilla/907013_master_rebasing/app_window_manager_v3
Bug 907013 Implement AppWindowManager and bye bye WindowManager, r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/2f411f80313f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 907013 - Implement AppWindowManager.
* Disable 3 marionette js tests because marionette seems having trouble on finding out alerts. Will file follow up bugs to re-enable them.
* Remove WindowManager and introduce AppWindowManager
* Introduce LayoutManager who knows and gethers the sizing info well.
* Fix OrientationManager issues.
* Abandon TransitionMixin and "Re"write an AppTransitionController for the use case of edge gesture -- let appWindow support multiple transitions.
* Abandon AuthenticationDialog and "Re"implement AppAuthenticationDialog
* AppWindow: Introduce subcomponents under appWindow
* AppWindow: Introduce broadcast for internal events, publish for external events.
* AppWindow: Introduce event handling mechanism by registeredEvents.
* Fix VisibilityManager issues.
* Change the mechanism in python based gaia-apps.
* More shared code between AppWindow and HomescreenWindow.
* More shared code between AppWindow and ActivityWindow.
* Add 100+ unit test functions.
* Isolate window.css from system.css
* Add a new event in KeyboardManager for continuos transition control.
* Add a developer settings for enabling simultaneous animation control.
* Add jsdoc support.
http://alivedise.github.io/gaia-system-jsdoc/
========
https://hg.mozilla.org/integration/gaia-central/rev/9f1117fde1d2
Author: Mason Chang <mason@masonchang.com>
Desc: Merge pull request #14290 from changm/bug945461
bug 945461. Keep scrolling portion of email app message list and message...
========
https://hg.mozilla.org/integration/gaia-central/rev/9ac539f6ed31
Author: Mason Chang <mchang@mozilla.com>
Desc: bug 945461. Keep scrolling portion of email app message list and message content as scrollable layer
========
https://hg.mozilla.org/integration/gaia-central/rev/636544523583
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #14458 from tdz/bug-916850
Bug 916850: Skip multi-page Ogg meta data r=padenot
========
https://hg.mozilla.org/integration/gaia-central/rev/20797904a63a
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Bug 916850: Skip multi-page Ogg meta data
Ogg files are split into multiple segments, called pages. Currently
we only support meta data in a single page. This can result in parser
errors when meta data fields span multiple pages, and the inability
to listen to the Ogg file.
With this patch, the parser simply stops in these cases. We don't get
the respective information from the file, but the file will at least
be available for playing in the Music player.
Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
========
https://hg.mozilla.org/integration/gaia-central/rev/96f86ed3a99c
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #14362 from julienw/makefile-install-gaia-changes
Bug 946213 - [builds] Kill the app after flashing r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/81d8da39af5d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 946213 - [builds] Kill the app after flashing r=ochameau
* kill the flashed app after flashing
* use a target-scoped var for TARGET_FOLDER
* use non-recursive vars for APP_NAME and APP_PID, because they're used at
several places and it makes no sense to run them each time
========
https://hg.mozilla.org/integration/gaia-central/rev/d4882fd16ad4
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #14483 from julienw/932793-intermittent-scroll-tests
Bug 932793 - Intermittent test "thread_ui.js > scrolling scroll 100px, s...
========
https://hg.mozilla.org/integration/gaia-central/rev/d1cd825b9012
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 932793 - Intermittent test "thread_ui.js > scrolling scroll 100px, should be detected as a manual scroll" r=schung
* Fix intermittent scripts by sending the scroll event in the test
* Fix bad tests that were revealed in the process: `done` callback set on the
suite function instead of the test function, wrong SMS messages.
* Linearized and de-asynchronized some tests
========
https://hg.mozilla.org/integration/gaia-central/rev/1725c3613f3a
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #14507 from gtorodelvalle/contacts-bug-942010-self-duplicate
Bug 942010 - The test_add_photo_to_contact.py gets Duplicates Found screen
========
https://hg.mozilla.org/integration/gaia-central/rev/c3d1280eda08
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 942010 - The test_add_photo_to_contact.py gets Duplicates Found screen
========
https://hg.mozilla.org/integration/gaia-central/rev/0c8219fa9492
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13364 from gnarf/933167
Bug 933167 - [Keyboard][V1.2] The settings value of third party keyboard will be kept if uninstalling the in used keyboard
========
https://hg.mozilla.org/integration/gaia-central/rev/6add91433158
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 933167 - [Settings][V1.2] The settings for third party keyboards will still display after uninstalling the keyboard - r=arthur.chen
- Updated _initInstalledLayoutListView to use `ListView` of keyboards, within a `ListView` of layouts.
- Abstracted observing method to a helper for ListView provide easier detachment points