summaryrefslogtreecommitdiffstats
path: root/ash/launcher/launcher_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Adds the option of aligning the launcher to the left or right. Theresky@chromium.org2012-05-101-4/+5
| | | | | | | | | | | | | is a ton of rough edges after this patch, but I don't want this patch to get any bigger. BUG=121962 TEST=covered by tests. R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136312 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Fix launcher icon overlaps with status.xiyuan@chromium.org2012-04-241-1/+2
| | | | | | | | | | | | | | - Make LauncherView::CalculateIdealBounds to return last visible index; - In LauncherView::LauncherItemAdded, use the last visible index to determine if we need the animation; BUG=122482 TEST=Verify fix for issue 122482. Review URL: http://codereview.chromium.org/10068027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133603 0039d316-1c4b-4281-b951-d872f2087c98
* Remove app modedavemoore@chromium.org2012-03-251-37/+0
| | | | | | | | | BUG=119518 TEST=Existing Launcher tests Review URL: https://chromiumcodereview.appspot.com/9839099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128807 0039d316-1c4b-4281-b951-d872f2087c98
* Reorders the items in the launcher so that we have browser shortcutsky@chromium.org2012-03-241-52/+10
| | | | | | | | | | | | | | | | first, then app shortcuts, then tabbed/apps and lastly the app list. Additionally browser windows now only get one item. I've disabled dragging in the launcher too, but hope to fix that shortly. Creating app shortcuts is gated on Xiyuan's patch. BUG=119506 119507 119518 TEST=none R=davemoore@chromium.org Review URL: https://chromiumcodereview.appspot.com/9838076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128636 0039d316-1c4b-4281-b951-d872f2087c98
* Second try fordavemoore@chromium.org2012-03-151-12/+47
| | | | | | | | | | | | | https://chromiumcodereview.appspot.com/9689047/ with fix to allow for special conditions under test BUG=115650 TEST=LauncherUpdaterTest.* TBR=sky Review URL: https://chromiumcodereview.appspot.com/9702072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126917 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126764 - Added notion of currently active app / browserdavemoore@chromium.org2012-03-151-47/+12
| | | | | | | | | | | | BUG=115650 TEST=LauncherUpdaterTest.*, including new tests Review URL: https://chromiumcodereview.appspot.com/9689047 TBR=davemoore@chromium.org Review URL: https://chromiumcodereview.appspot.com/9702054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126792 0039d316-1c4b-4281-b951-d872f2087c98
* Added notion of currently active app / browserdavemoore@chromium.org2012-03-141-12/+47
| | | | | | | | | BUG=115650 TEST=LauncherUpdaterTest.*, including new tests Review URL: https://chromiumcodereview.appspot.com/9689047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126764 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 126256:zork@chromium.org2012-03-141-2/+4
| | | | | | | | | | | | | Show a different icon in the launcher for incognito windows TBR=sky@chromium.org BUG=116932 TEST=Open an incognito window and a normal window. Check that the icons are different Review URL: http://codereview.chromium.org/9691027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126557 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126256 - Show a different icon in the launcher for incognito windowsisherman@chromium.org2012-03-121-4/+2
| | | | | | | | | | | | BUG=116932 TEST=Open an incognito window and a normal window. Check that the icons are different Review URL: https://chromiumcodereview.appspot.com/9649013 TBR=zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/9692021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126260 0039d316-1c4b-4281-b951-d872f2087c98
* Show a different icon in the launcher for incognito windowszork@chromium.org2012-03-121-2/+4
| | | | | | | | | BUG=116932 TEST=Open an incognito window and a normal window. Check that the icons are different Review URL: https://chromiumcodereview.appspot.com/9649013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126256 0039d316-1c4b-4281-b951-d872f2087c98
* Show which apps are currently running with an underlinedavemoore@chromium.org2012-03-101-1/+71
| | | | | | | | | BUG=115650 TEST=None Review URL: https://chromiumcodereview.appspot.com/9633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125960 0039d316-1c4b-4281-b951-d872f2087c98
* A bevy of Aura test changes:ben@chromium.org2012-02-171-2/+2
| | | | | | | | | | | | - renames aura_shell_test_base to ash_test_base - AshTestBase no longer subclasses AuraTestBase, instead now it and AuraTestBase both own a helper that does common initialization. This is necessary because in subsequent changes ash::Shell will be responsible for creating and owning its own RootWindow, whereas Aura code could have N RootWindows. - Makes ScreenAura take a RootWindow instead of using RootWindow::GetInstance() http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9425015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122597 0039d316-1c4b-4281-b951-d872f2087c98
* Rename the aura_shell namespace to ashben@chromium.org2011-12-241-3/+3
| | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9033007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115748 0039d316-1c4b-4281-b951-d872f2087c98
* Move last few files -> ashben@chromium.org2011-12-231-1/+1
| | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9036011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115743 0039d316-1c4b-4281-b951-d872f2087c98
* More stuff -> ashben@chromium.org2011-12-231-1/+1
| | | | | | | | | http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9033006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115741 0039d316-1c4b-4281-b951-d872f2087c98
* Move more stuff down into ash.ben@chromium.org2011-12-231-0/+31
http://crbug.com/108457 TEST=none TBR=sky Review URL: http://codereview.chromium.org/9030007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115739 0039d316-1c4b-4281-b951-d872f2087c98