1. 50c6f8c cros: remove TouchscreenEnabled local state by Qiang Xu · 8 years ago
  2. 47bf178 mash: Add shelf context menu support. by Michael Wasserman · 8 years ago
  3. 8d5b29f cros: Eliminate SystemTrayDelegate by James Cook · 8 years ago
  4. f4dab61 Maintain a connection to each profile's PrefService from ash. by Sam McNally · 8 years ago
  5. bbe5cb1 cros: Refine local state prefs usage in ash by James Cook · 8 years ago
  6. 1a076f1 Remove superfluous USE_OZONE guards. by Elliot Glaysher · 8 years ago
  7. 56c29293 Re-land of Add Wallpaper Color Caching and skip prefs reading under MASH by Wenzhao Zang · 8 years ago
  8. 44240fb Make local state accessible to ash before it's mojo-ified by Wenzhao Zang · 8 years ago
  9. 8909a544 Use std::unique_ptr for return type of ShellDelegate::CreateKeyboardUI. by yhanada · 8 years ago
  10. a1c0128 chromeos: Make multi-profile add user dialog work with mash by James Cook · 8 years ago
  11. 17a6172 chromeos: converts usage of ui::InputController by Scott Violet · 8 years ago
  12. f0c78fc cros: Make chrome push information about IMEs into ash for system tray by James Cook · 8 years ago
  13. bb02673 chromeos: Make ash system tray IME menus work under mustash, part 1 by James Cook · 8 years ago
  14. 317fdbe cros: CustomFrameViewAsh avatar icon from a window prop by xiyuan · 8 years ago
  15. d43f5524 [mus+ash] Removes WmWindow from ash/wm/focus_rules by varkha · 8 years ago
  16. 840177e chromeos: Rename ash::WmShelf to Shelf by James Cook · 8 years ago
  17. 15eb928 Make PrefService available in *ash by afakhry · 8 years ago
  18. 5138f3d mash: Remove ShelfDelegate; move functions to ShelfModel. by msw · 8 years ago
  19. 11cf8db9 Renames WmShell to ShellPort by sky · 8 years ago
  20. b0bf8e8 chromeos: Move //ash/common files into //ash by James Cook · 8 years ago
  21. f1ff14d ash: Use SessionController instead of SessionStateDelegate by xiyuan · 8 years ago
  22. 6316a55 Revert "chromeos: Move files in //ash/common to //ash, part 3" by James Cook · 8 years ago
  23. 654b40d chromeos: Move files in //ash/common to //ash, part 3 by jamescook · 8 years ago
  24. 8f48ad0 ash: Use enum for SessionController::CycleActiveUser by xiyuan · 8 years ago
  25. 0bc6a07 Fix shelf alignment and auto-hide initialization. by msw · 9 years ago
  26. abcae81 Converts mash to use Shell by sky · 9 years ago
  27. 01bf23e7 cros: Remove some OS platform ifdefs from ash by jamescook · 9 years ago
  28. fb83464 Use mojo app list interfaces for mash and classic ash. by msw · 9 years ago
  29. 6a2d7f2 mash: Mojoify the MediaDelegate interface. by erg · 9 years ago
  30. 982c17a7 mash: Have chrome set itself as the app list presenter. by msw · 9 years ago
  31. 4c8baedb Enabled/disable touch screen in TabletPowerButtonController by warx · 9 years ago
  32. 3404382 mash: Move directly linked NewWindowDelegate to mojom::NewWindowClient. by erg · 9 years ago
  33. b3fd59ca Refactor ShouldLockScreenBeforeSuspending to ShouldLockScreenAutomatically by warx · 9 years ago
  34. fda15900 Remove ash::ShellDelegate::IsFirstRunAfterBoot method by jamescook · 9 years ago
  35. c691bf1 Cleanup mojo Wallpaper interfaces for mash. by msw · 9 years ago
  36. ba4b204b ash: Use session_manager::SessionState by xiyuan · 9 years ago
  37. 400ea35b Rename shell namespace to service_manager by rockot · 9 years ago
  38. 49cfb89 Use mojo Shelf interfaces for both mash and classic ash. by msw · 9 years ago
  39. 2a6b869 Use mojo SystemTray interfaces for both mash and classic ash by jamescook · 9 years ago
  40. 40496aa mustash: Show networking items in ash system tray by jamescook · 9 years ago
  41. b9ac16b mash: Add SystemTrayClient interface, use to show date settings by jamescook · 9 years ago
  42. 6763ee8 mash: Fix system tray clock 12/24 hour time setting by jamescook · 9 years ago
  43. 1eb7caa Adds bug ids to some NOTIMPLEMENTEDs by sky · 9 years ago
  44. 2fbb48a mash: Port ash_sysui app list presenter to mojo:ash. by msw · 9 years ago
  45. 7d03b206 mash: Port sysui's WallpaperDelegateMus to mojo:ash. by msw · 9 years ago
  46. 8283940 mash: Port ash_sysui ShelfDelegateMus impl to mojo:ash. by msw · 9 years ago
  47. 0e91d93 mash: Port mojo:ash_sysui's ContextMenuMus to mojo:ash. by msw · 9 years ago
  48. 3ad0bed ash: Convert ShelfDelegate to use WmShelf* instead of Shelf* by jamescook · 9 years ago
  49. 0a9d02e ash: Eliminate PointerWatcherDelegate by jamescook · 9 years ago
  50. ccb5d69 mash: Create and show a shelf in mash. by msw · 9 years ago
  51. 0f4fa6e Add generic PaletteDelegate code. by jdufault · 9 years ago
  52. b7af62b [arc-intents] Properly qualify API-generated page transitions. by kenobi · 9 years ago
  53. a279c7c Moves NewWindowDelegate to ash/common by sky · 9 years ago
  54. 957bb6a Revert of mus: Rename .*PointerWatcher.* to .*PointerDownWatcher.*. (patchset #5 id:80001 of https://codereview.chromium.org/2158273003/ ) by riajiang · 9 years ago
  55. b2db88d5 mus: Rename .*PointerWatcher.* to .*PointerDownWatcher.* to avoid confusion with PointerEventWatcher (https://codereview.chromium.org/2163453002/). by riajiang · 9 years ago
  56. 428f986f Move AccessibilityDelegate ownership to ash::WmShell by jamescook · 9 years ago
  57. 3337573 Add ShellDelegate, MediaDelegate and KeyboardUI stubs to mus ash by jamescook · 9 years ago
  58. a5dd5b0 Moves ash/mus to ash/sysui by sky · 9 years ago
  59. e9f5f0c mash: Don't close system tray bubble for clicks in menus/notifications by jamescook · 9 years ago
  60. 6d79c44 Make mash use the new app list service provided by chrome. by mfomitchev · 9 years ago
  61. a1a8aa6 Switch over to use display id instead of aura::Window* in AppListPresenter API. by mfomitchev · 9 years ago
  62. 214fcbde mus: Add PointerWatcher for passively observing mouse and touch events by jamescook · 9 years ago
  63. da899d8 Renaming App List Shower to App List Presenter by mfomitchev · 9 years ago
  64. a6adaac5 mash: Fix ash_sysui crash on startup due to missing AppListShower by jamescook · 9 years ago
  65. 493ed60 Reland of AppListController refactoring part 3: Switching over to use AppListShower in Ash. (patchset #1 id:1 of https://codereview.chromium.org/1866403006/ ) by mfomitchev · 9 years ago
  66. cabf63a Revert of AppListController refactoring part 3: Switching over to use AppListShower in Ash. (patchset #4 id:60001 of https://codereview.chromium.org/1861013004/ ) by mfomitchev · 9 years ago
  67. 2b8b5cae9 AppListController refactoring part 3: Switching over to use AppListShower in Ash. by mfomitchev · 9 years ago
  68. a9454747 Convert //ash from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  69. 0b08bdbb Move arc_intent_helper_bridge.h from c/b/chromeos/ to components/ by yusukes · 9 years ago
  70. bc1cee6 Add simple mash context menu support. by msw · 9 years ago
  71. 953caf1f Pass shelf instances, not root windows, for ash context menus. by msw · 9 years ago
  72. 141c6b2 Simplify ash context menu creation. by msw · 9 years ago
  73. 96e9b8d ash/mash: Fix launching ash as a mus-app in chromeos. by sadrul · 10 years ago
  74. 618dd9e ash/mash: Introduce a ShelfDelegate implementation for mash. by sadrul · 10 years ago
  75. ffeadfa ash/mash: Add a mus-client that sets up ash to provide the system ui for mash. by sadrul · 10 years ago
  76. b7259b7 Revert of ash/mash: Add a mus-client that sets up ash to provide the system ui for mash. (patchset #5 id:80001 of https://codereview.chromium.org/1676713002/ ) by iclelland · 10 years ago
  77. dfd7833 ash/mash: Add a mus-client that sets up ash to provide the system ui for mash. by sadrul · 10 years ago