summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui/downloads_dom_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* TabContentsWrapper -> TabContents, part 51.avi@chromium.org2012-06-121-3/+2
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-2/+3
* Improve the UI for disabling off-store extension install.aa@chromium.org2012-05-271-2/+2
* clean 96627/85408 debugging mechanisms out of DownloadManager/DownloadDatabasebenjhayden@chromium.org2012-05-031-6/+3
* re-use WebUIsestade@chromium.org2012-04-261-0/+5
* Changed ChromeURLDataManager to a ProfileKeyedService and made a Factory for it.khorimoto@chromium.org2012-04-251-4/+2
* Additional prompt for accepting a dangerous download from the downloads page.asanka@chromium.org2012-04-101-6/+32
* Implementing the new Chrome OS Media Playerkaznacheev@chromium.org2012-02-271-1/+1
* [flaky fixlet] Fix timing issue causing console errors and WebUI tests to fail.dpapad@chromium.org2012-02-221-1/+4
* DownloadItem::SetIsPersisted() and IsPersisted() will facilitate merging DbHa...benjhayden@chromium.org2012-02-211-2/+2
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-1/+1
* Towards android build of browseryfriedman@chromium.org2012-02-101-3/+3
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-79/+57
* Consolidate icon loading on ChromeOS.asanka@chromium.org2012-01-311-8/+2
* Switch chrome code to use content::WebUI interface instead of WebUI concrete ...jam@chromium.org2012-01-181-2/+2
* Move WebUIMessageHandler to its own file in the public directory and put it i...jam@chromium.org2011-12-311-0/+1
* Replace WebUI::tab_contents() with web_contents() and switch all users to use...jam@chromium.org2011-12-301-2/+2
* Simplify WebUIMessageHandler a bit in preparation for moving it into the Cont...jam@chromium.org2011-12-301-15/+15
* base::Bind: Remove unused ScopedCallbackFactorys.jhawkins@chromium.org2011-12-231-2/+1
* Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett...jam@chromium.org2011-12-201-4/+4
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-3/+5
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-1/+2
* Revert "Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extension...aa@chromium.org2011-11-271-1/+1
* Reland "Move a bunch of ChromeOS APIs out of chrome/browser/extensions.""aa@chromium.org2011-11-271-1/+1
* Revert "Move a bunch of ChromeOS APIs out of chrome/browser/extensions."aa@chromium.org2011-11-211-1/+1
* Move a bunch of ChromeOS APIs out of chrome/browser/extensions.aa@chromium.org2011-11-211-1/+1
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-4/+4
* Created a DownloadManager interface, for use in unit tests..ahendrickson@chromium.org2011-11-171-4/+4
* platform_util OpenItem/ShowItemInFolder threading fixes.achuith@chromium.org2011-11-111-15/+2
* Open cros filemanager when "Open Downloads Folder" is clicked.achuith@chromium.org2011-11-031-0/+8
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Refactor downloads into a ProfileKeyedService.rdsmith@chromium.org2011-10-121-4/+11
* [web-ui] Migrate more callbacks to base::Bind.csilv@chromium.org2011-10-071-1/+1
* Changed broken downloads bug reference.shess@chromium.org2011-10-051-2/+2
* [web-ui] Migrate RegisterMessageCallback usage to base::bind().csilv@chromium.org2011-10-041-15/+26
* Revert 103785 - [web-ui] Migrate callbacks to base::Bind.csilv@chromium.org2011-10-031-26/+15
* [web-ui] Migrate callbacks to base::Bind.csilv@chromium.org2011-10-031-15/+26
* Cleanup: Remove some unneeded headers in chrome/browser/ui/webui.thestig@chromium.org2011-09-291-2/+4
* Revert 102126 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-211-1/+1
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-211-1/+1
* Revert 101510 - Make cancel remove cancelled download from active queues at t...rdsmith@chromium.org2011-09-161-1/+1
* Make cancel remove cancelled download from active queues at time of cancel.rdsmith@chromium.org2011-09-161-1/+1
* For Touch: remove some menu items for experimentation, adjust sizes.saintlou@chromium.org2011-09-061-1/+1
* UMA in DownloadsDOMHandlerbenjhayden@chromium.org2011-09-011-0/+33
* Remove extensions code from download code. The delegate and other users in Ch...jam@chromium.org2011-08-231-0/+9
* Move DownloadHistory ownership and usage out from content to chrome. Download...jam@chromium.org2011-08-221-2/+2
* Get rid of Profile usage in the content download code, and switch to BrowserC...jam@chromium.org2011-08-221-1/+58
* Move DownloadPrefs ownership to chrome layer.jam@chromium.org2011-08-191-1/+2
* Move the core download files to content.jam@chromium.org2011-08-151-1/+1