summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_file_job.h
Commit message (Expand)AuthorAgeFilesLines
* Restrict file access on android.nileshagrawal@chromium.org2012-09-061-4/+0
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-2/+2
* Replaced static URLRequestFileJob factory with non-static protocol handler fo...shalev@chromium.org2012-08-201-7/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Fix file access on Chrome for ChromeOS on Linuxgspencer@chromium.org2012-05-051-1/+7
* Convert NewRunnableMethod() calls to base::Bind().ajwong@chromium.org2011-12-201-3/+0
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-7/+11
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-2/+0
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Always use a worker thread when getting file info for URLRequestFileJobevan@chromium.org2011-09-081-2/+5
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-311-1/+2
* Make URLRequestHttpJob the only URLRequestJob concerned with FilterContext.adamk@chromium.org2011-03-171-3/+2
* More net/ method ordering.erg@google.com2011-01-261-6/+7
* 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