summaryrefslogtreecommitdiffstats
path: root/ash/wm/window_cycle_list.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove #pragma once from ashajwong@chromium.org2012-07-111-1/+0
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10693135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146075 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ShellDelegate::GetCycleWindowList. Because alt-tab operates onsky@chromium.org2012-04-031-0/+2
| | | | | | | | | | | | | | | | all windows now there is no need to push the implementation to the delegate and it can instead be consolidated. Also added a couple more test cases, and fixed a bug that occurred if there is a single window but it wasn't active. BUG=120987 TEST=see bug, also covered by test. R=jamescook@chromium.org Review URL: http://codereview.chromium.org/9969075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130315 0039d316-1c4b-4281-b951-d872f2087c98
* UnConfineCursor addition breaks Mac/Auradhollowa@chromium.org2012-01-201-1/+1
| | | | | | | | | | | | | | Provide stub implementation for Mac/Aura for this new RootWindowHost method. Also fixes up other compile and clang/style problem. MainAppBundle call got renamed to FrameworkBundle. BUG=None TEST=None R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9270011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118484 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaks for the launcher:sky@chromium.org2012-01-181-0/+58
. App list and browser shortcut buttons can be moved around. . Clicking the tabbed button cycles windows (creating a new one if there isn't one). BUG=110094 TEST=see bug R=ben@chromium.org,jamescook@chromium.org Review URL: http://codereview.chromium.org/9231030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118112 0039d316-1c4b-4281-b951-d872f2087c98