summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/app_launcher.cc
Commit message (Collapse)AuthorAgeFilesLines
* Porting the app launcher to Windows, and adding an experimental flagjcivelli@google.com2010-03-221-495/+0
| | | | | | | | | | | | | | so the app launcher shows when you open a new tab. Also removing the graying-out of the browser when the app launcher is showng for now, as it is not clear how to make it cross-platform. BUG=None TEST=Start Chrome with --app-launcher-new-tab. Opening a new tab should bring the app launcher (still a prototype at this point). Review URL: http://codereview.chromium.org/1145001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42280 0039d316-1c4b-4281-b951-d872f2087c98
* AppLauncher cleanup.oshima@chromium.org2010-03-191-15/+12
| | | | | | | | | | | Pass browser to ctor as AppLauncher is created per browser instance. BUG=chromium-os:1795 TEST=none Review URL: http://codereview.chromium.org/1085006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42111 0039d316-1c4b-4281-b951-d872f2087c98
* Retry r41799:estade@chromium.org2010-03-181-1/+3
| | | | | | | | | | | | | | | | | | | | Basic DragImage implementation. Only the chromium part is for review. The webkit part shows how that will look when I create the patch for webkit later. This can be landed without the change to webkit. TODO later: - use the image on windows, mac - implement the other DragImageRef functions TEST=drag an image from the render view in GTK BUG=11457 Review URL: http://codereview.chromium.org/668125 The problem was an incorrect method signature in RenderView. Review URL: http://codereview.chromium.org/1037008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41953 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r41803 and r41799estade@chromium.org2010-03-171-3/+1
| | | | | | | | | | BUG=38414 TEST=none TBR=jam Review URL: http://codereview.chromium.org/1039006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41876 0039d316-1c4b-4281-b951-d872f2087c98
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
| | | | | | | | | TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41812 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromeos buildestade@chromium.org2010-03-171-1/+4
| | | | | | | | | BUG=none TEST=build works again Review URL: http://codereview.chromium.org/1051002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41803 0039d316-1c4b-4281-b951-d872f2087c98
* Making the location by visible in the app launcherjcampan@chromium.org2010-03-121-13/+11
| | | | | | | | | BUG=None TEST=Open the app launcher, the location bar should show. Review URL: http://codereview.chromium.org/873004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41507 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaks caused by main menu singleton.oshima@chromium.org2010-03-041-35/+7
| | | | | | | | | | | | | Simply creating & deleting it per window instance for now. No delay on dev machine, but may cause a delay on netbook. MainMenu(aka AppMenu) is to be rewritten, so we'll revisit the performance issue (if any) later. BUG=32624,37334 TEST=no crash on exit. Review URL: http://codereview.chromium.org/668076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40648 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at revamping the main menu, now called app launcher.jcampan@chromium.org2010-03-041-0/+525
BUG=None TEST=Click the app launcher button (top left). The app launcher should be shown. Review URL: http://codereview.chromium.org/661286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40573 0039d316-1c4b-4281-b951-d872f2087c98