| Commit message (Expand) | Author | Age | Files | Lines |
* | Update {virtual,override,final} to follow C++11 style in ash. | dcheng | 2015-01-16 | 1 | -9/+5 |
* | replace OVERRIDE and FINAL with override and final in ash/ | mostynb | 2014-10-03 | 1 | -5/+5 |
* | Cleanups for aura/test/event_generator.h (resolve TODOs) | tapted@chromium.org | 2014-07-28 | 1 | -2/+2 |
* | Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..." | markusheintz@chromium.org | 2014-07-24 | 1 | -2/+2 |
* | Cleanups for aura/test/event_generator.h (resolve TODOs) | tapted@chromium.org | 2014-07-24 | 1 | -2/+2 |
* | Eliminate ash::internal namespace | oshima@chromium.org | 2014-04-03 | 1 | -8/+6 |
* | Remove --ash-disable-overview-mode | flackr@chromium.org | 2014-03-12 | 1 | -1/+8 |
* | Move root_window.* to window_event_dispatcher.* | ben@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | Rename Launcher to Shelf. | tfarina@chromium.org | 2013-12-19 | 1 | -5/+5 |
* | Rename View::set_focusable and View::set_accessibility_focusable | mohsen@chromium.org | 2013-12-16 | 1 | -4/+4 |
* | Do not leak a PanedWidgetDelegate from FocusCyclerTest.CycleFocusThroughWindo... | earthdok@chromium.org | 2013-11-12 | 1 | -3/+3 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -1/+1 |
* | Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS] | rsleevi@chromium.org | 2013-05-07 | 1 | -2/+3 |
* | Fix cycling of focusable panes in Chrome OS. | dmazzoni@chromium.org | 2013-04-30 | 1 | -0/+136 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-17 | 1 | -2/+2 |
* | Refactor: Shelf Widget | harrym@chromium.org | 2013-03-09 | 1 | -46/+46 |
* | Desktop aura: Break aura::Window::SetParent in two. | erg@chromium.org | 2012-11-28 | 1 | -7/+6 |
* | SystemTrayDelegate ownership -> Shell | stevenjb@chromium.org | 2012-11-07 | 1 | -1/+1 |
* | Create launcher on secondary displays | oshima@chromium.org | 2012-10-22 | 1 | -1/+5 |
* | Cleans up FocusCycler test so that it doesn't trigger calling | sky@chromium.org | 2012-10-20 | 1 | -172/+121 |
* | Add a bug ID to the disabled FocusCyclerTest.* and FocusCyclerLauncherTest.* ... | glider@chromium.org | 2012-10-19 | 1 | -1/+1 |
* | Disable CycleFocus* tests because of use-after-free errors in them. | glider@chromium.org | 2012-10-19 | 1 | -7/+10 |
* | Remove Shell::shelf|status_area_widget|launcher and | oshima@chromium.org | 2012-10-18 | 1 | -8/+8 |
* | Prepare a bunch of ash tests for workspace2. With Workspace2 you can't | sky@chromium.org | 2012-08-16 | 1 | -24/+6 |
* | Handle Ctrl+F1 and Ctrl+F2 correctly even when no browser window is available. | yusukes@chromium.org | 2012-06-14 | 1 | -0/+89 |
* | Prepare status area to support multiple trays. | stevenjb@google.com | 2012-06-12 | 1 | -3/+2 |
* | Change GetContainer to take a root window | oshima@chromium.org | 2012-06-11 | 1 | -15/+15 |
* | Prepare to support Ash notification tray: | stevenjb@google.com | 2012-05-30 | 1 | -20/+24 |
* | Revert 133691 because it accidentally reverted revs 133686 and 133684. | sadrul@chromium.org | 2012-04-24 | 1 | -21/+28 |
* | ash: Some code-cleanup in the system-tray code. | sadrul@chromium.org | 2012-04-24 | 1 | -28/+21 |
* | ash: Some code-cleanup in the system-tray code. | sadrul@chromium.org | 2012-04-24 | 1 | -21/+28 |
* | ash: Some more code-cleanup related to the tray. | sadrul@chromium.org | 2012-04-11 | 1 | -17/+1 |
* | Makes the shelf visible if the launcher/status has focus. | sky@chromium.org | 2012-03-29 | 1 | -8/+17 |
* | Reland r127841: "Defer creating launcher until after login." | derat@chromium.org | 2012-03-21 | 1 | -4/+0 |
* | Revert r127841: "Defer creating launcher until after login." | derat@chromium.org | 2012-03-21 | 1 | -0/+4 |
* | ash/chromeos: Defer creating launcher until after login. | derat@chromium.org | 2012-03-21 | 1 | -4/+0 |
* | Activate the status area only when it's focused using the keyboard. | yusukes@google.com | 2012-03-07 | 1 | -0/+9 |
* | Revert 125323 - Activate the status area only when it's focused using the key... | yusukes@google.com | 2012-03-07 | 1 | -5/+0 |
* | Activate the status area only when it's focused using the keyboard. | yusukes@chromium.org | 2012-03-07 | 1 | -0/+5 |
* | Add unittest to check that focus cycling skips the launcher when it's hidden | zork@chromium.org | 2012-03-06 | 1 | -0/+105 |
* | ash uber tray: Make it work in ash_shell, and a couple more fixes. | sadrul@chromium.org | 2012-03-04 | 1 | -2/+2 |
* | ash: Fix chromeos build by adding missing wm:: for focus_cycler_unittest.cc | tfarina@chromium.org | 2012-02-27 | 1 | -9/+9 |
* | Add a unit test for the focus cycler. | zork@chromium.org | 2012-02-27 | 1 | -0/+126 |
* | Revert 121685 - Add a unit test for the focus cycler. | zork@chromium.org | 2012-02-13 | 1 | -122/+0 |
* | Add a unit test for the focus cycler. | zork@chromium.org | 2012-02-13 | 1 | -0/+122 |