summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_job.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-3/+3
* Implement extension:// protocol.aa@chromium.org2008-12-241-4/+4
* fix buildtc@google.com2008-11-261-2/+1
* Append a trailing slash on file directory URLs. Thus a link to /directory wil...estade@chromium.org2008-11-251-21/+5
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-13/+12
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-4/+0
* revert 5730estade@chromium.org2008-11-191-0/+4
* Port directory lister to posix.estade@chromium.org2008-11-191-4/+0
* revert 5725estade@chromium.org2008-11-191-0/+4
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-4/+0
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-1/+4
* add file:// handling to mac and linux buildspinkerton@google.com2008-10-101-7/+13
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-291-195/+106
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-3/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* rollback r526 to fix performance regressiondarin@google.com2008-08-091-5/+6
* Rollback r517 to retry with ObjectWatcher. This change did not appear to bedarin@google.com2008-08-071-6/+5
* Rollback changes made to URLRequestFileJob to use ObjectWatcher instead ofdarin@google.com2008-08-071-5/+6
* Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...darin@google.com2008-08-041-6/+5
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+2
* Move some more classes from net/base into the net:: namespace.darin@google.com2008-07-301-1/+1
* Add net to the repository.initial.commit2008-07-261-0/+349