If an application has received focus from the window manager, but doesn't
reassign focus to a child window before closing its focus window, focus can
temporarily revert to PointerRoot before the window manager gives focus to
another window. During PointerRoot focus, the window until the pointer has
focus even if it is an override-redirect window.
--HG--
extra : rebase_source : 3c005183f4602346ce9068b4a87af068f0e82372
========
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