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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
1
-0
/
+4
*
Merge QuotaFileUtil into ObfuscatedFileUtil
tzik@chromium.org
2012-05-11
1
-2
/
+2
*
Add UMA stats for ObfuscatedFileUtil::GetDirectoryForOriginAndTypes().
tzik@chromium.org
2012-05-08
1
-15
/
+70
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
1
-13
/
+10
*
Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...
kinuko@chromium.org
2012-04-19
1
-0
/
+9
*
Add database recovery for FileSystemDirectoryDatabase.
tzik@chromium.org
2012-04-16
1
-2
/
+2
*
Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...
apavlov@chromium.org
2012-04-03
1
-0
/
+3
*
Revert 130248 - Add full support for filesystem URLs.
sergeyu@chromium.org
2012-04-03
1
-3
/
+0
*
Add full support for filesystem URLs.
ericu@google.com
2012-04-02
1
-0
/
+3
*
Fix filesystem origin count metrics macro: use one macro for one label
kinuko@chromium.org
2012-03-29
1
-4
/
+7
*
Revert 128753 - Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-3
/
+0
*
Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-0
/
+3
*
Add metrics for counting # of origins per filesystem type
kinuko@chromium.org
2012-03-21
1
-5
/
+12
*
Add 'recursive' flag to FileSystemFileUtil::CreateFileEnumerator.
tzik@chromium.org
2012-03-07
1
-1
/
+1
*
Check file permissions before doing filesystemoperations for external filesys...
tbarzic@chromium.org
2012-03-01
1
-0
/
+7
*
Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move
kinuko@chromium.org
2012-02-27
1
-1
/
+1
*
Move src/dest info out of FileSystemOperationContext
kinuko@chromium.org
2012-02-26
1
-4
/
+3
*
Move creation of BrowserContext objects that live in content to content, inst...
jam@chromium.org
2012-02-20
1
-2
/
+5
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
1
-3
/
+1
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-1
/
+3
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-3
/
+1
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
1
-0
/
+12
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
1
-135
/
+89
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
1
-42
/
+46
*
base::Bind: Remove scoped_callback_factory.h.
jhawkins@chromium.org
2012-01-03
1
-1
/
+0
*
Cleanup: Reorder methods in SandboxMountPointProvider
kinuko@chromium.org
2011-12-20
1
-74
/
+74
*
Adding UMA stats for requestFileSystem error analysis.
tzik@chromium.org
2011-12-14
1
-0
/
+25
*
base::Bind: Final cleanup in webkit/fileapi.
jhawkins@chromium.org
2011-10-20
1
-5
/
+10
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-15
/
+11
*
Broke CrOS; I can haz CrOS in default try jobs?
jhawkins@chromium.org
2011-10-18
1
-11
/
+15
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
1
-15
/
+11
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
1
-13
/
+11
*
Handle inconsistency between DB and Files
tzik@chromium.org
2011-08-31
1
-1
/
+11
*
Adding Size() to AbstractFileEnumerator
tzik@chromium.org
2011-08-30
1
-14
/
+1
*
Simplify directory path accounting.
ericu@chromium.org
2011-08-19
1
-3
/
+2
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
1
-1
/
+1
*
Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt...
dmikurube@chromium.org
2011-07-27
1
-1
/
+1
*
Change quota to account directories and path names in the filesystem.
dmikurube@chromium.org
2011-07-25
1
-2
/
+3
*
Remove SandboxMountPointProvier::GetBaseDirectoryForOrigin as it's no longer ...
kinuko@chromium.org
2011-07-15
1
-8
/
+0
*
Change the usage cache not to include meta data, such as the the size of usag...
dmikurube@google.com
2011-07-12
1
-12
/
+36
*
Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlyi...
dmikurube@chromium.org
2011-07-06
1
-1
/
+3
*
Remove old filesystem naming restrictions, as per the new spec.
ericu@google.com
2011-05-28
1
-11
/
+2
*
Code to turn on obfuscated filesystems for all, and to migrate all existing u...
ericu@google.com
2011-05-28
1
-120
/
+217
*
Integrated obfuscation with quota; all unit tests now pass with or without th...
ericu@chromium.org
2011-05-23
1
-60
/
+71
*
This integrates the obfuscated filesystem, but keeps it turned off with a flag.
ericu@chromium.org
2011-05-19
1
-29
/
+76
*
Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegate
kinuko@chromium.org
2011-05-17
1
-1
/
+3
*
Factor out quota-related filesysem internal code into QuotaUtil class
kinuko@chromium.org
2011-05-17
1
-0
/
+137
*
ObfuscatedFileSystemFileUtil class
ericu@google.com
2011-05-13
1
-1
/
+4
*
Implement SandboxQuotaClient for Quota support in sandboxed filesystem
kinuko@chromium.org
2011-05-09
1
-38
/
+66
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
1
-2
/
+3
[next]