1. 4c79b0d chromeos: moves ash/mus files into ash by Scott Violet · 8 years ago
  2. 58ae95b chromeos: removes ash::mus namespace and merges with ash by Scott Violet · 8 years ago
  3. 6eda33e chromeos: renames WindowManagerApplication to WindowManagerService by Scott Violet · 8 years ago
  4. 5e9d340 cros: Fix ash ScreenshotDelegate ownership and creation by James Cook · 8 years ago
  5. 04b54d0 base::MakeUnique -> std::make_unique under ash by Mitsuru Oshima · 8 years ago
  6. a853cd8 Unify classic ash and mash access to local state prefs. by Sam McNally · 8 years ago
  7. ffbc9203 ash: Clean up simulated login in ash_unittests by Xiyuan Xia · 8 years ago
  8. 9730637 aura: Update WindowTreeHostObserver to take non-const pointer. by Sadrul Habib Chowdhury · 8 years ago
  9. b7bc95f ash: Change how local surface id is assigned in tests. by Sadrul Habib Chowdhury · 8 years ago
  10. bb77fe5 Delete X11 code in //ash/. by Elliot Glaysher · 8 years ago
  11. 346c8c6 cros: Move ash test files next to the classes under test by James Cook · 8 years ago
  12. 317781a0 Reland: cros: Eliminate the ash::test namespace by James Cook · 8 years ago
  13. e5a9e8c9 Revert "cros: Eliminate the ash::test namespace" by Alexei Filippov · 8 years ago
  14. cb4af30 cros: Eliminate the ash::test namespace by James Cook · 8 years ago
  15. d5c2618 viz: Move FrameSinkId, LocalSurfaceId, SurfaceId to components/viz/common by Fady Samuel · 8 years ago
  16. 66193f7 chromeos: removes RootWindowController::ConfigureWidgetInitParamsForContainer by Scott Violet · 8 years ago
  17. 7c98e71 Return dispatch details from InputMethod::DispatchKeyEvent(). by moshayedi · 8 years ago
  18. 596bb4634 chromeos: removes complex display management path by Scott Violet · 8 years ago
  19. bb02673 chromeos: Make ash system tray IME menus work under mustash, part 1 by James Cook · 8 years ago
  20. 2c5eae8 chromeos: turn on simplified display management for mash by sky · 8 years ago
  21. c8621dd [mus+ash] Removes WmWindow from ash (app_list, frame, metrics, etc.) by varkha · 8 years ago
  22. aa9f49f chromeos: Replace RootWindowController::GetShelf() with shelf() by jamescook · 8 years ago
  23. ad510174 Mus: Turn on surface synchronization by Fady Samuel · 8 years ago
  24. 627fba95 move window_types.h from ui/wm/public to ui/aura/client by Thiago Farina · 8 years ago
  25. 840177e chromeos: Rename ash::WmShelf to Shelf by James Cook · 8 years ago
  26. 9f9dddf904 Remove InputMethodEventHandler. by moshayedi · 8 years ago
  27. ad3d955 mash: remove more shell/shelf WmWindow usage. by msw · 8 years ago
  28. 28eafdc chromeos: convert remaining AshTest usage to AshTestBase by sky · 8 years ago
  29. cfaad89 chromeos: Makes mushrome use simplified display management by sky · 8 years ago
  30. 6e5be9d chromeos: converts TopLevelWindowFactoryTest to AshTestBase by sky · 8 years ago
  31. b161bf2 Flip the flag to enable smooth screen rotation by default. by wutao · 8 years ago
  32. f14333c9 chromeos: converts DragImageViewTest to AshTestBase by sky · 8 years ago
  33. 8d74137 mash: Decommission LoginLockStateNotifier by Xiyuan Xia · 8 years ago
  34. 3e82c5b9 chromeos: converts ash devtools to aura::Window by sky · 8 years ago
  35. 448103a mash: Prerequisites for removing ShelfDelegate. by msw · 8 years ago
  36. e5fd122 Removes ShellPort::IsRunningInMash() by sky · 8 years ago
  37. 11cf8db9 Renames WmShell to ShellPort by sky · 8 years ago
  38. 7ebbf7f mash: Run pre-unlock animation via SessionController by xiyuan · 8 years ago
  39. b0bf8e8 chromeos: Move //ash/common files into //ash by James Cook · 8 years ago
  40. cb4be5b Shell::GetInstance() -> Shell::Get() by sky · 8 years ago
  41. 0dfe563 chromeos: Rename chromeos::GetConfig to GetAshConfig by jamescook · 8 years ago
  42. 25b49b28 Adds ability for ash_unittests to run in mushrome mode by sky · 8 years ago
  43. 5ad143a Move yet more from WmShell to Shell by sky · 8 years ago
  44. 79fa3471 Move more from WmShell to Shell by sky · 8 years ago
  45. f1ff14d ash: Use SessionController instead of SessionStateDelegate by xiyuan · 8 years ago
  46. ea37af7 Last sets of tests that can move to common_unittests by sky · 8 years ago
  47. 643b718 Revert "chromeos: Move files in //ash/common to //ash, part 2" by James Cook · 8 years ago
  48. 6316a55 Revert "chromeos: Move files in //ash/common to //ash, part 3" by James Cook · 8 years ago
  49. 654b40d chromeos: Move files in //ash/common to //ash, part 3 by jamescook · 8 years ago
  50. 775aa607 chromeos: Move files in //ash/common to //ash, part 2 by jamescook · 8 years ago
  51. d06586d chromeos: Makes AshTestBase/Helper target mash when appropriate by sky · 9 years ago
  52. a23d6ceb Gut ash::MaterialDesignController, and remove the about:flags entry. by estade · 9 years ago
  53. f2ecd79 chromeos: Remove AshTestBase::SupportsMultipleDisplays by jamescook · 9 years ago
  54. e96488a chromeos: Remove OS_WIN and OS_CHROMEOS ifdefs from ash/test by jamescook · 9 years ago
  55. b664383 Folds WmRootWindowController into RootWindowController by sky · 9 years ago
  56. b00a80d7 Replace kCanMaximize/Minimize/Resize with kResizeBehavior. by msw · 9 years ago
  57. bc319224 Update display::Display::kInvalidDisplayID constant. by kylechar · 9 years ago
  58. 72f8154f Relocate display_manager from ash to ui by rjkroege · 9 years ago
  59. b3fd59ca Refactor ShouldLockScreenBeforeSuspending to ShouldLockScreenAutomatically by warx · 9 years ago
  60. 28f20d6 Renames aura::client::WindowTreeClient to WindowParentingClient by sky · 9 years ago
  61. ba4b204b ash: Use session_manager::SessionState by xiyuan · 9 years ago
  62. a800305 mash: Move TestSystemTrayDelegate to //ash/common/test by jamescook · 9 years ago
  63. 1593c7bf Moves TestSessionStateDelegate to common by sky · 9 years ago
  64. 8335eed Converts most of WorkspaceLayoutManager tests to use common code by sky · 9 years ago
  65. 980ccfd Separate ash::test::DisplayManagerTestApi from ash by rjkroege · 9 years ago
  66. cc543168 Removes AshTestBase::SupportsHostWindowResize by sky · 9 years ago
  67. 03f3d6b Move ash::DisplayManager switches to ui::display by rjkroege · 9 years ago
  68. cb3445d Cleanup Ash Metro mode. by rjkroege · 9 years ago
  69. cf094f67 Moves ash content specific tests into ash_content_unittests by sky · 9 years ago
  70. a68ade51 Remove the system menu display settings row by yiyix · 9 years ago
  71. 4feb9f4 Revert of Moves ash content specific tests into ash_content_unittests (patchset #7 id:120001 of https://codereview.chromium.org/2296973002/ ) by fgorski · 9 years ago
  72. 72f7f7e Moves ash content specific tests into ash_content_unittests by sky · 9 years ago
  73. a18fb17 ash: Move alignment and autohide behavior from Shelf to WmShelf by jamescook · 9 years ago
  74. c66d687 Set Ash material design mode in tests properly by mohsen · 9 years ago
  75. e5bbe9c Add CreateTestWidget() to AshTestBase, collapse duplicates by jamescook · 9 years ago
  76. bc0a8b48 mash: Migrate SessionStateDelegate access to WmShell. by msw · 9 years ago
  77. b8dcef52 clang-format all of //ash by jamescook · 9 years ago
  78. aada0db9 mash: Break ash system tray dependencies on ash::ShelfWidget by jamescook · 9 years ago
  79. d9b1b34 mash: Move ash_switches.* to ash/common; cleanup DEPS. by msw · 9 years ago
  80. 3228109 mash: Convert AshPopupAlignmentDelegate to wm common types by jamescook · 9 years ago
  81. 2128107 mash: Move TrayUpdate to //ash/common by jamescook · 9 years ago
  82. 443e42d mash: Move SystemTrayDelegate ownership to WmShell by jamescook · 9 years ago
  83. d606377 Renames ash/wm/common into ash/common/wm by sky · 9 years ago
  84. 2f50fdc Moves more code to ash/wm/common by sky · 9 years ago
  85. f84b0da72 Rename gfx::Display/Screen to display::Display/Screen in ash by oshima · 9 years ago
  86. 4abed71f Fix GN check with Ozone X11. by kylechar · 9 years ago
  87. afbb0c0 Fix ash 'gn check' errors; whitelist target. by msw · 10 years ago
  88. e8b04297 Remove now-unnecessary wrappers around gfx::Screen::GetScreen() by scottmg · 10 years ago
  89. 6d8217f Reland of move remote tree host and some related input and metro_driver code (patchset #1 id:1 of https://codereview.chromium.org/1602403002/ ) by samli · 10 years ago
  90. 0e3a9fd Revert of Remove remote tree host and some related input and metro_driver code (patchset #5 id:80001 of https://codereview.chromium.org/1586843002/ ) by samli · 10 years ago
  91. 5cc04f7 Remove remote tree host and some related input and metro_driver code by scottmg · 10 years ago
  92. db567a8a Switch to standard integer types in ash/. by avi · 10 years ago
  93. 845f448 Make EventGenerator to support input method. by azurewei · 10 years ago
  94. 1b4ef1a6 aura: Unify Ozone+Windows+Android WindowTreeHost by sievers · 10 years ago
  95. fad7ae54 Prune metro bits from the ash tests by robertshield · 10 years ago
  96. e281892 Rename DisplayController to WindowTreeHostManager by oshima · 10 years ago
  97. 81d3328 [Cleanup]: Made SetDisplayUIScale private by oshima · 10 years ago
  98. 0a996689 Disable metro unit tests on Windows 10. by wfh · 10 years ago
  99. 5e0fff8 Use EventHandler for IME so that it honeres EventTargeter/EventHandlers. by oshima · 10 years ago
  100. 8a033aa Migrate callers of message_loop_proxy() to task_runner() by skyostil · 10 years ago