1. 1cad77e9 ash: Remove ash::Shelf in favor of ash::WmShelf by jamescook · 9 years ago
  2. df64c66b mash: Move more shelf files to ash/common/shelf. by msw · 9 years ago
  3. 625f791 mash: Move StatusTray and StatusAreaWidget to //ash/common by jamescook · 9 years ago
  4. ba93d044 mash: Convert StatusAreaWidgetDelegate to wm common types by jamescook · 9 years ago
  5. b8dcef52 clang-format all of //ash by jamescook · 9 years ago
  6. 7f397419 GetStatusAreaWidget from ash/test in focus_cycler_unittest by warx · 9 years ago
  7. aada0db9 mash: Break ash system tray dependencies on ash::ShelfWidget by jamescook · 9 years ago
  8. 26f3209 mash: Convert FocusCycler to wm common types and move to //ash/common by jamescook · 9 years ago
  9. 0702b27 Shuffles and renames ash/common/wm classes by sky · 9 years ago
  10. c096d9f Moves RootWindowControllerCommon and LayoutManager to common by sky · 9 years ago
  11. d606377 Renames ash/wm/common into ash/common/wm by sky · 9 years ago
  12. 6500ad13 mash: Convert shelf to wm::WmWindow types, part 1 by jamescook · 9 years ago
  13. e7ad02a Views: Add new SetFocusBehavior method. by karandeepb · 9 years ago
  14. a9454747 Convert //ash from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  15. a7e8a5f Cleanup ash shelf accessor functions. by msw · 9 years ago
  16. d33c56b ash: Explicitly teach various components about ShelfLayoutManager. by sadrul · 10 years ago
  17. 063763f Fix the browser crash that caused by referring to deleted shelf widget. by xdai · 10 years ago
  18. 222b9c7 Update {virtual,override,final} to follow C++11 style in ash. by dcheng · 11 years ago
  19. 10d6b38 replace OVERRIDE and FINAL with override and final in ash/ by mostynb · 11 years ago
  20. 73c9fd0 Cleanups for aura/test/event_generator.h (resolve TODOs) by [email protected] · 11 years ago
  21. dd131d3 Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..." by [email protected] · 11 years ago
  22. b89622c6 Cleanups for aura/test/event_generator.h (resolve TODOs) by [email protected] · 11 years ago
  23. 093b8d64 Eliminate ash::internal namespace by [email protected] · 11 years ago
  24. fba1eb2 Remove --ash-disable-overview-mode by [email protected] · 11 years ago
  25. fcc51c95 Move root_window.* to window_event_dispatcher.* by [email protected] · 12 years ago
  26. 864b5855 Rename Launcher to Shelf. by [email protected] · 12 years ago
  27. 505df7b Rename View::set_focusable and View::set_accessibility_focusable by [email protected] · 12 years ago
  28. 464a001 Do not leak a PanedWidgetDelegate from FocusCyclerTest.CycleFocusThroughWindowWithPanes by [email protected] · 12 years ago
  29. bf9cdb36 Make GetRootWindow() return a Window instead of a RootWindow. by [email protected] · 12 years ago
  30. 8020c93 Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS] by [email protected] · 12 years ago
  31. 242aa4f Fix cycling of focusable panes in Chrome OS. by [email protected] · 12 years ago
  32. 7f7f65c Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. by [email protected] · 12 years ago
  33. 478c6c3 Refactor: Shelf Widget by [email protected] · 12 years ago
  34. 5ebe610 Desktop aura: Break aura::Window::SetParent in two. by [email protected] · 13 years ago
  35. 51ed599 SystemTrayDelegate ownership -> Shell by [email protected] · 13 years ago
  36. 16059276d Create launcher on secondary displays by [email protected] · 13 years ago
  37. eb5a0ab Cleans up FocusCycler test so that it doesn't trigger calling by [email protected] · 13 years ago
  38. df1a0a6 Add a bug ID to the disabled FocusCyclerTest.* and FocusCyclerLauncherTest.* tests. by [email protected] · 13 years ago
  39. 551ebc5 Disable CycleFocus* tests because of use-after-free errors in them. by [email protected] · 13 years ago
  40. 88d7112 Remove Shell::shelf|status_area_widget|launcher and by [email protected] · 13 years ago
  41. 932cf11 Prepare a bunch of ash tests for workspace2. With Workspace2 you can't by [email protected] · 13 years ago
  42. ce711ac Handle Ctrl+F1 and Ctrl+F2 correctly even when no browser window is available. by [email protected] · 13 years ago
  43. aa54218b Prepare status area to support multiple trays. by [email protected] · 13 years ago
  44. 7b0f750 Change GetContainer to take a root window by [email protected] · 13 years ago
  45. 6d6546e Prepare to support Ash notification tray: by [email protected] · 13 years ago
  46. 860f594 Revert 133691 because it accidentally reverted revs 133686 and 133684. by [email protected] · 13 years ago
  47. 2aa4813 ash: Some code-cleanup in the system-tray code. by [email protected] · 13 years ago
  48. 1d81edd ash: Some code-cleanup in the system-tray code. by [email protected] · 13 years ago
  49. 82157fb8 ash: Some more code-cleanup related to the tray. by [email protected] · 13 years ago
  50. 8676f047 Makes the shelf visible if the launcher/status has focus. by [email protected] · 13 years ago
  51. d9456cb Reland r127841: "Defer creating launcher until after login." by [email protected] · 13 years ago
  52. 63ef2159 Revert r127841: "Defer creating launcher until after login." by [email protected] · 13 years ago
  53. 1410fb00 ash/chromeos: Defer creating launcher until after login. by [email protected] · 13 years ago
  54. 2d51154 Activate the status area only when it's focused using the keyboard. by [email protected] · 13 years ago
  55. 7dfde81 Revert 125323 - Activate the status area only when it's focused using the keyboard. by [email protected] · 13 years ago
  56. 1813439 Activate the status area only when it's focused using the keyboard. by [email protected] · 13 years ago
  57. 057dc575 Add unittest to check that focus cycling skips the launcher when it's hidden by [email protected] · 13 years ago
  58. 1dcddae ash uber tray: Make it work in ash_shell, and a couple more fixes. by [email protected] · 13 years ago
  59. f3c7b25 ash: Fix chromeos build by adding missing wm:: for focus_cycler_unittest.cc by [email protected] · 13 years ago
  60. df1c986 Add a unit test for the focus cycler. by [email protected] · 13 years ago
  61. 1852c8e Revert 121685 - Add a unit test for the focus cycler. by [email protected] · 14 years ago
  62. d912588 Add a unit test for the focus cycler. by [email protected] · 14 years ago