summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_job.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-111-3/+40
* Turn on file access checks on Win.jam@chromium.org2010-11-041-0/+8
* Revert 64960 - Turn on file access checks on Win.rafaelw@chromium.org2010-11-031-8/+0
* Turn on file access checks on Win.jam@chromium.org2010-11-031-0/+8
* Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce...thakis@chromium.org2010-10-261-36/+4
* Define AccessDisabled only on ChromeOSachuith@chromium.org2010-10-261-10/+5
* Restrict file protocol on chromeos to certain whitelisted directories. achuith@chromium.org2010-10-251-4/+41
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert 63600 - Thread IO safety: annotate file_util, and block IO thread from...isherman@chromium.org2010-10-231-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-231-1/+9
* Revert "Thread IO safety: annotate file_util, and block IO thread from doing IO"evan@chromium.org2010-10-221-9/+1
* Thread IO safety: annotate file_util, and block IO thread from doing IOevan@chromium.org2010-10-221-1/+9
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-4/+4
* FBTF: Remove unneeded headers from base/ (part 2)thestig@chromium.org2010-08-061-1/+5
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-141-9/+34