summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove WorkerPool dependency from URLRequestFileJob.earthdok@chromium.org2013-08-191-10/+11
* Use a direct include of the message_loop header in net/, part 3.avi@chromium.org2013-07-181-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-2/+2
* Use a direct include of strings headers in net/test/, net/third_party/, net/t...avi@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-0/+1
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-05-081-28/+0
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Move path functions from file_util to FilePath object.brettw@chromium.org2013-04-121-1/+1
* Revert 188912 "Removed static factories for data, ftp, file, and..."kbr@chromium.org2013-03-191-0/+28
* Removed static factories for data, ftp, file, and about jobs.pauljensen@chromium.org2013-03-191-28/+0
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-4/+4
* Avoid disk accesses on the wrong thread in URLRequestFileJobpaivanof@gmail.com2012-12-171-96/+81
* Revert 168626 - Avoid disk accesses on the wrong thread in URLRequestFileJobnona@chromium.org2012-11-201-81/+96
* Avoid disk accesses on the wrong thread in URLRequestFileJobpaivanof@gmail.com2012-11-191-96/+81
* net: Implement canceling of all async operations in FileStream.paivanof@gmail.com2012-11-061-10/+9
* Fix and re-commit http://codereview.chromium.org/10914109/ (after revert in h...gab@chromium.org2012-09-121-1/+5
* installer_util_unittests has failed on XP Tests (dbg)(1) since this landeddgrogan@chromium.org2012-09-111-5/+1
* Refactoring and tests for the highly undertested file_util::CreateOrUpdateSho...gab@chromium.org2012-09-101-1/+5
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-12/+8
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-201-13/+9
* Removed checks that verify URLRequest has a Contextshalev@chromium.org2012-08-131-4/+1
* Remove packaged app Windows shortcuts when app is uninstalled.benwells@chromium.org2012-08-101-1/+1
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+1
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-34/+15
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+1
* Added file:///home/chronos/user/log url to list of allowed file:/// urls.zvorygin@chromium.org2012-03-211-0/+1
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-2/+2
* Back out r121064 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-2/+2
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+3
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-3/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+3
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-1/+2
* base::Bind: Finish up net/url_request.jhawkins@chromium.org2011-12-221-4/+7
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-3/+1
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-3/+4
* Always use a worker thread when getting file info for URLRequestFileJobevan@chromium.org2011-09-081-34/+5
* Add another AllowIO exception to URLRequestFileJob.fischman@chromium.org2011-03-291-8/+13
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-9/+4
* Update customization manifest reader to match desing docdpolukhin@chromium.org2011-02-211-1/+1
* More net/ method ordering.erg@google.com2011-01-261-79/+79
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-3/+4
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-301-5/+2
* Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.achuith@chromium.org2010-12-141-0/+1
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-121-24/+28
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-4/+4
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-031-4/+7
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-4/+4