summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_shelf.cc
Commit message (Expand)AuthorAgeFilesLines
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-2/+1
* ui/base/animation -> ui/gfx/animationsky@chromium.org2013-09-151-2/+2
* Reland "download: Move constants from download_util.h to DownloadShelf."tfarina@chromium.org2013-08-061-1/+233
* chrome.downloads.setShelfEnabled(boolean)benjhayden@chromium.org2013-07-311-3/+6
* Revert 213775 "download: Move constants from download_util.h to ..."ricow@chromium.org2013-07-261-246/+0
* download: Move constants from download_util.h to DownloadShelf.tfarina@chromium.org2013-07-261-0/+246
* Use a direct include of the message_loop header in chrome/browser/, part 4.avi@chromium.org2013-07-181-1/+1
* chrome: Use base::MessageLoop. (Part 3)xhwang@chromium.org2013-05-281-1/+1
* Use DownloadItem::GetState() in c/b/{download,extensions}caio.de.oliveira.filho@intel.com2013-05-241-1/+1
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-011-1/+1
* [Mac] DownloadShelf should be notified when autoclosing.asanka@chromium.org2013-04-011-3/+3
* Remove WebContents methods that duplicate WebContentsView methods.jam@chromium.org2013-02-261-1/+2
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-291-3/+4
* Delay transient downloads a few seconds before displaying.asanka@chromium.org2013-01-101-6/+96
* Don't pass DownloadItemModel ownership.asanka@chromium.org2013-01-081-2/+2
* Remove BaseDownloadItemModel and use DownloadItemModel in its place.asanka@chromium.org2012-11-191-1/+1
* 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