summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Outsource FileSystemOperationContext from LocalFileSystemOperationtzik@chromium.org2012-07-266-29/+38
* Enables internal filesystem types via Isolated filesystems.kinuko@chromium.org2012-07-2523-393/+159
* Coverity: Initialize member variables.jhawkins@chromium.org2012-07-251-1/+2
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-2510-113/+210
* Factor out common error-code conversion code for PlatformFileErrorToNetError.nhiroki@google.com2012-07-252-8/+2
* Renamed FileSystemOperation to LocalFileSystemOperation.nhiroki@google.com2012-07-2420-288/+308
* Adding FileUtil::CreateSnapshotFilekinuko@chromium.org2012-07-1912-47/+170
* Restore modified timestamps of moved directories.nhiroki@google.com2012-07-181-9/+40
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-119-9/+0
* Don't keep file system directories around if they contain unrelated files.bauerb@chromium.org2012-07-113-56/+79
* Make isolated file system works for a device root (e.g. X:\\)kinuko@chromium.org2012-07-106-160/+278
* Notify CloseFile from Pepper to FileSystem.kinaba@chromium.org2012-07-103-0/+15
* Fix ObfuscatedOriginEnumerator::Next not to try to callericu@chromium.org2012-07-091-6/+8
* Remove ugly writable flags from IsolatedContextkinuko@chromium.org2012-06-307-100/+6
* Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...shalev@chromium.org2012-06-293-3/+5
* Remove unused fields found by clang's new Wunused-private-fields.thakis@chromium.org2012-06-272-2/+0
* Reduce the number of CrackFileSystemURLkinuko@chromium.org2012-06-2752-1301/+1239
* Relanding r144115: Manage Isolated Context with reference counts w/o DCHECKkinuko@chromium.org2012-06-262-8/+57
* Revert 144115 - Manage IsolatedContext with reference countskinuko@chromium.org2012-06-262-51/+7
* Revert 144126 - Comment fix for r144115 (Manage IsolatedContext with referenc...kinuko@chromium.org2012-06-261-2/+3
* Comment fix for r144115 (Manage IsolatedContext with reference counts)kinuko@chromium.org2012-06-261-3/+2
* Manage IsolatedContext with reference countskinuko@chromium.org2012-06-262-7/+51
* Adding truncate and touch for isolated filesystemkinuko@chromium.org2012-06-253-2/+108
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-224-7/+20
* Fix some errors when building in gcc 4.6dcheng@chromium.org2012-06-191-6/+1
* Fix symbolic link handling in fileapikinuko@chromium.org2012-06-196-34/+18
* Allow extension fileSystem API to work with drag and drop entries.benwells@chromium.org2012-06-182-1/+9
* Move MountPointProvider:GetRootDirectories() out of MPP and into ExternalMoun...kinuko@chromium.org2012-06-177-26/+4
* Write() operation for GData file system.kinaba@chromium.org2012-06-131-0/+2
* Retry: Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-128-34/+103
* Revert 141395 - Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-118-103/+34
* Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-118-34/+103
* IsolatedFileUtil::IsDirectoryEmpty needs filesystem_idkinuko@chromium.org2012-06-081-1/+3
* Implement extension API chrome.fileSystem.getDisplayPath().benwells@chromium.org2012-06-083-0/+73
* Move all webkit/fileapi tests to content_unittestsadamk@chromium.org2012-06-0714-30/+14
* 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