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
/
file_system_file_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove 'recursive' flag on FileSystemFileUtil::CreateFileEnumerator
tommycli@chromium.org
2013-04-11
1
-5
/
+1
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-6
/
+6
*
Introduce AsyncFileUtil and deprecate FileSystemFileUtilProxy
kinuko@chromium.org
2013-01-29
1
-77
/
+21
*
Split recursive Copy/Move into async tasks and support cross operation (in lo...
kinuko@chromium.org
2013-01-28
1
-1
/
+5
*
Cleanup: Move more recursive operation logic from FileUtilHelper to FileUtil
kinuko@chromium.org
2013-01-23
1
-8
/
+37
*
Document the behavior of FileSystemFileUtil::AbstractFileEnumerator methods.
thestig@chromium.org
2013-01-18
1
-0
/
+4
*
[Media Gallery] Added code to support mtp device media file system on Windows.
kmadhusu@chromium.org
2013-01-17
1
-2
/
+3
*
FileUtilHelper cleanup: reduce the number of GetFileInfo calls
kinuko@chromium.org
2013-01-17
1
-0
/
+4
*
Cleanup: Remove using statements from webkit/fileapi header files.
thestig@chromium.org
2013-01-08
1
-18
/
+14
*
Clean up: Modified FileSystemFileUtil::CreateFileEnumerator function signatur...
kmadhusu@chromium.org
2012-11-07
1
-1
/
+2
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
1
-2
/
+2
*
Remove FileSystemFileUtil::{Directory,Path}Exists
tzik@chromium.org
2012-08-13
1
-10
/
+0
*
Clean-up inline members of nested classes (webkit/)
hans@chromium.org
2012-08-09
1
-4
/
+4
*
Create ShareableFileReference on IO thread
kinuko@chromium.org
2012-08-04
1
-12
/
+22
*
Adding FileUtil::CreateSnapshotFile
kinuko@chromium.org
2012-07-19
1
-0
/
+28
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
1
-35
/
+33
*
Fix symbolic link handling in fileapi
kinuko@chromium.org
2012-06-19
1
-2
/
+0
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-1
/
+2
*
Unlayer ObfuscatedFileUtil.
tzik@chromium.org
2012-05-28
1
-28
/
+20
*
Merge QuotaFileUtil into ObfuscatedFileUtil
tzik@chromium.org
2012-05-11
1
-1
/
+1
*
Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDi...
tzik@chromium.org
2012-03-27
1
-6
/
+0
*
Add last modified time member to FileSystemFileUtil::AbstractFileEnumerator.
tzik@chromium.org
2012-03-14
1
-0
/
+2
*
Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator.
tzik@chromium.org
2012-03-10
1
-0
/
+2
*
Add 'recursive' flag to FileSystemFileUtil::CreateFileEnumerator.
tzik@chromium.org
2012-03-07
1
-1
/
+2
*
Add FileUtileHelper and split out FileSystemFileUtil::Delete
tzik@chromium.org
2012-03-03
1
-29
/
+0
*
Cleanup: Updating FileSystemFileUtil comments
kinuko@chromium.org
2012-03-01
1
-25
/
+18
*
Reviving once-deprecated FileSystemFileUtilProxy methods just for the sake of...
kinuko@chromium.org
2012-02-29
1
-8
/
+5
*
Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move
kinuko@chromium.org
2012-02-27
1
-64
/
+0
*
Move src/dest info out of FileSystemOperationContext
kinuko@chromium.org
2012-02-26
1
-47
/
+52
*
Bind: Reimplement remaining FileSystemFileUtilProxy methods using PostTaskAnd...
kinuko@chromium.org
2011-11-09
1
-2
/
+0
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
1
-132
/
+132
*
Adding Size() to AbstractFileEnumerator
tzik@chromium.org
2011-08-30
1
-3
/
+10
*
Fix OFSFU's Touch to match the other FSFU subclasses.
ericu@chromium.org
2011-08-25
1
-0
/
+1
*
Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt...
dmikurube@chromium.org
2011-07-27
1
-6
/
+2
*
roll clang 131935:132017
thakis@chromium.org
2011-06-08
1
-0
/
+1
*
Integrate file systems with BrowsingDataRemover
mkwst@chromium.org
2011-06-07
1
-8
/
+8
*
Enable cross-filesystem moves and copies.
ericu@chromium.org
2011-05-26
1
-0
/
+18
*
ObfuscatedFileSystemFileUtil class
ericu@google.com
2011-05-13
1
-1
/
+2
*
Make FileSystemFileUtil::Copy/Move non-virtual.
dmikurube@chromium.org
2011-04-28
1
-38
/
+61
*
Update .usage in QuotaFileUtil and FileWriterDelegate.
dmikurube@google.com
2011-04-26
1
-0
/
+39
*
Add "allowed growth" for writing operations, such as copy, move, write and tr...
dmikurube@chromium.org
2011-04-21
1
-11
/
+12
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
1
-1
/
+9
*
Fix memory leaks below file_util::FileEnumerator
dmikurube@chromium.org
2011-04-14
1
-0
/
+2
*
Extract a recursive copy function as a shared and non-virtual function.
dmikurube@chromium.org
2011-04-13
1
-4
/
+42
*
Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a
ericu@google.com
2011-03-28
1
-1
/
+3
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Virtualize file_util calls from FileSystemFileUtil::PerformCommonCheckAndPrep...
dmikurube@google.com
2011-03-08
1
-0
/
+21
*
Revive FileAPI's recursive CreateDirectory.
kinuko@chromium.org
2011-03-07
1
-1
/
+2
*
Introduce FileSystemFileUtil and -Proxy to decorate base::file_util in webkit...
kinuko@chromium.org
2011-03-04
1
-0
/
+135