summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-042-2/+4
* _Actually_ disabling WriteSuccessWithoutQuotaLimit.mkwst@chromium.org2012-05-311-1/+1
* Disabling FileWriterDelegateTest.WriteSuccessWithoutQuotaLimit on Windows.mkwst@chromium.org2012-05-311-0/+7
* Rename fileapi::FileWriter to FileStreamWriter.kinaba@chromium.org2012-05-3118-137/+140
* Rename webkit_blob::FileReader to FileStreamReader.kinaba@chromium.org2012-05-3115-57/+60
* Actually disable on winrch@chromium.org2012-05-301-1/+1
* win onlyrch@chromium.org2012-05-301-1/+7
* Disable FileWriterDelegateTest.WriteSuccessWithJustQuota on all platformsrch@chromium.org2012-05-301-1/+3
* Disable flaky fileapi test: WriteFailureByQuotarch@chromium.org2012-05-301-1/+1
* Move fileapi into its own componentbenwells@chromium.org2012-05-3034-55/+170
* Disable cross-filesystem move for sandbox filesystem for nowkinuko@chromium.org2012-05-291-2/+13
* Make FileSystemOperationWriteTest independent from URLRequest::Deprecated.kinaba@chromium.org2012-05-291-16/+32
* Unlayer ObfuscatedFileUtil.tzik@chromium.org2012-05-2817-720/+365
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-0/+2
* Revert 138791 - Revert 138554 - Prevent zero-length items from being appended...danakj@chromium.org2012-05-241-1/+0
* Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...agl@chromium.org2012-05-241-0/+1
* Revert "nss: revert encrypted and origin bound certificates support."agl@chromium.org2012-05-241-1/+0
* Revert 138554 - Prevent zero-length items from being appended to a blob.danakj@chromium.org2012-05-241-0/+1
* CreateOrOpen() with TRUNCATED flag should decrease the quota usage.kinuko@chromium.org2012-05-242-5/+81
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-241-1/+0
* Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil byericu@chromium.org2012-05-246-30/+22
* Revert 138554 - Prevent zero-length items from being appended to a blob.ericu@google.com2012-05-231-0/+1
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-231-1/+0
* Always pass FileSystemContext to ObfuscatedFileUtil operationskinuko@chromium.org2012-05-238-13/+27
* Cleanup: Remove unneeded scoped_ptr.h includes from webkit.thestig@chromium.org2012-05-237-9/+6
* Disable FileWriterDelegateTest.WritesWithQuotaAndOffset, which haswtc@chromium.org2012-05-231-1/+10
* Disable FileWriterDelegateTest.WriteSuccessWithoutQuotaLimitConcurrent, which...vandebo@chromium.org2012-05-231-1/+10
* Implement SandboxFileWriter and rewrite FileWriterDelegate to use itkinuko@chromium.org2012-05-229-334/+495
* Adding isolated filesystem support in GetFileSystemRootURIkinuko@chromium.org2012-05-182-2/+6
* Crash fix in fileapi::FileSystemOperation::DidGetUsageAndQuotaAndRunTaskkinuko@chromium.org2012-05-171-1/+1
* Add CreateFileWriter method to MountPointProvider.kinaba@chromium.org2012-05-167-12/+66
* Convert some FileWriter tests to use TestMountPointProvider.kinuko@chromium.org2012-05-147-56/+63
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-112-5/+3
* Add RegisterMountPointProvider and TestMountPointProvider for testingkinuko@chromium.org2012-05-1114-11/+301
* Merge QuotaFileUtil into ObfuscatedFileUtiltzik@chromium.org2012-05-1122-1093/+815
* FileWriterDelegate should not call URLRequest::Start() after Cancel().kinuko@chromium.org2012-05-116-66/+96
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-111-41/+32
* Give group/other users access to directories created by File API on Chrome OS.benchan@chromium.org2012-05-091-0/+27
* Add UMA stats for ObfuscatedFileUtil::GetDirectoryForOriginAndTypes().tzik@chromium.org2012-05-084-30/+143
* Add non corruption error handling to FileSystem databases.tzik@chromium.org2012-05-072-0/+6
* IsolatedFileUtilTest leak fix introduced by r135616kinuko@chromium.org2012-05-071-1/+1
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-0732-245/+186
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-289-32/+60
* Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ...kinuko@chromium.org2012-04-271-1/+1
* Revert 134248 - Make LocalFileReader deletable at any time and add unittests.kinuko@chromium.org2012-04-271-1/+1
* Make LocalFileReader deletable at any time and add unittests.kinuko@chromium.org2012-04-271-1/+1
* fileapi: FileWriter and LocalFileWriter.kinaba@chromium.org2012-04-255-0/+492
* Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...kinuko@chromium.org2012-04-199-8/+98
* Add FileReader interface and implement FileSystemFileReader.kinuko@chromium.org2012-04-185-28/+192
* Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJobkinuko@chromium.org2012-04-173-64/+29