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
/
fileapi
/
sandbox_mount_point_provider.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-8
/
+8
*
Introduce AsyncFileUtil and deprecate FileSystemFileUtilProxy
kinuko@chromium.org
2013-01-29
1
-4
/
+8
*
Cleanup file permission check code in FileAPIMessageFilter
kinuko@chromium.org
2013-01-10
1
-2
/
+3
*
Cleanup: Remove using statements from webkit/fileapi header files.
thestig@chromium.org
2013-01-08
1
-3
/
+0
*
Change FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread to tak...
tbarzic@chromium.org
2012-12-14
1
-3
/
+1
*
Remove the old-sandbox-to-new-sandbox migration code. The only users of the ...
ericu@chromium.org
2012-12-10
1
-13
/
+1
*
Disable directory operations in SyncFileSystem for now
kinuko@chromium.org
2012-11-20
1
-3
/
+24
*
3rd try: Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-06
1
-0
/
+7
*
Revert 165934 - 2nd try: Plumbing for LocalChangeObserver
phoglund@chromium.org
2012-11-05
1
-7
/
+0
*
2nd try: Plumbing for LocalChangeObserver
kinuko@chromium.org
2012-11-05
1
-0
/
+7
*
Implement LocalFileSyncService::ApplyRemoteChange for deletion
kinuko@chromium.org
2012-10-25
1
-0
/
+6
*
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
1
-0
/
+1
*
Register LocalFileChangeTracker as observers when it's set in FileSystemContext
kinuko@chromium.org
2012-10-09
1
-2
/
+8
*
Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSyst...
kmadhusu@chromium.org
2012-09-11
1
-1
/
+2
*
Add observer classes for fileapi to observe filesystem changes
kinuko@chromium.org
2012-09-07
1
-16
/
+21
*
Changed FileSystemPointProvider::IsAcccessAllowed() to take a single FileSyst...
kinuko@chromium.org
2012-08-27
1
-4
/
+1
*
Rename FileSystemOperationInterface to FileSystemOperation
kinuko@chromium.org
2012-08-24
1
-1
/
+1
*
Wire up the deleteFileSystem operation.
nhiroki@google.com
2012-08-02
1
-3
/
+8
*
Enables internal filesystem types via Isolated filesystems.
kinuko@chromium.org
2012-07-25
1
-1
/
+1
*
Renamed FileSystemOperation to LocalFileSystemOperation.
nhiroki@google.com
2012-07-24
1
-1
/
+1
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
1
-9
/
+7
*
Move MountPointProvider:GetRootDirectories() out of MPP and into ExternalMoun...
kinuko@chromium.org
2012-06-17
1
-1
/
+0
*
Rename fileapi::FileWriter to FileStreamWriter.
kinaba@chromium.org
2012-05-31
1
-1
/
+1
*
Rename webkit_blob::FileReader to FileStreamReader.
kinaba@chromium.org
2012-05-31
1
-1
/
+1
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-1
/
+2
*
Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by
ericu@chromium.org
2012-05-24
1
-1
/
+2
*
Always pass FileSystemContext to ObfuscatedFileUtil operations
kinuko@chromium.org
2012-05-23
1
-0
/
+2
*
Cleanup: Remove unneeded scoped_ptr.h includes from webkit.
thestig@chromium.org
2012-05-23
1
-1
/
+2
*
Add CreateFileWriter method to MountPointProvider.
kinaba@chromium.org
2012-05-16
1
-0
/
+4
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
1
-1
/
+1
*
Add UMA stats for ObfuscatedFileUtil::GetDirectoryForOriginAndTypes().
tzik@chromium.org
2012-05-08
1
-0
/
+6
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
1
-5
/
+5
*
Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...
kinuko@chromium.org
2012-04-19
1
-0
/
+5
*
Check file permissions before doing filesystemoperations for external filesys...
tbarzic@chromium.org
2012-03-01
1
-0
/
+2
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
1
-1
/
+0
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-0
/
+1
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-1
/
+0
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
1
-0
/
+7
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
1
-11
/
+10
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
1
-8
/
+13
*
Cleanup: Reorder methods in SandboxMountPointProvider
kinuko@chromium.org
2011-12-20
1
-26
/
+16
*
Add/update comments and cleanup code around FileSystemPathManager
kinuko@chromium.org
2011-12-20
1
-4
/
+5
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-16
1
-6
/
+6
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-1
/
+1
*
Broke CrOS; I can haz CrOS in default try jobs?
jhawkins@chromium.org
2011-10-18
1
-1
/
+1
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-1
/
+1
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
1
-3
/
+3
*
Handle inconsistency between DB and Files
tzik@chromium.org
2011-08-31
1
-0
/
+2
*
Simplify directory path accounting.
ericu@chromium.org
2011-08-19
1
-2
/
+0
[next]