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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add CreateFileWriter method to MountPointProvider.
kinaba@chromium.org
2012-05-16
7
-12
/
+66
*
Convert some FileWriter tests to use TestMountPointProvider.
kinuko@chromium.org
2012-05-14
7
-56
/
+63
*
Broker out PPAPI handle duplication
jschuh@chromium.org
2012-05-11
2
-5
/
+3
*
Add RegisterMountPointProvider and TestMountPointProvider for testing
kinuko@chromium.org
2012-05-11
14
-11
/
+301
*
Merge QuotaFileUtil into ObfuscatedFileUtil
tzik@chromium.org
2012-05-11
22
-1093
/
+815
*
FileWriterDelegate should not call URLRequest::Start() after Cancel().
kinuko@chromium.org
2012-05-11
6
-66
/
+96
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
1
-41
/
+32
*
Give group/other users access to directories created by File API on Chrome OS.
benchan@chromium.org
2012-05-09
1
-0
/
+27
*
Add UMA stats for ObfuscatedFileUtil::GetDirectoryForOriginAndTypes().
tzik@chromium.org
2012-05-08
4
-30
/
+143
*
Add non corruption error handling to FileSystem databases.
tzik@chromium.org
2012-05-07
2
-0
/
+6
*
IsolatedFileUtilTest leak fix introduced by r135616
kinuko@chromium.org
2012-05-07
1
-1
/
+1
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
32
-245
/
+186
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
9
-32
/
+60
*
Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ...
kinuko@chromium.org
2012-04-27
1
-1
/
+1
*
Revert 134248 - Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
1
-1
/
+1
*
Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
1
-1
/
+1
*
fileapi: FileWriter and LocalFileWriter.
kinaba@chromium.org
2012-04-25
5
-0
/
+492
*
Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...
kinuko@chromium.org
2012-04-19
9
-8
/
+98
*
Add FileReader interface and implement FileSystemFileReader.
kinuko@chromium.org
2012-04-18
5
-28
/
+192
*
Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-17
3
-64
/
+29
*
Add database recovery for FileSystemDirectoryDatabase.
tzik@chromium.org
2012-04-16
10
-93
/
+668
*
Add dependencies to webkit pieces.
petermayo@chromium.org
2012-04-13
1
-0
/
+1
*
Revert 132134 - Use LocalFileReader in FileSystemURLRequestJob
glider@chromium.org
2012-04-13
2
-18
/
+69
*
Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-13
2
-69
/
+18
*
Merge QuotaFileUtil::Truncate to ObfuscatedFileUtil::Truncate
tzik@chromium.org
2012-04-11
9
-373
/
+518
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
2
-2
/
+3
*
Re-enable speculatively disabled FileSystemURLRequestJobTest tests
simonjam@chromium.org
2012-04-07
1
-12
/
+11
*
Speculatively disable remaining FileSystemURLRequestJobTest tests.
simonjam@chromium.org
2012-04-07
1
-10
/
+11
*
Disable FileSystemURLRequestJobTest.FileTest. It's crashing the Vista Canary
simonjam@chromium.org
2012-04-06
1
-1
/
+1
*
ObfuscatedFileUtil cleanup
tzik@chromium.org
2012-04-05
1
-60
/
+57
*
Style fix in webkit/fileapi
tzik@chromium.org
2012-04-05
37
-60
/
+83
*
Fix memory leaks in tests.
ericu@chromium.org
2012-04-04
2
-0
/
+16
*
Reenable a test disabled due to a lack of clobbering. The test is fine.
ericu@google.com
2012-04-04
1
-8
/
+1
*
Disable FileSystemURLRequestJobTest.FileTest on Windows
apavlov@chromium.org
2012-04-03
1
-1
/
+8
*
Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...
apavlov@chromium.org
2012-04-03
2
-47
/
+35
*
Revert 130248 - Add full support for filesystem URLs.
sergeyu@chromium.org
2012-04-03
2
-35
/
+47
*
Add full support for filesystem URLs.
ericu@google.com
2012-04-02
2
-47
/
+35
*
Refine UMA stats for file system databases.
tzik@chromium.org
2012-04-02
2
-2
/
+18
*
Add isolated file_util for directory (and file) drag-and-drop support.
kinuko@chromium.org
2012-04-02
16
-48
/
+1171
*
Add database recovery for FileSystemOriginDatabase
tzik@chromium.org
2012-03-29
9
-114
/
+375
*
Fix filesystem origin count metrics macro: use one macro for one label
kinuko@chromium.org
2012-03-29
1
-4
/
+7
*
Fix a FileWriter abort race by turning an assert into a soft check.
ericu@chromium.org
2012-03-28
1
-2
/
+4
*
Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDi...
tzik@chromium.org
2012-03-27
12
-159
/
+128
*
Add UMA stats on FileSystem{Origin,Directory}Database::Init()
tzik@chromium.org
2012-03-27
4
-11
/
+78
*
Revert 128753 - Add full support for filesystem URLs.
ericu@google.com
2012-03-24
2
-39
/
+48
*
Add full support for filesystem URLs.
ericu@google.com
2012-03-24
2
-48
/
+39
*
Add metrics for counting # of origins per filesystem type
kinuko@chromium.org
2012-03-21
1
-5
/
+12
*
Add last modified time member to FileSystemFileUtil::AbstractFileEnumerator.
tzik@chromium.org
2012-03-14
4
-0
/
+16
*
gdata: Implement CreateSnapshotFile() for files on gdata.
satorux@chromium.org
2012-03-14
1
-0
/
+1
*
FileWriter flaky crash another fix attempt
kinuko@chromium.org
2012-03-13
1
-1
/
+1
[next]