- 97f6a33 Fix Widget::SetBoundsConstrained by Allen Bauer · 7 years ago
- 8cce6ad cros: Clean up Widget::InitParams::context usage in //ash by James Cook · 7 years ago
- 76d2b41 cros: Force tests to use webui login. by Jacob Dufault · 7 years ago
- a844cdcd1 Do not show shelf nor system tray on secondary displays in lock and login states. by Aga Wronska · 8 years ago
- 16abb43 Show system tray on views based shelf. by Aga Wronska · 8 years ago
- 3975aa9d Hide ShelfWidget when web UI shelf is used. by Aga Wronska · 8 years ago
- e195ad2 Add shelf to views based login. by Aga Wronska · 8 years ago
- 16e7ea72 Create LoginShelfView for views-based lock screen by Wenzhao Zang · 8 years ago
- ffbc9203 ash: Clean up simulated login in ash_unittests by Xiyuan Xia · 8 years ago
- 346c8c6 cros: Move ash test files next to the classes under test by James Cook · 8 years ago
- 317781a0 Reland: cros: Eliminate the ash::test namespace by James Cook · 8 years ago
- e5a9e8c9 Revert "cros: Eliminate the ash::test namespace" by Alexei Filippov · 8 years ago
- cb4af30 cros: Eliminate the ash::test namespace by James Cook · 8 years ago
- bcced3338 chromeos: removes stale shell_port includes by Scott Violet · 8 years ago
- 257a6a23 Nix GetRootWindowController, use RootWindowController::ForWindow. by msw · 8 years ago
- ca7526ef mash: Remove last WmWindow uses in ash/shelf. by msw · 8 years ago
- aa9f49f chromeos: Replace RootWindowController::GetShelf() with shelf() by jamescook · 8 years ago
- 840177e chromeos: Rename ash::WmShelf to Shelf by James Cook · 8 years ago
- ad3d955 mash: remove more shell/shelf WmWindow usage. by msw · 8 years ago
- 788b4fc chromeos: Refactor shelf to create ShelfView earlier in startup by jamescook · 8 years ago
- 29fc92d Clean up some ash constants. by estade · 8 years ago
- 11cf8db9 Renames WmShell to ShellPort by sky · 8 years ago
- b0bf8e8 chromeos: Move //ash/common files into //ash by James Cook · 8 years ago
- cb4be5b Shell::GetInstance() -> Shell::Get() by sky · 8 years ago
- 6472567 Remove ID from ui::TouchEvent's constructors by lanwei · 8 years ago
- 00c813f Moves maintaining ShellObservers back to Shell by sky · 8 years ago
- 6def4d9d Revert "chromeos: Move files in //ash/common to //ash, part 1" by James Cook · 8 years ago
- 643b718 Revert "chromeos: Move files in //ash/common to //ash, part 2" by James Cook · 8 years ago
- 6316a55 Revert "chromeos: Move files in //ash/common to //ash, part 3" by James Cook · 8 years ago
- 654b40d chromeos: Move files in //ash/common to //ash, part 3 by jamescook · 8 years ago
- 775aa607 chromeos: Move files in //ash/common to //ash, part 2 by jamescook · 8 years ago
- a0c4422 chromeos: Move files in //ash/common to //ash, part 1 by jamescook · 8 years ago
- 762dcf0 Avoid two targeting phases in aura client-lib and EventProcessor. by riajiang · 8 years ago
- 4e8acf39f Revert of Avoid two targeting phases in aura client-lib and EventProcessor. (patchset #9 id:220001 of https://codereview.chromium.org/2681613002/ ) by riajiang · 8 years ago
- 6b3d980 Avoid two targeting phases in aura client-lib and EventProcessor. by riajiang · 8 years ago
- a23d6ceb Gut ash::MaterialDesignController, and remove the about:flags entry. by estade · 9 years ago
- 0bc6a07 Fix shelf alignment and auto-hide initialization. by msw · 9 years ago
- f2ecd79 chromeos: Remove AshTestBase::SupportsMultipleDisplays by jamescook · 9 years ago
- b664383 Folds WmRootWindowController into RootWindowController by sky · 9 years ago
- 49cfb89 Use mojo Shelf interfaces for both mash and classic ash. by msw · 9 years ago
- c17dff0 chromeos: Don't explicitly set system tray visibility during initialization by jamescook · 9 years ago
- cc543168 Removes AshTestBase::SupportsHostWindowResize by sky · 9 years ago
- 49ef88e Enhance chrome.app.window API for shelf integration with pinning support by andra.paraschiv · 9 years ago
- 1cad77e9 ash: Remove ash::Shelf in favor of ash::WmShelf by jamescook · 9 years ago
- 577c95b ash: Move AppList support to ShelfWidget, expose ShelfWidget in WmShelf by jamescook · 9 years ago
- 8fd4ac5 ash: Move more code from Shelf to WmShelf by jamescook · 9 years ago
- 3ad0bed ash: Convert ShelfDelegate to use WmShelf* instead of Shelf* by jamescook · 9 years ago
- a18fb17 ash: Move alignment and autohide behavior from Shelf to WmShelf by jamescook · 9 years ago
- df64c66b mash: Move more shelf files to ash/common/shelf. by msw · 9 years ago
- 61e1667 mash: Migrate Shelf aura::Window uses to WmWindow. by msw · 9 years ago
- 32250bef mash: Convert ShelfView to wm common types, clean up Shelf access by jamescook · 9 years ago
- a3c4512 mash: Partially migrate ShelfLayoutManager to ash common types. by msw · 9 years ago
- ff5220b mash: Move ownership of ShelfDelegate to WmShell by jamescook · 9 years ago
- b8dcef52 clang-format all of //ash by jamescook · 9 years ago
- 0b7905b Parameterize Ash unittests to pass with material design enabled by tdanderson · 9 years ago
- 1b474d6a mash: Move ash/common/wm/shelf to ash/common/shelf by jamescook · 9 years ago
- cf8b648f ash: Fix variable names and setters in ShelfLayoutManager and tests by jamescook · 9 years ago
- 6afad6d ash: Move shelf alignment and auto-hide calls from Shell to Shelf by jamescook · 9 years ago
- 612205f Rename ash::RootWindowController::shelf() to shelf_widget() by jamescook · 9 years ago
- 84d49137 mash: Preliminary support for shelf auto-hide by jamescook · 9 years ago
- f84b0da72 Rename gfx::Display/Screen to display::Display/Screen in ash by oshima · 9 years ago
- 019ff29c Refactors DockedWindowLayoutManager in terms of ash/wm/common by sky · 9 years ago
- 67a57624 Revise the shelf alignment locking mechanism. by msw · 9 years ago
- 174379b Cleanup shelf initialization and observation. by msw · 9 years ago
- da0133e6 Build ash_shell_with_content and run ash_unittests on Win bots. by msw · 10 years ago
- 8d74626 cros: Fix shelf crash after login by xiyuan · 10 years ago
- fb33c34 Remove ui/gfx/screen_type_delegate.h by scottmg · 10 years ago
- 557e7f9 Updates shelf hittest insets when shelf alignment changes by varkha · 10 years ago
- b3d800b Add time_stamp parameter to MouseEvent constructor by robert.bradford · 11 years ago
- 093b8d64 Eliminate ash::internal namespace by [email protected] · 11 years ago
- ee3ed1077 Move files from ui/views/corewm to ui/wm/core by [email protected] · 11 years ago
- fcc51c95 Move root_window.* to window_event_dispatcher.* by [email protected] · 11 years ago
- a5c58ab Remove deprecated test: ShelfWidgetTest::ActivateAsFallback by [email protected] · 12 years ago
- 3b66a3cd aura: Add an EasyResizeWindowTargeter. by [email protected] · 12 years ago
- 864b5855 Rename Launcher to Shelf. by [email protected] · 12 years ago
- ccfd691 ash: Rename LauncherButton to ShelfButton. by [email protected] · 12 years ago
- 64936bf ash: Rename LauncherModel to ShelfModel. by [email protected] · 12 years ago
- c9390bd Eliminate Shell::RootWindowList in favor of aura::Window::Windows. by [email protected] · 12 years ago
- 8d25881 Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..." by [email protected] · 12 years ago
- 3433d4d Eliminate Shell::RootWindowList in favor of aura::Window::Windows. by [email protected] · 12 years ago
- bf9cdb36 Make GetRootWindow() return a Window instead of a RootWindow. by [email protected] · 12 years ago
- 99c5ed8 ash: Move launcher_view* to shelf/ directory. by [email protected] · 12 years ago
- f0025422 [ash] Remove Launcher::GetLauncherViewForTest() by [email protected] · 12 years ago
- 37533821 Remove old activation code and disable-focus-controller flags by [email protected] · 12 years ago
- f54effe ash:Shelf - Enable Alternate Shelf and Side Shelf by default. by [email protected] · 12 years ago
- 440072d cros: Fix launcher size not properly initialized. by [email protected] · 12 years ago
- e75642a Skip mulitple-display tests on win8 Re-enable tests that should pass on win7. by [email protected] · 12 years ago
- 8c0ec43 Remove ash-disable-launcher-per-display flag by [email protected] · 12 years ago
- b2976af Changes the background color of status area. by [email protected] · 12 years ago
- 478c6c3 Refactor: Shelf Widget by [email protected] · 12 years ago