summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_shelf.cc
Commit message (Expand)AuthorAgeFilesLines
* Have the download shelf hide itself while fullscreen mode is active.koz@chromium.org2012-01-161-0/+52
* download: Split DownloadShelfContextMenu into its own header file.tfarina@chromium.org2011-05-191-163/+0
* Move UserMetrics to content.michaeln@google.com2011-04-271-1/+1
* Detect download errors.ahendrickson@chromium.org2011-04-071-5/+5
* Fix TOGGLE_PAUSE check problem in DownlaodShelfContextMenu.Takano.Naoki@gmail.com2011-03-221-0/+2
* WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.tfarina@chromium.org2011-02-271-1/+1
* WebUI: Start moving a couple of files from chrome/browser/dom_ui to chrome/br...tfarina@chromium.org2011-02-171-2/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-141-5/+5
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+0
* Change menus on OSX to update the icon dynamically.atwilson@chromium.org2010-12-151-1/+1
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+4
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-1/+1
* Download code cleanup:phajdan.jr@chromium.org2010-07-271-11/+8
* Download code cleanup: split big files into smaller one.phajdan.jr@chromium.org2010-07-161-0/+1
* Don't make pause/resume item in download context menu a check item (the name ...estade@chromium.org2010-02-251-32/+33
* Make use of SimpleMenuModel in DownloadShelfContextMenuWin and DownloadShelfC...estade@chromium.org2010-02-191-0/+44
* Fix for bug 10876 that resulted in some refactoring:rolandsteiner@chromium.org2009-10-281-7/+4
* Revert 30168 - Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-4/+7
* Commit patch set from http://codereview.chromium.org/149796rolandsteiner@chromium.org2009-10-271-7/+4
* Make sure download shelf items and download items don't share names.mhm@chromium.org2009-10-011-1/+1
* Remove the context menu item 'Remove from shelf' from download shelfmhm@chromium.org2009-09-261-11/+0
* Fix a bug where we access a view after deletion.paul@chromium.org2009-09-181-0/+3
* Add pause and resume to Linux download shelf.craig.schlenter@chromium.org2009-09-161-1/+5
* Include Pause/Resume in the context menu for the item in the download shelf.mhm@chromium.org2009-08-041-0/+15
* Allow cancellable download items to be removable from download shelf.mhm@chromium.org2009-08-031-1/+2
* Reverting 22273.mhm@chromium.org2009-08-031-4/+1
* Allow cancellable download items to be removable from download shelf.mhm@chromium.org2009-08-031-1/+4
* Add "Remove from list" for download item in the download shelf.mhm@chromium.org2009-07-311-0/+7
* Make DownloadShelf a pure interface.estade@chromium.org2009-07-141-11/+0
* Enable opening downloads from the Mac download shelf.paul@chromium.org2009-07-011-10/+1
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-10/+4
* Linux: call xdg-open on downloaded files to open them.estade@chromium.org2009-05-281-10/+5
* Remove one more notimpl.estade@chromium.org2009-05-211-4/+3
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Only create one downloads tab per window. If there is already a Downloadsestade@chromium.org2009-04-021-1/+1
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-3/+3
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-1/+1
* hook up history and download menu itemstc@google.com2009-03-091-5/+0
* Refactor the download shelf context menu in preparation for porting.estade@chromium.org2009-03-061-0/+102
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-0/+5
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-281-0/+29