summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_job.h
Commit message (Expand)AuthorAgeFilesLines
* net: Add namespace net to URLRequestFileJob.tfarina@chromium.org2010-12-121-8/+12
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-1/+1
* Stop adding more refcounts to some more URLRequestJob subtypes.willchan@chromium.org2010-12-031-0/+3
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-2/+2
* Limit chrome:filebrowse access to the same directory as file://dpolukhin@chromium.org2010-11-191-3/+4
* Restrict file protocol on chromeos to certain whitelisted directories. Disabl...achuith@chromium.org2010-11-111-1/+4
* Fix bad revert.thestig@chromium.org2010-10-261-2/+2
* Revert 63801 (broke chromeos bots) - Restrict file protocol on chromeos to ce...thakis@chromium.org2010-10-261-3/+0
* Define AccessDisabled only on ChromeOSachuith@chromium.org2010-10-261-0/+2
* Restrict file protocol on chromeos to certain whitelisted directories. achuith@chromium.org2010-10-251-0/+2
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-1/+1
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-1/+2
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-1/+0
* Reduce header dependencies in net/phajdan.jr@chromium.org2009-05-291-1/+4
* Decompress .svgz files from disk.thestig@chromium.org2009-05-271-0/+2
* Supports single range request with file protocolhclam@chromium.org2009-04-291-1/+6
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-291-6/+1
* Supports single range request with file protocolhclam@chromium.org2009-04-281-1/+6
* URLRequestFileJob provides file handle if net::LOAD_ENABLE_DOWNLOAD_FILEhclam@chromium.org2009-03-261-0/+1
* Use FilterContext to allow filters to access URLRequestJob datajar@chromium.org2009-03-091-1/+3
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-1/+1
* revert r8603rvargas@google.com2009-01-241-1/+1
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-1/+1
* Implement extension:// protocol.aa@chromium.org2008-12-241-1/+1
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-1/+2
* * Add write and read/write support to FileStream (renamed from FileInputStream).erikkay@google.com2008-11-031-2/+2
* Define FileInputStream and use it to make UpdateDataStream and URLRequestFile...darin@google.com2008-09-291-39/+15
* Allow consumers of MessageLoop to specify the type of MessageLoop they want.darin@google.com2008-08-261-1/+1
* 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/+5
* Rollback r517 to retry with ObjectWatcher. This change did not appear to bedarin@google.com2008-08-071-5/+5
* Rollback changes made to URLRequestFileJob to use ObjectWatcher instead ofdarin@google.com2008-08-071-5/+5
* Fix header include guards.darin@google.com2008-08-041-3/+3
* Use base::ObjectWatcher instead of MessageLoop::WatchObject for some consumer...darin@google.com2008-08-041-9/+8
* Add net to the repository.initial.commit2008-07-261-0/+98