| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
When in continuous alt-tab or pressing down the []]] logo button for a long time, windows may be still animating in/out. window cycler should not try to cycle to a window in animation, or we may end up cycling to a window that will be hidden.
BUG=118124
TEST=manual on lumpy, with alt-tab switching and []]] logo switching.
Review URL: http://codereview.chromium.org/9720023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128009 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=115846
R=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9455085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123730 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Setting the layer of the window as invisible rather than calling Show()/Hide() to avoid excessive re-layout and observers notification.
BUG=109766
TEST=tested on lumpy in compact mode.
Review URL: http://codereview.chromium.org/9141026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118764 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This mimics the creation and alt+tab scrolling in classic chromeos.
BUG=109042
TEST=on alex and lumpy in compact mode.
Review URL: http://codereview.chromium.org/9187020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
. 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
|