index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
chromeos
Commit message (
Expand
)
Author
Age
Files
Lines
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
1
-2
/
+2
*
fileapi: Add modification time check for FileSystemFileStreamReader
hashimoto@chromium.org
2012-10-15
2
-1
/
+4
*
Add oem mount point to cros_mount_provider.
tbarzic@chromium.org
2012-10-03
2
-4
/
+37
*
Flush at the end of local file writing in FileWriter API.
kinaba@chromium.org
2012-10-01
2
-0
/
+7
*
Send OnModifyFile Notification when File Write completes successfully or fail...
calvinlo@chromium.org
2012-09-26
2
-2
/
+6
*
Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSyst...
kmadhusu@chromium.org
2012-09-11
2
-4
/
+7
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
1
-2
/
+3
*
Wire FileSystemOperation::TouchFile to Drive.
kinaba@chromium.org
2012-08-29
2
-2
/
+15
*
kFileSystemTypeIsolated should be only used in the URL exposed to renderer
kinuko@chromium.org
2012-08-27
1
-6
/
+7
*
Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSyst...
kinuko@chromium.org
2012-08-27
2
-10
/
+7
*
Rename FileSystemOperationInterface to FileSystemOperation
kinuko@chromium.org
2012-08-24
6
-19
/
+22
*
Rename GDataFileSystem* to DriveFileSystem*
kochi@chromium.org
2012-08-23
1
-1
/
+1
*
Implement RemoteFileSystemOperation::Cancel().
kinaba@chromium.org
2012-08-22
2
-9
/
+51
*
Integrate external mount points to IsolatedContext
kinuko@chromium.org
2012-08-21
2
-146
/
+110
*
Add OS_CHROMEOS case in file_util::GetHomeDir()
haruki@chromium.org
2012-08-06
1
-17
/
+4
*
Wire up the deleteFileSystem operation.
nhiroki@google.com
2012-08-02
2
-9
/
+23
*
gdata cleanup: Fix mismatched comments and remove unnecessary forward declara...
kinaba@chromium.org
2012-08-02
1
-2
/
+0
*
Outsource FileSystemOperationContext from LocalFileSystemOperation
tzik@chromium.org
2012-07-26
1
-1
/
+5
*
Enables internal filesystem types via Isolated filesystems.
kinuko@chromium.org
2012-07-25
2
-2
/
+4
*
Factor out common error-code conversion code for PlatformFileErrorToNetError.
nhiroki@google.com
2012-07-25
1
-10
/
+1
*
Renamed FileSystemOperation to LocalFileSystemOperation.
nhiroki@google.com
2012-07-24
3
-6
/
+7
*
Wired support for file truncating and opening in R/W mode to RemoteFileSyste...
zelidrag@chromium.org
2012-07-18
2
-11
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
2
-2
/
+0
*
Notify CloseFile from Pepper to FileSystem.
kinaba@chromium.org
2012-07-10
3
-0
/
+14
*
Implement CreateFile() for GData file system.
kinaba@chromium.org
2012-06-29
2
-1
/
+13
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
7
-94
/
+93
*
RefCounted types should not have public destructors, chromeos edition
rsleevi@chromium.org
2012-06-25
1
-2
/
+4
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-3
/
+2
*
Move MountPointProvider:GetRootDirectories() out of MPP and into ExternalMoun...
kinuko@chromium.org
2012-06-17
1
-1
/
+1
*
Truncate() operation for GData file system.
kinaba@chromium.org
2012-06-16
2
-1
/
+13
*
Retry: add test for RemoteFileSystemOperation::Write() and fix revealed bugs.
kinaba@chromium.org
2012-06-15
1
-3
/
+11
*
Revert 142373 - Add test for RemoteFileSystemOperation::Write() and fix sever...
kinaba@chromium.org
2012-06-15
1
-11
/
+3
*
Add test for RemoteFileSystemOperation::Write() and fix several revealed bugs.
kinaba@chromium.org
2012-06-15
1
-3
/
+11
*
Return RemoteFileStreamWriter from remote mount point provider.
kinaba@chromium.org
2012-06-14
1
-2
/
+4
*
Added support for opening Drive files in read-only mode from NaCl.
zelidrag@chromium.org
2012-06-14
3
-1
/
+37
*
Write() operation for GData file system.
kinaba@chromium.org
2012-06-13
5
-1
/
+243
*
Retry: Make Isolated file system writable only if it is configured so
kinuko@chromium.org
2012-06-12
1
-4
/
+14
*
Rename fileapi::FileWriter to FileStreamWriter.
kinaba@chromium.org
2012-05-31
2
-2
/
+2
*
Rename webkit_blob::FileReader to FileStreamReader.
kinaba@chromium.org
2012-05-31
2
-4
/
+4
*
Very minor typo fixes for GData/FileAPI code.
kinaba@chromium.org
2012-05-30
5
-8
/
+8
*
Unlayer ObfuscatedFileUtil.
tzik@chromium.org
2012-05-28
1
-3
/
+1
*
Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by
ericu@chromium.org
2012-05-24
1
-2
/
+0
*
Add CreateFileWriter method to MountPointProvider.
kinaba@chromium.org
2012-05-16
2
-0
/
+14
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
2
-0
/
+6
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
2
-7
/
+2
*
Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...
kinuko@chromium.org
2012-04-19
2
-0
/
+17
*
fileapi: Use base::chromeos::IsRunningOnChromeOS()
satorux@chromium.org
2012-03-30
1
-12
/
+2
*
chromeos: Do not peek at /home/chronos/user/Downloads
satorux@chromium.org
2012-03-16
1
-27
/
+28
*
Revert 127030 - chromeos: Do not peek at /home/chronos/user/Downloads
tbarzic@chromium.org
2012-03-16
1
-28
/
+27
*
chromeos: Do not peek at /home/chronos/user/Downloads
satorux@chromium.org
2012-03-15
1
-27
/
+28
[next]