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_util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
1
-361
/
+0
*
Fix dependency: make file_system_util not depend on FileSystemURL
kinuko@chromium.org
2013-05-27
1
-5
/
+0
*
PicasaFileUtil and ImportedMediaGalleryRegistry
tommycli@chromium.org
2013-05-22
1
-0
/
+2
*
2nd try: Add Transient FileSystem which goes away after its snapsot file is gone
kinuko@chromium.org
2013-05-14
1
-0
/
+2
*
webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin...
tfarina@chromium.org
2013-05-10
1
-27
/
+4
*
[MediaGalleries] Stub FileUtil for itunes filesystem provider.
gbillock@chromium.org
2013-05-09
1
-0
/
+2
*
Fix VirtualPath::GetNormalizedFilePath on Windows
kinuko@chromium.org
2013-05-07
1
-1
/
+1
*
Revert 196670 "Add Transient FileSystem which goes away after it..."
kinuko@chromium.org
2013-04-26
1
-2
/
+0
*
Add Transient FileSystem which goes away after its snapsot file is gone
kinuko@chromium.org
2013-04-26
1
-0
/
+2
*
Enforce that Isolated Filesystem pathnames do not reference parent.
palmer@chromium.org
2013-04-26
1
-1
/
+4
*
Make MountPointProvider pluggable from outside webkit/fileapi
kinuko@chromium.org
2013-04-18
1
-0
/
+4
*
Update the remaining references to sys_string_conversions.h to its new location.
tfarina@chromium.org
2013-03-30
1
-1
/
+1
*
Launch packaged app with files on Drive on Chrome OS.
kinaba@chromium.org
2013-03-24
1
-0
/
+2
*
Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-20
1
-20
/
+0
*
Add support for WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-19
1
-1
/
+22
*
Cleanup: Add fileapi::AreSameFileSystem(url1, url2) utility function
kinuko@chromium.org
2013-02-26
1
-1
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
We should not use FilePath::DirName() for sandboxed virtual paths
kinuko@chromium.org
2013-02-18
1
-0
/
+34
*
Retry: Fix VirtualPath::GetComponents to handle drive letter string as usual ...
kinuko@chromium.org
2013-02-18
1
-14
/
+12
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
1
-9
/
+10
*
Revert 182604 because it breaks fast/filesystem/op-restricted-chars.html
atwilson@chromium.org
2013-02-15
1
-12
/
+14
*
Fix VirtualPath::GetComponents to handle drive letter string as usual path co...
kinuko@chromium.org
2013-02-15
1
-14
/
+12
*
Return a FileEntry object from onFileSynced events so both input and output t...
calvinlo@chromium.org
2013-02-06
1
-0
/
+24
*
Unsafe array length fix for GetNormalizedPath() function.
calvinlo@chromium.org
2013-02-06
1
-0
/
+20
*
Revert 180688 due to faiulres on asan bots
brianderson@chromium.org
2013-02-05
1
-20
/
+0
*
Add Utility functions to Normalize and check for Absolute Virtual Paths.
calvinlo@chromium.org
2013-02-05
1
-0
/
+20
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-20
/
+20
*
Update some #includes in webkit/ for new headers in Platform directory
pilgrim@chromium.org
2013-01-15
1
-2
/
+2
*
Cleanup: Add fileapi::GetIsolatedFileSystemRootURIString
kinuko@chromium.org
2013-01-10
1
-0
/
+16
*
Implement FileSystemURL.DebugString()
kinuko@chromium.org
2012-10-15
1
-17
/
+24
*
Add syncable filesystem/storage type
kinuko@chromium.org
2012-09-13
1
-7
/
+10
*
Convert public CrackFileSystem() from FileSystemUtil to private static helper...
calvinlo@chromium.org
2012-09-05
1
-57
/
+0
*
Integrate external mount points to IsolatedContext
kinuko@chromium.org
2012-08-21
1
-2
/
+5
*
Implement media path filter
tzik@chromium.org
2012-08-02
1
-0
/
+2
*
Add more FS types and introduce type field into IsolatedContext
kinuko@chromium.org
2012-07-25
1
-0
/
+1
*
Fix ObfuscatedOriginEnumerator::Next not to try to call
ericu@chromium.org
2012-07-09
1
-6
/
+8
*
Allow extension fileSystem API to work with drag and drop entries.
benwells@chromium.org
2012-06-18
1
-1
/
+7
*
Implement extension API chrome.fileSystem.getDisplayPath().
benwells@chromium.org
2012-06-08
1
-0
/
+30
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-0
/
+27
*
Pass command line arguments onto platform apps which provide the right intent.
benwells@chromium.org
2012-05-26
1
-0
/
+2
*
Adding isolated filesystem support in GetFileSystemRootURI
kinuko@chromium.org
2012-05-18
1
-2
/
+3
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
1
-0
/
+8
*
Style fix in webkit/fileapi
tzik@chromium.org
2012-04-05
1
-1
/
+1
*
Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...
apavlov@chromium.org
2012-04-03
1
-47
/
+32
*
Revert 130248 - Add full support for filesystem URLs.
sergeyu@chromium.org
2012-04-03
1
-32
/
+47
*
Add full support for filesystem URLs.
ericu@google.com
2012-04-02
1
-47
/
+32
*
Add isolated file_util for directory (and file) drag-and-drop support.
kinuko@chromium.org
2012-04-02
1
-18
/
+31
*
Add database recovery for FileSystemOriginDatabase
tzik@chromium.org
2012-03-29
1
-0
/
+16
*
Revert 128753 - Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-36
/
+48
*
Add full support for filesystem URLs.
ericu@google.com
2012-03-24
1
-48
/
+36
[next]