summaryrefslogtreecommitdiffstats
path: root/webkit/blob/blob_url_request_job.h
Commit message (Expand)AuthorAgeFilesLines
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-4/+4
* In BlobURLRequestJob, open files asynchronously to avoid blocking the IO threadadamk@chromium.org2011-03-141-4/+14
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-1/+1
* Fix webkit URLRequestJob subtypes to handle Kill() correctly.willchan@chromium.org2010-12-071-0/+2
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-2/+2
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-5/+2
* Make BlobURLRequestJob::Start to continue asynchronously no matter what. Thisjianli@chromium.org2010-09-011-0/+1
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-1/+3
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+87