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
*
RefCounted types should not have public destructors, webkit/ edition
rsleevi@chromium.org
2012-06-04
2
-2
/
+4
*
_Actually_ disabling WriteSuccessWithoutQuotaLimit.
mkwst@chromium.org
2012-05-31
1
-1
/
+1
*
Disabling FileWriterDelegateTest.WriteSuccessWithoutQuotaLimit on Windows.
mkwst@chromium.org
2012-05-31
1
-0
/
+7
*
Rename fileapi::FileWriter to FileStreamWriter.
kinaba@chromium.org
2012-05-31
18
-137
/
+140
*
Rename webkit_blob::FileReader to FileStreamReader.
kinaba@chromium.org
2012-05-31
15
-57
/
+60
*
Actually disable on win
rch@chromium.org
2012-05-30
1
-1
/
+1
*
win only
rch@chromium.org
2012-05-30
1
-1
/
+7
*
Disable FileWriterDelegateTest.WriteSuccessWithJustQuota on all platforms
rch@chromium.org
2012-05-30
1
-1
/
+3
*
Disable flaky fileapi test: WriteFailureByQuota
rch@chromium.org
2012-05-30
1
-1
/
+1
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
34
-55
/
+170
*
Disable cross-filesystem move for sandbox filesystem for now
kinuko@chromium.org
2012-05-29
1
-2
/
+13
*
Make FileSystemOperationWriteTest independent from URLRequest::Deprecated.
kinaba@chromium.org
2012-05-29
1
-16
/
+32
*
Unlayer ObfuscatedFileUtil.
tzik@chromium.org
2012-05-28
17
-720
/
+365
*
Pass command line arguments onto platform apps which provide the right intent.
benwells@chromium.org
2012-05-26
1
-0
/
+2
*
Revert 138791 - Revert 138554 - Prevent zero-length items from being appended...
danakj@chromium.org
2012-05-24
1
-1
/
+0
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
1
-0
/
+1
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
1
-1
/
+0
*
Revert 138554 - Prevent zero-length items from being appended to a blob.
danakj@chromium.org
2012-05-24
1
-0
/
+1
*
CreateOrOpen() with TRUNCATED flag should decrease the quota usage.
kinuko@chromium.org
2012-05-24
2
-5
/
+81
*
Prevent zero-length items from being appended to a blob.
ericu@chromium.org
2012-05-24
1
-1
/
+0
*
Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by
ericu@chromium.org
2012-05-24
6
-30
/
+22
*
Revert 138554 - Prevent zero-length items from being appended to a blob.
ericu@google.com
2012-05-23
1
-0
/
+1
*
Prevent zero-length items from being appended to a blob.
ericu@chromium.org
2012-05-23
1
-1
/
+0
*
Always pass FileSystemContext to ObfuscatedFileUtil operations
kinuko@chromium.org
2012-05-23
8
-13
/
+27
*
Cleanup: Remove unneeded scoped_ptr.h includes from webkit.
thestig@chromium.org
2012-05-23
7
-9
/
+6
*
Disable FileWriterDelegateTest.WritesWithQuotaAndOffset, which has
wtc@chromium.org
2012-05-23
1
-1
/
+10
*
Disable FileWriterDelegateTest.WriteSuccessWithoutQuotaLimitConcurrent, which...
vandebo@chromium.org
2012-05-23
1
-1
/
+10
*
Implement SandboxFileWriter and rewrite FileWriterDelegate to use it
kinuko@chromium.org
2012-05-22
9
-334
/
+495
*
Adding isolated filesystem support in GetFileSystemRootURI
kinuko@chromium.org
2012-05-18
2
-2
/
+6
*
Crash fix in fileapi::FileSystemOperation::DidGetUsageAndQuotaAndRunTask
kinuko@chromium.org
2012-05-17
1
-1
/
+1
*
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
[next]