summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_job.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-12/+17
* Use Extension method from FilePath API instead of the deprecated GetFileExten...evan@chromium.org2010-02-151-6/+3
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+4
* Remove uses of deprecated version of FileUtil::ResolveShortcut.evan@chromium.org2009-08-251-2/+2
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-18/+0
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-0/+1
* Decompress .svgz files from disk.thestig@chromium.org2009-05-271-0/+11
* Supports single range request with file protocolhclam@chromium.org2009-04-291-6/+62
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-291-55/+6
* Supports single range request with file protocolhclam@chromium.org2009-04-281-6/+55
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-1/+1
* URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILEhclam@chromium.org2009-03-261-0/+20
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-1/+1
* Don't accept the url "file:///" on windows (report an error).estade@chromium.org2009-02-251-4/+9
* Change mime type utils to operate on platform-specific string types for filen...estade@chromium.org2009-02-141-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-3/+3
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+1
* revert r8603rvargas@google.com2009-01-241-3/+3