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
/
browser
/
fileapi
/
file_system_context.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate webkit/browser/ to storage/browser/
pilgrim
2014-09-05
1
-644
/
+0
*
Modify test case to support streaming operation in sandbox file system.
iseki
2014-09-04
1
-0
/
+8
*
[ew] Add basic classes.
mtomasz
2014-08-28
1
-0
/
+8
*
Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...
pilgrim@chromium.org
2014-08-22
1
-23
/
+21
*
[FileAPI] Remove Flush() on write completion on SandboxFileSystems
tzik@chromium.org
2014-05-07
1
-0
/
+14
*
Mount MTP devices in Chrome OS Files.app.
kinaba@chromium.org
2014-04-28
1
-0
/
+1
*
Remove thread restriction of fileapi::FileSystemContext::ResolveURL.
kinaba@chromium.org
2014-04-22
1
-7
/
+36
*
Change media galleries to external file system type to add toURL support
vandebo@chromium.org
2014-03-28
1
-4
/
+6
*
[fsp] Introduce file_system_provider::Service class for the FileSystemProvide...
mtomasz@chromium.org
2014-03-27
1
-0
/
+1
*
Revert of Revert of Add mechanism to auto mount file systems in response to a...
vandebo@chromium.org
2014-03-20
1
-0
/
+19
*
Revert of Add mechanism to auto mount file systems in response to a URL reque...
pneubeck@chromium.org
2014-03-20
1
-19
/
+0
*
Add mechanism to auto mount file systems in response to a URL request.
vandebo@chromium.org
2014-03-19
1
-0
/
+19
*
Create file systems restricted to volumes.
mtomasz@chromium.org
2014-02-26
1
-20
/
+11
*
Use incognito split for ChromeVox and TTS in Guest mode
dpolukhin@chromium.org
2014-02-08
1
-2
/
+2
*
Convert Media Galleries to use base::File
rvargas@chromium.org
2014-01-27
1
-19
/
+19
*
Stub for Privet file system
noamsml@chromium.org
2014-01-17
1
-0
/
+1
*
Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability
nhiroki@chromium.org
2014-01-17
1
-1
/
+1
*
FileAPI: Rename *OnFileThread to *OnFileTaskRunner
nhiroki@chromium.org
2013-12-20
1
-3
/
+3
*
FileAPI: Modify PluginPrivateFileSystemBackend
nhiroki@chromium.org
2013-11-13
1
-3
/
+4
*
Quota: Wire up between QuotaReservationManager and FileSystemContext
nhiroki@chromium.org
2013-11-12
1
-0
/
+13
*
FileAPI: OpenPluginPrivateFileSystem should return filesystem_id
nhiroki@chromium.org
2013-10-25
1
-1
/
+1
*
FileAPI: Wire up between PluginPrivateFileSystemBackend and FileSystemContext
nhiroki@chromium.org
2013-10-23
1
-0
/
+21
*
Add PluginPrivate filesystem type (type only, no impl yet)
kinuko@chromium.org
2013-10-18
1
-0
/
+1
*
FileAPI: {Open,Delete}FileSystem should run on IO thread
nhiroki@chromium.org
2013-10-11
1
-0
/
+4
*
FileAPI: Fix up signature of callback for OpenFileSystem operation
nhiroki@chromium.org
2013-10-09
1
-11
/
+3
*
FileAPI: Prepare to depregate OpenFileSystem for non-sandboxed filesystems
nhiroki@chromium.org
2013-10-07
1
-0
/
+22
*
Move FileAPI test code from webkit to content
kinuko@chromium.org
2013-10-02
1
-1
/
+0
*
[FileAPI] Fix path handling on ResolveLocalFileSystemURL.
tzik@chromium.org
2013-09-26
1
-4
/
+5
*
[MediaGalleries] Add filesystem type for iPhoto library.
gbillock@chromium.org
2013-09-26
1
-0
/
+1
*
FileAPI: Fix acceptable conditions in FileSystemContext::CanServeURLRequest
nhiroki@chromium.org
2013-09-25
1
-3
/
+1
*
[Retry] SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem
nhiroki@chromium.org
2013-09-21
1
-2
/
+66
*
Revert 223635 "SyncFS: Support resolveLocalFileSystemURL on Sync..."
nhiroki@chromium.org
2013-09-19
1
-66
/
+2
*
SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem
nhiroki@chromium.org
2013-09-17
1
-2
/
+66
*
Do not return FileSystem contents if the profile is in incognito mode.
kinuko@chromium.org
2013-09-06
1
-0
/
+13
*
Not creating ClientUsageTracker for unsupported storage type.
serya@chromium.org
2013-09-04
1
-6
/
+8
*
Deprecate FileSystemBackend::GetFileUtil()
kinuko@chromium.org
2013-08-30
1
-8
/
+0
*
FileAPI: Rename SandboxContext to SandboxFileSystemBackendDelegate
nhiroki@chromium.org
2013-08-15
1
-2
/
+2
*
Discard FileAPI pending operations on shutdown
kinuko@chromium.org
2013-08-14
1
-0
/
+10
*
Deprecate FileSystemTaskRunners
kinuko@chromium.org
2013-08-04
1
-10
/
+9
*
SyncFS: Move change tracker and sync context into SyncFileSystemBackend
nhiroki@chromium.org
2013-08-02
1
-30
/
+0
*
SyncFS: Introduce SyncFileSystemBackend
nhiroki@chromium.org
2013-08-02
1
-16
/
+13
*
FileAPI: Move FileSystemQuotaUtil related functions into SandboxContext
nhiroki@chromium.org
2013-08-01
1
-3
/
+3
*
FileAPI: Add Initialize() function to FileSystemBackend
nhiroki@chromium.org
2013-07-24
1
-2
/
+10
*
Create a new FileSystemOperationRunner for each FileAPIMessageFilter
kinuko@chromium.org
2013-07-24
1
-0
/
+5
*
FileAPI: Change FileSystemBackend::OpenFileSystem signature
nhiroki@chromium.org
2013-07-17
1
-2
/
+2
*
FileAPI: Factor out getting root URI and FS name parts into each FS backend
nhiroki@chromium.org
2013-07-12
1
-11
/
+2
*
FileAPI: Add SandboxContext
nhiroki@chromium.org
2013-07-10
1
-7
/
+8
*
fileapi: Rename FileSystemMountProvider to FileSystemBackend
satorux@chromium.org
2013-07-09
1
-90
/
+80
*
Deprecate FileSystemMountPointProvider::DeleteFileSystem
kinuko@chromium.org
2013-07-04
1
-1
/
+16
*
Implement ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile()
kinuko@chromium.org
2013-07-01
1
-0
/
+46
[next]