summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
...
* Change ShareableFileReference to take TaskRunner instead of MessageLoopProxykinuko@chromium.org2012-07-282-13/+15
* Factor out common error-code conversion code for PlatformFileErrorToNetError.nhiroki@google.com2012-07-252-19/+1
* Offload disk accesses to WorkerPool in ExtensionProtocolHandlerpaivanof@gmail.com2012-07-232-8/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-291-1/+2
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-1/+4
* Fix int overflow in blob_url_request_job when we read files > 2GBtbarzic@chromium.org2012-06-081-2/+4
* Move remaining webkit storage unit tests to content_unittestsadamk@chromium.org2012-06-081-1/+2
* Rename webkit_blob::FileReader to FileStreamReader.kinaba@chromium.org2012-05-317-81/+87
* Move fileapi into its own componentbenwells@chromium.org2012-05-301-7/+0
* Revert 138791 - Revert 138554 - Prevent zero-length items from being appended...danakj@chromium.org2012-05-243-26/+38
* Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...agl@chromium.org2012-05-243-38/+26
* Revert "nss: revert encrypted and origin bound certificates support."agl@chromium.org2012-05-243-26/+38
* Revert 138554 - Prevent zero-length items from being appended to a blob.danakj@chromium.org2012-05-243-38/+26
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-243-31/+45
* Revert 138554 - Prevent zero-length items from being appended to a blob.ericu@google.com2012-05-233-38/+26
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-233-26/+38
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-072-8/+7
* LocalFileReaderTest leak fix.kinuko@chromium.org2012-05-061-7/+10
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-282-5/+7
* Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ...kinuko@chromium.org2012-04-274-137/+369
* Revert 134248 - Make LocalFileReader deletable at any time and add unittests.kinuko@chromium.org2012-04-274-364/+137
* Make LocalFileReader deletable at any time and add unittests.kinuko@chromium.org2012-04-274-137/+364
* Cleanup: IWYU for base/file_util_proxy.h.thestig@chromium.org2012-04-231-1/+2
* Add FileReader interface and implement FileSystemFileReader.kinuko@chromium.org2012-04-184-35/+75
* Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJobkinuko@chromium.org2012-04-173-11/+15
* Accomodate files larger than maxint in size in blob/file reading.michaeln@google.com2012-04-134-5/+5
* Revert 132134 - Use LocalFileReader in FileSystemURLRequestJobglider@chromium.org2012-04-133-4/+6
* Use LocalFileReader in FileSystemURLRequestJobkinuko@chromium.org2012-04-133-6/+4
* 2nd try: separate FileStream related code out of BlobURLRequestkinuko@chromium.org2012-04-116-123/+381
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-2/+2
* Fix blob storage internals CSP typo.craig.schlenter@chromium.org2012-04-051-2/+2
* Revert 126623 - Separate FileStream related code out of BlobURLRequestJobmarja@chromium.org2012-03-146-337/+122
* Separate FileStream related code out of BlobURLRequestJobkinuko@chromium.org2012-03-146-122/+337
* BlobURLRequestJob::CountSize refactoring.kinuko@chromium.org2012-03-082-73/+89
* Cleanup: rename some methods in BlobURLRequestJob for better readabilitykinuko@chromium.org2012-03-062-30/+30
* Match the method order in blob_url_request_job.cc with .hkinuko@chromium.org2012-03-052-227/+239
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-3/+8
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-298-153/+178
* Eliminate VS2010 ifdefs for handling NULL in std::pair.adamk@chromium.org2012-02-161-7/+1
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-162-27/+17
* 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
* remove build_webkit_exes_from_webkit_gyp flagdpranke@chromium.org2012-01-241-8/+1