summaryrefslogtreecommitdiffstats
path: root/webkit/blob/blob_url_request_job.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 85719 - Make NotifyHeadersComplete the last call in the function.inferno@chromium.org2011-05-191-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