gecko/b2g/config
B2G Bumper Bot 9175de0b5d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0cc496fad27f
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #25840 from mnjul/bug_1093537_input_window_management_from_kbm

Bug 1093537 - Move input app window management-related responsibility from KeyboardManager to InputWindowManager. r=alive,timdream,rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/ddb84c2ad293
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1093537 - Move input app window management-related responsibility from KeyboardManager to InputWindowManager

- A lot of events that only affects inputWindow showing/hiding goes to InputWindowManager instead of KeyboardManager now.
- "RemoveKeyboard" concept is now separated:
 -- InputWindowManager._onInputLayoutsRemoved() is called by KeyboardManager to signify that some keyboard layouts have been removed (disabled from system settings, or uninstalled keyboard app). IWM will remove InputWindow references accordingly.
 -- KeyboardManager._onKeyboardKilled() is called by InputWindowManager to signify that a loaded and currently showing out-of-process keyboard has been OOM'killed. KeyboardManager has to determine a keyboard layout to relaunch.
- A closed InputWindow now has height 0 instead of undefined.
- Please use inputWindowManager.hideInputWindow()/.hideInputWindowImmediately()/.getHeight() in place of KeyboardManager.hideKeyboard()/.hideKeyboardImmediately/.getHeight().
- inputWindowManager is a singleton and accessible in the window scope.
- KeyboardManager had lacked tests about getting device memory and retrieving setting of enabledness of 3rd-party keyboard, which have been added (to InputWindowManager) in this test. Additionally, KeyboardManager.updateLayouts() is tested now (although only roughly).
2014-11-13 21:50:53 -08:00
..
dolphin Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
emulator Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
emulator-ics Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
emulator-jb Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
emulator-kk Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
flame Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
flame-kk Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
hamachi Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
helix Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
mozconfigs Bug 1075183 - Use the same gcc on b2g linux builds as on browser linux builds, and enable sccache. r=mshal,a=kwierso 2014-11-07 10:57:13 +09:00
nexus-4 Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
tooltool-manifests Bug 1075183 - Use the same gcc on b2g linux builds as on browser linux builds, and enable sccache. r=mshal,a=kwierso 2014-11-07 10:57:13 +09:00
wasabi Bumping manifests a=b2g-bump 2014-11-13 21:41:51 -08:00
gaia.json Bumping gaia.json for 2 gaia revision(s) a=gaia-bump 2014-11-13 21:50:53 -08:00