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
/
chromeos
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CreateFileWriter method to MountPointProvider.
kinaba@chromium.org
2012-05-16
2
-0
/
+14
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
2
-0
/
+6
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
2
-7
/
+2
*
Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...
kinuko@chromium.org
2012-04-19
2
-0
/
+17
*
fileapi: Use base::chromeos::IsRunningOnChromeOS()
satorux@chromium.org
2012-03-30
1
-12
/
+2
*
chromeos: Do not peek at /home/chronos/user/Downloads
satorux@chromium.org
2012-03-16
1
-27
/
+28
*
Revert 127030 - chromeos: Do not peek at /home/chronos/user/Downloads
tbarzic@chromium.org
2012-03-16
1
-28
/
+27
*
chromeos: Do not peek at /home/chronos/user/Downloads
satorux@chromium.org
2012-03-15
1
-27
/
+28
*
gdata: Implement CreateSnapshotFile() for files on gdata.
satorux@chromium.org
2012-03-14
3
-2
/
+28
*
Implement copy and move operations within the same remote file system.
benchan@chromium.org
2012-03-13
2
-3
/
+27
*
Support for directory content creation through gdata layers.
zelidrag@chromium.org
2012-03-02
2
-6
/
+28
*
Check file permissions before doing filesystemoperations for external filesys...
tbarzic@chromium.org
2012-03-01
2
-0
/
+13
*
Added entry removal support to remote file system operation.
zelidrag@chromium.org
2012-02-29
3
-5
/
+19
*
(2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterface
kinuko@chromium.org
2012-02-28
2
-1
/
+9
*
Wired remote file system operation with CrosMountPointProvider.
zelidrag@chromium.org
2012-02-24
5
-48
/
+451
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
2
-5
/
+1
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
2
-1
/
+5
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
2
-5
/
+1
*
Added extension call to provide authetication for gdata mount point. The file...
zelidrag@chromium.org
2012-02-09
1
-0
/
+1
*
[cros] Fix the GetVirtualPath to always return the path without leading slash...
dgozman@chromium.org
2012-01-26
1
-4
/
+2
*
ChromeOS build fix r117830
kinuko@chromium.org
2012-01-16
2
-9
/
+12
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
2
-0
/
+20
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
2
-23
/
+19
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
2
-5
/
+7
*
base::Bind: Remove scoped_callback_factory.h.
jhawkins@chromium.org
2012-01-03
1
-1
/
+0
*
Delete stream after the operation is done in MemoryFileUtil (fix for r115094)
kinuko@chromium.org
2011-12-20
1
-1
/
+2
*
Fix memory leaks in MemoryFileUtil
kinuko@chromium.org
2011-12-20
2
-14
/
+28
*
Implement async verision of FileSystemFileUtil and in-memory file system for ...
satorux@chromium.org
2011-12-17
6
-0
/
+1743
*
[filebrowser] Fix the browser_tests using invalid mount point.
dgozman@chromium.org
2011-12-08
1
-0
/
+1
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-3
/
+3
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-28
1
-1
/
+2
*
Cleanup: Remove unneeded forward declarations in webkit/.
thestig@chromium.org
2011-11-17
1
-3
/
+1
*
base::Bind: Convert FileSystemPathManager::GetRootPathCallback.
jhawkins@chromium.org
2011-10-18
2
-4
/
+4
*
Leak fix in CrosMountPointProvider
kinuko@chromium.org
2011-09-27
1
-3
/
+4
*
[Refactor] to rename and re-layer the file_util stack layers.
dmikurube@google.com
2011-09-05
2
-8
/
+8
*
Paths in File Browsers parameters are converted to virtual ones.
serya@chromium.org
2011-08-01
1
-0
/
+4
*
Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt...
dmikurube@chromium.org
2011-07-27
1
-1
/
+1
*
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
zelidrag@chromium.org
2011-07-26
1
-1
/
+2
*
Revert 93838 - Merged already reviewed CLs for r/o zip support in ChromeOS fi...
zelidrag@chromium.org
2011-07-25
1
-2
/
+1
*
Merged already reviewed CLs for r/o zip support in ChromeOS file browser:
zelidrag@chromium.org
2011-07-25
1
-1
/
+2
*
Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlyi...
dmikurube@chromium.org
2011-07-06
2
-1
/
+15
*
WebKit roll 88829:88857.
vitalyr@chromium.org
2011-06-15
1
-1
/
+1
*
Moving mediaplayer to the chrome filebrowser. Observable behaviour should not...
serya@google.com
2011-05-27
2
-0
/
+16
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
2
-24
/
+58
*
File API changes needed for safely passing user selected file entities from t...
zelidrag@chromium.org
2011-04-16
5
-43
/
+245
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Wired local file system support for File API. The local file system provider ...
zelidrag@chromium.org
2011-03-25
2
-0
/
+183