summaryrefslogtreecommitdiffstats
path: root/ash
Commit message (Collapse)AuthorAgeFilesLines
* Add accessible names to the launcher buttonszork@chromium.org2012-02-0110-0/+194
| | | | | | | | | | BUG=104192 TEST=None Review URL: http://codereview.chromium.org/9121050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120044 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Rework window mode flags to compact/overlapping/managedjamescook@chromium.org2012-02-016-45/+46
| | | | | | | | | | | | | | * Rename "normal" to "overlapping", since there was some confusion about whether or not compact mode is "normal" * Remove "--aura-workspace-manager" flag in favor of "--aura-window-mode=managed", as this feature is not compatible with compact mode. * Change about:flags Window mode to a three-way choice between modes BUG=112139 TEST=aura_shell_unittests ShellTest, manual check of about:flags Review URL: http://codereview.chromium.org/9316005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120035 0039d316-1c4b-4281-b951-d872f2087c98
* add compact layout manager window transition unittest.alicet@chromium.org2012-02-013-2/+131
| | | | | | | | | | BUG=None TEST=added unittest. Review URL: http://codereview.chromium.org/9301016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120023 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Delete some 0 byte files that are still lying around as a result of ↵thestig@chromium.org2012-02-011-0/+0
| | | | | | | | | | a CQ bug. (no code review because the CL is "empty") BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120000 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Owner param to EventFilter's ctor.ben@chromium.org2012-01-3115-29/+19
| | | | | | | | BUG=none TEST=existing unittests Review URL: https://chromiumcodereview.appspot.com/9315004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119954 0039d316-1c4b-4281-b951-d872f2087c98
* Acquire all layers when hiding window gets destroyed.oshima@chromium.org2012-01-314-22/+103
| | | | | | | | | | | | | Add duration to show/hide animation (lock screen has longer animation) Window can now specify in which visibility change phrase it wants to animate (login screen and lock screen should animate only when hiding) BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9233044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119949 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile with Aura/Mac ash_shell and workspace controllerdhollowa@chromium.org2012-01-312-0/+4
| | | | | | | | | | | | | Fixes link issues on Mac/AuraShell.app with WorkspaceController. implemented. BUG=None TEST=Compile on Mac/Aura. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9159048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119941 0039d316-1c4b-4281-b951-d872f2087c98
* Fix PRESUBMIT.py linx_aura renamed to linux_chromeos_auradhollowa@chromium.org2012-01-311-2/+2
| | | | | | | | | | | | | Renames linux_aura to linux_chromeos_aura in various PRESUBMIT.py files to reflect renaming of the try bot. BUG=108077 TEST=git try with change in ash or aura subdir, should trigger linux_chromeos_aura try. R=petermayo@chromium.org Review URL: https://chromiumcodereview.appspot.com/9301018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119907 0039d316-1c4b-4281-b951-d872f2087c98
* [aura] Return focus to transient parent when modal window closes.ivankr@chromium.org2012-01-313-2/+51
| | | | | | | | | | BUG=108112 TEST=Manual: see bug description Review URL: http://codereview.chromium.org/9290047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119782 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Resize login screen if resolution changesjamescook@chromium.org2012-01-301-0/+2
| | | | | | | | | | | The lock screen container needs a layout manager to respond to resolution changes caused by an external monitor being attached or detached. Marking the login screen widget as fullscreen makes it reshape to track the size change. BUG=110942 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9121063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119732 0039d316-1c4b-4281-b951-d872f2087c98
* Mac/Aura aura_shell_unittests are not linkingdhollowa@chromium.org2012-01-307-6/+80
| | | | | | | | | | | | | | Gets aura_shell_unittests compiling and passing on Mac. Some unimplemented tests were disabled. The AuraShell.app is built to provide the tests with proper resources. Also, references to the ui::Compositor are now getting released during tear down. BUG=111279 TEST=aura_shell_unittests Review URL: https://chromiumcodereview.appspot.com/9288052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119686 0039d316-1c4b-4281-b951-d872f2087c98
* Handful of workspace changes:sky@chromium.org2012-01-3012-122/+408
| | | | | | | | | | | | | | | | | | . Correctly deal with fullscreen. . wires up grid size and sets it appropriately. . maxes windows open initially maximized if necessary. I've also wired up showing a menu when you right click on the desktop that lets you configure things. This is only temporary, but I figure worthwhile to play with various settings. BUG=111285 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9295024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119674 0039d316-1c4b-4281-b951-d872f2087c98
* Notify RenderViewHost of drag cancelpkotwicz@chromium.org2012-01-281-0/+4
| | | | | | | | | | | | | Test: 1) drag bookmark 2) Hit Alt-Tab, or Ctrl-Atl-Right BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9234079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119581 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Add Layer::LAYER_SOLID_COLOR to compositor.derat@chromium.org2012-01-2811-38/+15
| | | | | | | | | | | | | | | | | | This adds a new layer type backed by WebKit::WebSolidColorLayer. I'm using it for the power button animation's background (which previously had a fullscreen texture that it just painted black). I'm also renaming LAYER_HAS_TEXTURE to LAYER_TEXTURED and LAYER_HAS_NO_TEXTURE to LAYER_NOT_DRAWN. BUG=109083 TEST=manual: checked that the power button animation looks the same as before TBR=sky Review URL: http://codereview.chromium.org/9289036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119580 0039d316-1c4b-4281-b951-d872f2087c98
* content: Modfiy ResourceBundle and content_shell to run with alternative pak ↵erg@chromium.org2012-01-283-3/+3
| | | | | | | | | | | | files. BUG=111326 R=jam TBR=sky,tony,ajwong,ananta Review URL: http://codereview.chromium.org/9232060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119566 0039d316-1c4b-4281-b951-d872f2087c98
* Do not allow system modal dialogs below the lock layer to steal focus.flackr@chromium.org2012-01-272-0/+75
| | | | | | | | | BUG=110920 TEST=Open a system modal dialog, lock the screen, and verify that you can now unlock the screen. Review URL: https://chromiumcodereview.appspot.com/9271062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119499 0039d316-1c4b-4281-b951-d872f2087c98
* Allow hide animations to work again:ben@chromium.org2012-01-2713-100/+194
| | | | | | | | | | | | | | - Introduces VisibilityClient, which aura::Window defers to to update layer visibility, if present. This replaces code which previously undid layer visibility changes after they were set. Layer visibility changes are potentially destructiver (they can drop textures associated with the layer and require a repaint). - Implements this in ash in VisibilityController, which animates the visibility changes of children in annotated parents. - Annotates various windows as requiring child window visibility change animations. This replaces animating visibility changes in LayoutManagers. - Adds a second layer of visibility determination to aura::Window. Some code may check Window->IsVisible which was simply testing layer visibility. We want Window->IsVisible to return false as soon as Window::Hide() is called, so we add a member for this. - We prevent stacking changes to the window from being propagated to the layer if the layer's delegate has been detached (i.e. the layer is hiding) BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9235016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119453 0039d316-1c4b-4281-b951-d872f2087c98
* aura compact mode continuous alt-tab should land on a window instead of ↵alicet@chromium.org2012-01-272-21/+33
| | | | | | | | | | | | | | showing the background. This fix the problem when we alt-tab too fast, offscreen windows are not hidden yet, therefore we may/may not get a visiblity change event to update the current window. Also, should set the current window before animation starts, so that when animation end and we started hiding windows, we don't accidentally hide the current window. BUG=111211 TEST=tested on alex that background doesn't show if alt-tab is continuously down. Review URL: http://codereview.chromium.org/9169039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119418 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Fix tab strip showing under status area in compact modejamescook@chromium.org2012-01-271-5/+11
| | | | | | | | | | | | Also fixes status area position in RTL languages BUG=111537 TEST=Run Chrome OS in English with lots of tabs then lock and unlock screen, also try RTL language like Hebrew Review URL: http://codereview.chromium.org/9271088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119416 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old (pre-webkit) compositorpiman@chromium.org2012-01-272-18/+2
| | | | | | | | | BUG=103948 TEST=builds, tests pass Review URL: http://codereview.chromium.org/9288053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119402 0039d316-1c4b-4281-b951-d872f2087c98
* Send a key event to the RootWindow when no window is focused so the global ↵yusukes@chromium.org2012-01-271-4/+39
| | | | | | | | | | | | shortcut keys could always work. BUG=110572 TEST=ran the new tests in aura_shell_unittests Review URL: http://codereview.chromium.org/9290011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119383 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Fix app list crash on logout.xiyuan@chromium.org2012-01-271-2/+7
| | | | | | | | | | | | | | App list widget is in always-on-top container which is destructed after default container. This causes crash when destructing a live app list widget during Shell shutdown. BUG=111523 TEST=Verify fix for issue 111523. Review URL: http://codereview.chromium.org/9234071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119376 0039d316-1c4b-4281-b951-d872f2087c98
* Reworks the workspace code. Here's the new heuristics:sky@chromium.org2012-01-2620-1594/+593
| | | | | | | | | | | | | | | | | | | . All normal windows end up in a single workspace. . Each maximized window ends up in its own workspace. . There is an additional workspace for split windows, but the heuristics of this aren't implemented yet. I've left some bits of the old code, in particular overview but there isn't really a way to get into it yet and it'll need some reworking if we decide to keep it. BUG=111285 TEST=none R=ben@chromium.org,oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/9113045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119282 0039d316-1c4b-4281-b951-d872f2087c98
* We should not be setting state in ET_MOUSE_MOVEDpkotwicz@chromium.org2012-01-261-3/+0
| | | | | | | | | | This fixes an issue where it was possible to get the tab contents to jump out of their frame by opening the network menu and starting to drag the window while the menu was open. The reason is that the HANDLE_DRAG would handle the drag as if it originated at the location that the menu was opened Review URL: http://codereview.chromium.org/9006034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119259 0039d316-1c4b-4281-b951-d872f2087c98
* Adds the option for TopLevelWindowEventFilter to snap to asky@chromium.org2012-01-263-8/+116
| | | | | | | | | | | | grid. Resizes snap, but drags don't set bounds until done. BUG=111285 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9234056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119252 0039d316-1c4b-4281-b951-d872f2087c98
* Change the launcher to use AccessiblePaneView, and make the buttons focusablezork@chromium.org2012-01-264-1/+15
| | | | | | | | | | | R=sky@chromium.org BUG=104192 TEST=None Review URL: http://codereview.chromium.org/9113056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119204 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Handle NULL |container| case in GetTopmostWindowToActivatexiyuan@chromium.org2012-01-261-6/+11
| | | | | | | | | | | | | | | | | | When shell shutdown starts, if the active window is in a container that gets destructed after the default container (e.g. status area widget, full screen bubble), GetTopmostWindowToActivate will be called when destructing this active window. However, GetContainer(kShellWindowId_DefaultContainer) would return NULL because default container is already destructed at this point. Add a NULL check to avoid the crash. BUG=110916 TEST=Verify the crash in issue 110916 no longer happens. Review URL: http://codereview.chromium.org/9169058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119190 0039d316-1c4b-4281-b951-d872f2087c98
* aura: No shadow for transparent window.xiyuan@chromium.org2012-01-262-4/+7
| | | | | | | | | | | | | | | | | - Add a transparent flag to Window; - Use the transparent in Window::Init to call Layer::SetFillsBoundsOpaquely; - Update ShadowController to use SHADOW_TYPE_NONE for transparent window; Side change: - Make tooltip widget non-transparent as it needs the default shadow; BUG=110916 TEST=Verify fix for issue 110916 and drop-n-drop works as before. Review URL: http://codereview.chromium.org/9169050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119184 0039d316-1c4b-4281-b951-d872f2087c98
* Use translated root location in WebInputEventoshima@chromium.org2012-01-264-95/+66
| | | | | | | | | | | | This adds root_location to LocatedEvent Converted a couple of tests to use EventGenerator. BUG=none TEST=added TranslatedEvent test to window_unittests. Review URL: http://codereview.chromium.org/9117018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119169 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Allow compact window mode to be turned on/off at runtimejamescook@chromium.org2012-01-2510-98/+300
| | | | | | | | | | | | | * In debug builds, Ctrl-Alt-A shows/hides it * Added test coverage for switching modes * Refactored Shell initialization to support this BUG=110174 TEST=aura_shell_unittests ShellTest.ChangeWindowMode, manual toggling Review URL: https://chromiumcodereview.appspot.com/9289008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119111 0039d316-1c4b-4281-b951-d872f2087c98
* Mac/Aura aura_shell_unittests are not linkingdhollowa@chromium.org2012-01-251-0/+5
| | | | | | | | | | | | | Excludes drag and drop tests from aura_shell_unittests on Mac. Will reenable once drag and drop is functional on Aura/Mac. BUG=111279 TEST=aura_shell_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9169034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119075 0039d316-1c4b-4281-b951-d872f2087c98
* Fix launcher to not request focus on creationzork@chromium.org2012-01-251-0/+2
| | | | | | | | | | R=mazda@chromium.org BUG=None TEST=Run aura_shell_unittests --gtest_filter="ActivationControllerTest.ClickOnMenu" Review URL: https://chromiumcodereview.appspot.com/9169041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119028 0039d316-1c4b-4281-b951-d872f2087c98
* Allow activation of the Launcher containerzork@chromium.org2012-01-252-1/+3
| | | | | | | | | | | R=sky@chromium.org BUG=104192 TEST=None Review URL: http://codereview.chromium.org/9117021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119021 0039d316-1c4b-4281-b951-d872f2087c98
* Wires up disabling visibility animations for aura, and explicitlysky@chromium.org2012-01-241-0/+3
| | | | | | | | | | | | | | disables animations for browser tests as other wise code that gets bounds and does calculates based on that ends up with the wrong thing. BUG=111086 TEST=none R=ben@chromium.org,phadjan.jr@chromium.org TBR=phadjan.jr@chromium.org Review URL: https://chromiumcodereview.appspot.com/9160020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118940 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the launcher around so that it's up to the shell to populate itsky@chromium.org2012-01-2416-186/+228
| | | | | | | | | | | | | | and that each item isn't associated with a window. This allows the chrome side to populate the launcher with items that correspond to app tabs. BUG=110827 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9271007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118800 0039d316-1c4b-4281-b951-d872f2087c98
* Aura compact mode window visiblity -- set offscreen aura window layer invisible.alicet@chromium.org2012-01-243-17/+95
| | | | | | | | | | | | | 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
* Aura: Fix crash on omnibox input in compact window modejamescook@chromium.org2012-01-231-2/+4
| | | | | | | | | | | The layout manager for compact window mode calls Show() on the status area widget as part of its visibility updates when a new Aura window opens. This causes the status area widget to try to activate and take focus, which tries to release focus and close the omnibox popup, which causes a crash. Only call Show() if the widget is currently invisible, for transitions out of fullscreen. BUG=110897 TEST=Run Aura in compact window mode, type into omnibox, should not crash Review URL: https://chromiumcodereview.appspot.com/9160002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118755 0039d316-1c4b-4281-b951-d872f2087c98
* Adds an accelerator to handle Ctrl-Shift-L during weird casespkotwicz@chromium.org2012-01-236-0/+44
| | | | | | | | BUG=106873 Review URL: https://chromiumcodereview.appspot.com/9132004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118747 0039d316-1c4b-4281-b951-d872f2087c98
* Bug=105964pkotwicz@chromium.org2012-01-236-0/+28
| | | | | | | | | | Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118540 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=118698 Review URL: https://chromiumcodereview.appspot.com/9124021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118712 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 118698 - Bug=105964pkotwicz@chromium.org2012-01-236-28/+0
| | | | | | | | | | | Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118540 Review URL: https://chromiumcodereview.appspot.com/9124021 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9270051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118705 0039d316-1c4b-4281-b951-d872f2087c98
* Bug=105964pkotwicz@chromium.org2012-01-236-0/+28
| | | | | | | | Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118540 Review URL: https://chromiumcodereview.appspot.com/9124021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118698 0039d316-1c4b-4281-b951-d872f2087c98
* Add animations for system modal and tooltips.ben@chromium.org2012-01-238-17/+142
| | | | | | | | http://crbug.com/110024 TEST=none Review URL: https://chromiumcodereview.appspot.com/9141024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118691 0039d316-1c4b-4281-b951-d872f2087c98
* Renames and moves some workspace related classes to the workspacesky@chromium.org2012-01-218-73/+72
| | | | | | | | | | directory. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9226040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118620 0039d316-1c4b-4281-b951-d872f2087c98
* Add ash/accelerators/accelerator_filter_unittest.cc to prevent a regression ↵yusukes@chromium.org2012-01-212-0/+90
| | | | | | | | | | | | | | like crosbug.com/21842. This CL depends on https://chromiumcodereview.appspot.com/9241007/. BUG=None TEST=ran the unit tests Review URL: http://codereview.chromium.org/9228013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118619 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r118540 "Bug=105964"maruel@chromium.org2012-01-216-28/+0
| | | | | | | | | | | | | | | Write a CL description next time (!) Interactive Tests (dbg) build #20055 has blame ranging 118532-118542. This CL looks like the culprit but not 100% sure. TBR=pkotwicz@chromium.org,beng@chromium.org BUG= TEST=Interactive Tests (dbg) turns green Review URL: https://chromiumcodereview.appspot.com/9131035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118618 0039d316-1c4b-4281-b951-d872f2087c98
* Stack un-parented control windows in their own container. This prevents them ↵ben@chromium.org2012-01-204-26/+32
| | | | | | | | | | from interfering in existing window layout heuristics/animations. BUG=none TEST=existing Review URL: https://chromiumcodereview.appspot.com/9138026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118541 0039d316-1c4b-4281-b951-d872f2087c98
* Bug=105964pkotwicz@chromium.org2012-01-206-0/+28
| | | | | | Review URL: http://codereview.chromium.org/9124021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118540 0039d316-1c4b-4281-b951-d872f2087c98
* aura_builder target needs to work on Macdhollowa@chromium.org2012-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Extends 'aura_builder' target to work on Mac. This excludes bits that are not currently working. To build: ash_shell aura_demo aura_unittests compositor_unittests To run: compositor_unittests webkit_unit_tests Gyp flags: 'use_aura': 1 BUG=110632, 110627 TEST=Compile 'aura_builder' target on Mac with 'use_aura' bit set. R=cmp@chromium.org, oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/9226024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118535 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Replace UI-feature GYP flags with switches.derat@chromium.org2012-01-206-49/+84
| | | | | | | | | | | | | | | | | | This replaces the aura_show_about_flag_window_mode and chromeos_legacy_power_button GYP flags with --aura-force-compact-window-mode and --aura-legacy-power-button command-line switches. There is concern that using compile-time flags to control these features will greatly increase the workload on the Chrome OS builders; we apparently currently share Chrome binaries across all Chrome OS boards with the same architecture. BUG=109209,109052,chrome-os-partner:7570 TEST=manual Review URL: https://chromiumcodereview.appspot.com/9264025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118522 0039d316-1c4b-4281-b951-d872f2087c98
* Add slide sequence for aura windows in compact mode.alicet@chromium.org2012-01-203-1/+119
| | | | | | | | | | | | 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