summaryrefslogtreecommitdiffstats
path: root/ash/shelf
Commit message (Expand)AuthorAgeFilesLines
* Refine ash shelf tooltip closing on non-mash ChromeOS.msw2016-03-253-73/+76
* Removing the use of GetAppListWindow from ash.mfomitchev2016-03-241-1/+1
* Ash: Implement Toastsyoshiki2016-03-241-0/+1
* Enable mash shelf tooltips.msw2016-03-2311-1011/+473
* Minor changes around GetAppListWindow and GetAppListView.mfomitchev2016-03-222-2/+2
* Add simple mash context menu support.msw2016-03-212-79/+40
* Rename mash_shell to mash_session.ben2016-03-181-2/+2
* Fix shelf overflow bubble positionglevin2016-03-182-5/+29
* Pass shelf instances, not root windows, for ash context menus.msw2016-03-187-52/+47
* Remove unused ShelfModelObserver::ShelfStatusChanged()msw2016-03-188-28/+4
* Fix misuses of View::SetFillsBoundsOpaquely and remove the API to makeestade2016-03-072-2/+2
* Simplify ash context menu creation.msw2016-03-047-47/+10
* Simplify ash shelf layout code.msw2016-03-027-99/+55
* Cleanup ash shelf accessor functions.msw2016-03-0117-230/+180
* Fix basic ash shelf layout in mash shellmsw2016-02-261-9/+15
* Minor ShelfLayoutManager cleanup.msw2016-02-222-43/+9
* Make DislpayLayout classoshima2016-02-171-3/+1
* Build ash_shell_with_content and run ash_unittests on Win bots.msw2016-02-161-1/+7
* Add explicit display ids in DisplayPlacementoshima2016-02-121-1/+2
* Factor out DisplayPlacement from DisplayLayoutoshima2016-02-101-15/+15
* Support building ash targets with use_ash=0 and use_aura=1.msw2016-02-101-2/+2
* cros: Fix shelf crash after loginxiyuan2016-02-053-1/+91
* ash: Explicitly teach various components about ShelfLayoutManager.sadrul2016-02-038-33/+26
* Remove debug msg that accidentally added when commited.oshima2016-02-031-6/+0
* Use list instead of pair to represent the set of displays.oshima2016-02-011-0/+6
* ash: Do not use MessageLoopForUI when not needed.sadrul2016-01-281-2/+2
* Remove now-unnecessary wrappers around gfx::Screen::GetScreen()scottmg2016-01-275-30/+48
* Remove ui/gfx/screen_type_delegate.hscottmg2016-01-271-1/+1
* Make all targets build without unused data members on Linux.mlamouri2016-01-161-5/+2
* CustomButton cleanup: make protected members private, create accessorsestade2015-12-291-3/+3
* Convert Pass()→std::move() in //ashdcheng2015-12-274-14/+16
* Switch to standard integer types in ash/.avi2015-12-2021-15/+21
* Properly merge policy pinned apps and user preference pinned apps.fqj2015-11-308-30/+138
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-1/+1
* Show ChromeVox caption panel when spoken feedback is enabled.dmazzoni2015-11-132-0/+20
* Return ShelfDisplayBoundsI in root coordinatesoshima2015-11-041-4/+1
* Don't use base::MessageLoop::{Quit,QuitClosure} in ash/, chromeos/, device/ki.stfu2015-10-121-1/+1
* Fix the browser crash that caused by referring to deleted shelf widget.xdai2015-09-291-1/+5
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+1
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-3/+2
* Change back the UI font size to 12px/75%jshin2015-08-271-1/+2
* Adds missing constructor initializationsvarkha2015-08-032-1/+4
* Allow dynamic enabling/disabling of unified desktoposhima2015-08-011-1/+1
* Time limit shelf icon underline throb animationglevin2015-07-281-6/+32
* Rename DisplayController to WindowTreeHostManageroshima2015-07-282-10/+17
* Convert user work area to screen coordinatesoshima2015-07-231-3/+4
* Restore throbber for shelf icon wanting attentionglevin2015-07-161-6/+9
* Turn on unified mode by defaultoshima2015-06-191-3/+2
* Added an ActivationReason parameter to ActivationChangeObserver::OnWindowActi...bruthig2015-06-054-8/+16
* Replace more ObserverList with base::ObserverList.brettw2015-06-035-5/+5