summaryrefslogtreecommitdiffstats
path: root/webkit/blob/blob_url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Support filesystem files from BlobURLRequestJobhashimoto@chromium.org2012-10-221-26/+49
* webkit_blob: Remove duplicated FileStreamReader creation code from BlobURLReq...hashimoto@chromium.org2012-10-101-14/+18
* Support FileSystem URL in Filekinuko@chromium.org2012-08-281-0/+5
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-1/+2
* Factor out common Element struct from BlobData and ResourceRequestBodykinuko@chromium.org2012-08-231-17/+17
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+2
* Fix int overflow in blob_url_request_job when we read files > 2GBtbarzic@chromium.org2012-06-081-2/+4
* Rename webkit_blob::FileReader to FileStreamReader.kinaba@chromium.org2012-05-311-7/+8
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-281-4/+4
* Add FileReader interface and implement FileSystemFileReader.kinuko@chromium.org2012-04-181-1/+1
* Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJobkinuko@chromium.org2012-04-171-9/+11
* Accomodate files larger than maxint in size in blob/file reading.michaeln@google.com2012-04-131-1/+1
* Revert 132134 - Use LocalFileReader in FileSystemURLRequestJobglider@chromium.org2012-04-131-0/+4
* Use LocalFileReader in FileSystemURLRequestJobkinuko@chromium.org2012-04-131-4/+0
* 2nd try: separate FileStream related code out of BlobURLRequestkinuko@chromium.org2012-04-111-105/+61
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-2/+2
* Revert 126623 - Separate FileStream related code out of BlobURLRequestJobmarja@chromium.org2012-03-141-61/+105
* Separate FileStream related code out of BlobURLRequestJobkinuko@chromium.org2012-03-141-105/+61
* BlobURLRequestJob::CountSize refactoring.kinuko@chromium.org2012-03-081-63/+77
* Cleanup: rename some methods in BlobURLRequestJob for better readabilitykinuko@chromium.org2012-03-061-21/+21
* Match the method order in blob_url_request_job.cc with .hkinuko@chromium.org2012-03-051-214/+221
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-22/+13
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-1/+1
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-1/+1
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+2
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-2/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+2
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-2/+2
* base::Bind: Cleanup of blog_url_request_job.*.jhawkins@chromium.org2011-10-181-4/+2
* A few improvements to Blob handling.michaeln@google.com2011-10-171-11/+11
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-171-5/+2
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-171-2/+4
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-3/+3
* Make NotifyHeadersComplete the last call in the function.aarya@google.com2011-05-181-2/+2
* In BlobURLRequestJob, open files asynchronously to avoid blocking the IO threadadamk@chromium.org2011-03-141-66/+87
* Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...adamk@chromium.org2011-03-101-0/+4
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-4/+5
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+2
* Fix webkit URLRequestJob subtypes to handle Kill() correctly.willchan@chromium.org2010-12-071-18/+21
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+2
* Make BlobURLRequestJob::Start to continue asynchronously no matter what. Thisjianli@chromium.org2010-09-011-3/+7
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-5/+10
* Fix compiling error.jianli@chromium.org2010-08-311-1/+1
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+532