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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[FileAPI] Fix dump tool build failure
tzik@chromium.org
2013-10-21
1
-5
/
+4
*
Give type directory string for given URL from outside ObfuscatedFileUtil
kinuko@chromium.org
2013-10-19
4
-132
/
+173
*
Revert r229540 "Changes to reinitialize the appcache system if/when DiskCache...
pfeldman@chromium.org
2013-10-19
18
-524
/
+75
*
Changes to reinitialize the appcache system if/when DiskCache initialization ...
michaeln@chromium.org
2013-10-19
18
-75
/
+524
*
FileAPI dependency cleanup: stop referencing quota_observer in SyncFileSystem...
kinuko@chromium.org
2013-10-18
3
-66
/
+70
*
Add PluginPrivate filesystem type (type only, no impl yet)
kinuko@chromium.org
2013-10-18
1
-0
/
+1
*
Put WeakPtrFactory members last in webkit/browser/
dmichael@chromium.org
2013-10-11
14
-23
/
+28
*
FileAPI: Clean up ObfuscatedFileUtil to support isolated-sandboxed filesystem
nhiroki@chromium.org
2013-10-11
2
-45
/
+48
*
FileAPI: Clean up ObfuscatedFileUtil::GetDirectoryDatabase signature
nhiroki@chromium.org
2013-10-11
2
-49
/
+31
*
FileAPI: {Open,Delete}FileSystem should run on IO thread
nhiroki@chromium.org
2013-10-11
1
-0
/
+4
*
FileAPI: Fix up signature of callback for OpenFileSystem operation
nhiroki@chromium.org
2013-10-09
2
-13
/
+6
*
Deprecate ScopedExternalFileSystem
kinuko@chromium.org
2013-10-08
2
-32
/
+0
*
ChildProcessSecurityPolicy: Remove CanReadDirectory (special directory enumer...
tommycli@chromium.org
2013-10-07
1
-3
/
+2
*
FileAPI: Satisfy linter
nhiroki@chromium.org
2013-10-07
21
-47
/
+79
*
FileAPI: Prepare to depregate OpenFileSystem for non-sandboxed filesystems
nhiroki@chromium.org
2013-10-07
1
-0
/
+22
*
Reapply "ChildProcessSecurityPolicy: Rationalize PlatformFileFlags used."
tommycli@chromium.org
2013-10-02
2
-42
/
+0
*
Move FileAPI test code from webkit to content
kinuko@chromium.org
2013-10-02
29
-10798
/
+0
*
Revert 226311 "ChildProcessSecurityPolicy: Rationalize PlatformF..."
dcheng@chromium.org
2013-10-01
2
-4
/
+16
*
ChildProcessSecurityPolicy: Rationalize PlatformFileFlags used.
tommycli@chromium.org
2013-10-01
2
-16
/
+4
*
Fix a crasher
michaeln@chromium.org
2013-09-30
1
-2
/
+5
*
Promote methods to register and revoke blob urls to public so they may be use...
michaeln@chromium.org
2013-09-30
2
-19
/
+24
*
Replace base::MessageLoop(TYPE_IO) with MessageLoopForIO.
hidehiko@chromium.org
2013-09-30
11
-36
/
+24
*
[Quota] Reduce Temporary storage quota.
tzik@chromium.org
2013-09-30
1
-1
/
+1
*
Implement file-wise cancel for copy/move on cross file system.
hidehiko@chromium.org
2013-09-27
5
-4
/
+151
*
Implement "preserving last modified" for Copy() and Move() on cross file system.
hidehiko@chromium.org
2013-09-26
2
-13
/
+98
*
[FileAPI] Fix path handling on ResolveLocalFileSystemURL.
tzik@chromium.org
2013-09-26
1
-4
/
+5
*
Backend for DevTools quota managements.
serya@chromium.org
2013-09-26
2
-0
/
+24
*
Implement preserving last modified time on copy or move.
hidehiko@chromium.org
2013-09-26
5
-38
/
+103
*
Implement stream based cross file system copy.
hidehiko@chromium.org
2013-09-26
4
-8
/
+390
*
[MediaGalleries] Add filesystem type for iPhoto library.
gbillock@chromium.org
2013-09-26
1
-0
/
+1
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+0
*
Introduce CopyOrMoveOption.
hidehiko@chromium.org
2013-09-25
18
-51
/
+202
*
FileAPI: Fix acceptable conditions in FileSystemContext::CanServeURLRequest
nhiroki@chromium.org
2013-09-25
1
-3
/
+1
*
Extract NetErrorToPlatformFileError from file_writer_delegate to file_system_...
hidehiko@chromium.org
2013-09-25
1
-20
/
+1
*
More Chromium Blob hacking to switch from bloburls to blobuuids.
michaeln@chromium.org
2013-09-24
1
-0
/
+12
*
Migrate AppCache to simple cache backend on Android.
pliard@chromium.org
2013-09-21
3
-1
/
+23
*
[Retry] SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem
nhiroki@chromium.org
2013-09-21
2
-4
/
+89
*
Adds destinationUrl to onCopyProgress.
hidehiko@chromium.org
2013-09-20
6
-34
/
+61
*
Simplifies CopyOrMoveOperationDelegate implementation.
hidehiko@chromium.org
2013-09-19
5
-139
/
+116
*
Simplifies RemoveOperationDelegate implementation.
hidehiko@chromium.org
2013-09-19
2
-37
/
+8
*
Revert 223635 "SyncFS: Support resolveLocalFileSystemURL on Sync..."
nhiroki@chromium.org
2013-09-19
2
-89
/
+4
*
Refactor RecursiveOperationDelegate to support PostProcessDirectory.
hidehiko@chromium.org
2013-09-18
7
-83
/
+501
*
Opening a path in non-directory should fail with NOT_A_DIRECTORY.
kinuko@chromium.org
2013-09-18
5
-52
/
+85
*
SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem
nhiroki@chromium.org
2013-09-17
2
-4
/
+89
*
webkit: Migrate it to use the RunUntilIdle() function from RunLoop.
tfarina@chromium.org
2013-09-13
29
-413
/
+415
*
Implement cancel of file system recursive operation.
hidehiko@chromium.org
2013-09-13
5
-13
/
+61
*
AsyncFileUtil::CreateForLocalFileSystem() and deprecate IsolatedFileUtil
kinuko@chromium.org
2013-09-13
9
-67
/
+62
*
Feedback extension API fix. A recent CL broke this.
michaeln@chromium.org
2013-09-13
3
-3
/
+18
*
Use OperationHandle for CopyProgressCallback.
hidehiko@chromium.org
2013-09-12
2
-1
/
+27
*
Instead introducing a static Create* methods to create FileStream{Reader,Writ...
kinuko@chromium.org
2013-09-12
16
-115
/
+186
[next]