0
Files
src/ash/shell
benwells@chromium.org 50fdd24953 Auto hide app list on Windows when it loses focus.
This is a bit tricky as the app list should not hide when the taskbar gets focus. Handling this involves using a timer, when the app list does not have focus, to check whether either the taskbar or the app list has focus. Once one of these is not true the app list is closed.

This change also ensures that the app list is never opened multiple times.

Also includes is a bit of cleanup:
- AppListController has been renamed to AppListControllerDelegate
- a singleton AppListController has been introduced for Windows, similar to ash
- default implementations have been added to AppListControllerDelegate where it makes sense.

BUG=152847, 152846


Review URL: https://chromiumcodereview.appspot.com/11094019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161474 0039d316-1c4b-4281-b951-d872f2087c98
2012-10-12 01:54:17 +00:00
..
2012-04-12 21:32:48 +00:00
2012-07-11 07:10:28 +00:00
2012-09-13 21:30:27 +00:00
2012-07-11 07:10:28 +00:00
2012-07-11 07:10:28 +00:00