summaryrefslogtreecommitdiffstats
path: root/webkit/chromeos
Commit message (Expand)AuthorAgeFilesLines
* Add FilePath to base namespace.brettw@chromium.org2013-02-0214-179/+180
* Remove unused methods from ExternalMountPointProvidertbarzic@chromium.org2013-01-293-149/+15
* Introduce AsyncFileUtil and deprecate FileSystemFileUtilProxykinuko@chromium.org2013-01-292-3/+14
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-261-1/+1
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-3/+3
* New FileSystemURL crackingtbarzic@chromium.org2013-01-242-29/+39
* Extract external file systems handling from isolated context.tbarzic@chromium.org2013-01-186-212/+429
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-151-3/+3
* Cleanup file permission check code in FileAPIMessageFilterkinuko@chromium.org2013-01-102-5/+11
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-37/+37
* Change FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread to tak...tbarzic@chromium.org2012-12-142-8/+4
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-181-2/+2
* fileapi: Add modification time check for FileSystemFileStreamReaderhashimoto@chromium.org2012-10-152-1/+4
* Add oem mount point to cros_mount_provider.tbarzic@chromium.org2012-10-032-4/+37
* Flush at the end of local file writing in FileWriter API.kinaba@chromium.org2012-10-012-0/+7
* Send OnModifyFile Notification when File Write completes successfully or fail...calvinlo@chromium.org2012-09-262-2/+6
* Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSyst...kmadhusu@chromium.org2012-09-112-4/+7
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-2/+3
* Wire FileSystemOperation::TouchFile to Drive.kinaba@chromium.org2012-08-292-2/+15
* kFileSystemTypeIsolated should be only used in the URL exposed to rendererkinuko@chromium.org2012-08-271-6/+7
* Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSyst...kinuko@chromium.org2012-08-272-10/+7
* Rename FileSystemOperationInterface to FileSystemOperationkinuko@chromium.org2012-08-246-19/+22
* Rename GDataFileSystem* to DriveFileSystem*kochi@chromium.org2012-08-231-1/+1
* Implement RemoteFileSystemOperation::Cancel().kinaba@chromium.org2012-08-222-9/+51
* Integrate external mount points to IsolatedContextkinuko@chromium.org2012-08-212-146/+110
* Add OS_CHROMEOS case in file_util::GetHomeDir()haruki@chromium.org2012-08-061-17/+4
* Wire up the deleteFileSystem operation.nhiroki@google.com2012-08-022-9/+23
* gdata cleanup: Fix mismatched comments and remove unnecessary forward declara...kinaba@chromium.org2012-08-021-2/+0
* Outsource FileSystemOperationContext from LocalFileSystemOperationtzik@chromium.org2012-07-261-1/+5
* Enables internal filesystem types via Isolated filesystems.kinuko@chromium.org2012-07-252-2/+4
* Factor out common error-code conversion code for PlatformFileErrorToNetError.nhiroki@google.com2012-07-251-10/+1
* Renamed FileSystemOperation to LocalFileSystemOperation.nhiroki@google.com2012-07-243-6/+7
* Wired support for file truncating and opening in R/W mode to RemoteFileSyste...zelidrag@chromium.org2012-07-182-11/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Notify CloseFile from Pepper to FileSystem.kinaba@chromium.org2012-07-103-0/+14
* Implement CreateFile() for GData file system.kinaba@chromium.org2012-06-292-1/+13
* Reduce the number of CrackFileSystemURLkinuko@chromium.org2012-06-277-94/+93
* RefCounted types should not have public destructors, chromeos editionrsleevi@chromium.org2012-06-251-2/+4
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-3/+2
* Move MountPointProvider:GetRootDirectories() out of MPP and into ExternalMoun...kinuko@chromium.org2012-06-171-1/+1
* Truncate() operation for GData file system.kinaba@chromium.org2012-06-162-1/+13
* Retry: add test for RemoteFileSystemOperation::Write() and fix revealed bugs.kinaba@chromium.org2012-06-151-3/+11
* Revert 142373 - Add test for RemoteFileSystemOperation::Write() and fix sever...kinaba@chromium.org2012-06-151-11/+3
* Add test for RemoteFileSystemOperation::Write() and fix several revealed bugs.kinaba@chromium.org2012-06-151-3/+11
* Return RemoteFileStreamWriter from remote mount point provider.kinaba@chromium.org2012-06-141-2/+4
* Added support for opening Drive files in read-only mode from NaCl.zelidrag@chromium.org2012-06-143-1/+37
* Write() operation for GData file system.kinaba@chromium.org2012-06-135-1/+243
* Retry: Make Isolated file system writable only if it is configured sokinuko@chromium.org2012-06-121-4/+14
* Rename fileapi::FileWriter to FileStreamWriter.kinaba@chromium.org2012-05-312-2/+2
* Rename webkit_blob::FileReader to FileStreamReader.kinaba@chromium.org2012-05-312-4/+4