summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-4/+5
* Add FilePath to base namespace.brettw@chromium.org2013-02-0211-30/+31
* Avoid integer overflows in BlobURLRequestJob.aedla@chromium.org2013-01-312-19/+51
* Revert 179154pkotwicz@chromium.org2013-01-282-52/+19
* Avoid integer overflows in BlobURLRequestJob.aedla@chromium.org2013-01-282-19/+52
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-263-3/+3
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-0/+2
* New FileSystemURL crackingtbarzic@chromium.org2013-01-242-4/+6
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-163-4/+4
* webkit_blob: Clean up BlobURLRequestJobTesthashimoto@chromium.org2012-11-291-102/+87
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-163-6/+6
* Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.mkwst@chromium.org2012-11-071-1/+1
* webkit: Fix BlobURLRequestJobTest flakinesshashimoto@chromium.org2012-11-021-4/+0
* Support filesystem files from BlobURLRequestJobhashimoto@chromium.org2012-10-227-278/+345
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-1810-97/+36
* Implement CannedSyncableFileSystem.Write for write testingkinuko@chromium.org2012-10-162-0/+116
* Add fileapi::FileSystemFileStreamReader::GetLength()hashimoto@chromium.org2012-10-102-8/+10
* webkit_blob: Remove duplicated FileStreamReader creation code from BlobURLReq...hashimoto@chromium.org2012-10-102-14/+21
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-3/+2
* Support FileSystem URL in Filekinuko@chromium.org2012-08-286-0/+48
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-247-6/+15
* Factor out common Element struct from BlobData and ResourceRequestBodykinuko@chromium.org2012-08-236-164/+70
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-213-235/+0
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-213-107/+98
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-213-98/+107
* Cleanup Blob code dependencykinuko@chromium.org2012-08-212-63/+0
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-212-6/+6
* Add thread assertions in ShareableFileReferencekinuko@chromium.org2012-08-101-7/+53
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+2
* 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