summaryrefslogtreecommitdiffstats
path: root/content/browser/download/drag_download_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+3
* Convert string16 to base::string16 in content.brettw@chromium.org2013-12-031-6/+6
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* content: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-091-1/+1
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-2/+2
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Use base namespace for FilePath in content/browserbrettw@chromium.org2013-02-071-6/+8
* Move download code to the content namespace.jam@chromium.org2012-10-261-3/+2
* RefCounted types should not have public destructors, content/browser part 1rsleevi@chromium.org2012-04-271-7/+7
* Cleanup: IWYU for BrowserThread.thestig@chromium.org2012-03-031-3/+6
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-1/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-091-2/+2
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-1/+1
* Back out r121050 from the trunk due to a compile failure.mark@chromium.org2012-02-081-2/+2
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-1/+1
* Hooked up NetLog to DownloadItem, DownloadFile, and FileStream.ahendrickson@chromium.org2012-02-081-2/+2
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+1
* Add ScopedAllowIO in CreateFileStreamForDrop.kinuko@chromium.org2012-01-271-1/+4
* Convert NewRunnableFunction/NewRunnableMethod calls to use base::Bind().dcheng@chromium.org2011-11-151-3/+3
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+3
* content: Move drag_download_* to content.erg@google.com2011-08-241-0/+113