summaryrefslogtreecommitdiffstats
path: root/webkit/chromeos
Commit message (Expand)AuthorAgeFilesLines
* 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
* Very minor typo fixes for GData/FileAPI code.kinaba@chromium.org2012-05-305-8/+8
* Unlayer ObfuscatedFileUtil.tzik@chromium.org2012-05-281-3/+1
* Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil byericu@chromium.org2012-05-241-2/+0
* Add CreateFileWriter method to MountPointProvider.kinaba@chromium.org2012-05-162-0/+14
* Add RegisterMountPointProvider and TestMountPointProvider for testingkinuko@chromium.org2012-05-112-0/+6
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-072-7/+2
* Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...kinuko@chromium.org2012-04-192-0/+17
* fileapi: Use base::chromeos::IsRunningOnChromeOS()satorux@chromium.org2012-03-301-12/+2
* chromeos: Do not peek at /home/chronos/user/Downloadssatorux@chromium.org2012-03-161-27/+28
* Revert 127030 - chromeos: Do not peek at /home/chronos/user/Downloadstbarzic@chromium.org2012-03-161-28/+27
* chromeos: Do not peek at /home/chronos/user/Downloadssatorux@chromium.org2012-03-151-27/+28
* gdata: Implement CreateSnapshotFile() for files on gdata.satorux@chromium.org2012-03-143-2/+28
* Implement copy and move operations within the same remote file system.benchan@chromium.org2012-03-132-3/+27
* Support for directory content creation through gdata layers.zelidrag@chromium.org2012-03-022-6/+28
* Check file permissions before doing filesystemoperations for external filesys...tbarzic@chromium.org2012-03-012-0/+13
* Added entry removal support to remote file system operation.zelidrag@chromium.org2012-02-293-5/+19
* (2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterfacekinuko@chromium.org2012-02-282-1/+9
* Wired remote file system operation with CrosMountPointProvider. zelidrag@chromium.org2012-02-245-48/+451
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-142-5/+1
* Revert 121620 - Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-112-1/+5
* Refactor FileSystemOperation to take callback for each method.kinaba@chromium.org2012-02-112-5/+1
* Added extension call to provide authetication for gdata mount point. The file...zelidrag@chromium.org2012-02-091-0/+1
* [cros] Fix the GetVirtualPath to always return the path without leading slash...dgozman@chromium.org2012-01-261-4/+2