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
*
Add LocalFileSystemOperation support in FileSystemOperationRunner
kinuko@chromium.org
2013-06-05
15
-105
/
+261
*
Use PostDelayTask instead of timer to drop DB.
calvinlo@chromium.org
2013-06-05
4
-21
/
+145
*
Add FileSystemOperationRunner and stop directly creating FileSystemOperation
kinuko@chromium.org
2013-06-05
5
-1
/
+573
*
Move webkit/appcache/* into webkit/{browser,common}/appcache
kinuko@chromium.org
2013-06-05
65
-0
/
+25849
*
Deprecate LocalFileSystemOperation::CreateNestedOperation
kinuko@chromium.org
2013-06-05
11
-101
/
+70
*
Add special FS type for internal sync operation
kinuko@chromium.org
2013-06-04
6
-51
/
+60
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-3
/
+3
*
Fix remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-3
/
+3
*
Cleanup: Deprecate DriveFileSyncService::kServiceName
kinuko@chromium.org
2013-06-04
16
-106
/
+86
*
Rename CrossOperationDelegate to CopyOrMoveOperationDelegate
kinuko@chromium.org
2013-06-04
5
-68
/
+68
*
Prepopulate directory database for isolated origins
kinuko@chromium.org
2013-06-04
6
-13
/
+72
*
Update webkit/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-04
7
-34
/
+39
*
Move webkit/dom_storage to new browser|common|renderer locations. Just moving...
michaeln@google.com
2013-06-04
28
-0
/
+5550
*
fileapi: Add an informative comment for CrosMountPointProvider
satorux@chromium.org
2013-06-03
3
-2
/
+34
*
Update webkit/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
49
-345
/
+415
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
2
-9
/
+9
*
Implement special origin database handling for Isolated Apps
kinuko@chromium.org
2013-05-30
11
-77
/
+398
*
Add SpecialStoragePolicy::HasIsolatedStorage
kinuko@chromium.org
2013-05-30
3
-5
/
+21
*
[Quota] Wire up limited origin usage retrieving.
tzik@chromium.org
2013-05-30
6
-44
/
+167
*
Move webkit/quota files to webkit/browser/quota or webkit/common/quota
tzik@chromium.org
2013-05-30
61
-48
/
+9176
*
Validate image files before writing them to media galleries.
vandebo@chromium.org
2013-05-30
2
-0
/
+17
*
Update refernces to Blink's Platform API (webkit)
abarth@chromium.org
2013-05-30
2
-4
/
+4
*
Remove unnecessary LocalFileUtil::GetLocalPath() decl
kinuko@chromium.org
2013-05-29
2
-10
/
+0
*
Cleanup: Remove fileapi::FileSystemMountPointProvider::InitializeCopyOrMoveFi...
thestig@chromium.org
2013-05-29
10
-43
/
+12
*
Fix leak in fileapi::SandboxMountPointProviderTest::GetRootPath
kinuko@chromium.org
2013-05-29
1
-4
/
+3
*
[Quota][Clean up] Drop non-informative StorageType parameter on GetOriginsFor...
tzik@chromium.org
2013-05-29
4
-26
/
+14
*
Rename FileSystemMountPointProvider::ValidateFileSystemRoot to OpenFileSystem
kinuko@chromium.org
2013-05-29
22
-92
/
+141
*
Deprecate FileSystemMountPointProvider::GetFileSystemRootPathOnFileThread
kinuko@chromium.org
2013-05-29
17
-99
/
+63
*
Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...
michaeln@google.com
2013-05-29
49
-28
/
+3678
*
[Quota] Move quota related callbacks to separate file
tzik@chromium.org
2013-05-28
1
-0
/
+1
*
Move webkit/chromeos into webkit/browser/chromeos
kinuko@chromium.org
2013-05-28
15
-1
/
+1697
*
Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!)
kinuko@chromium.org
2013-05-28
41
-6
/
+6643
*
Split FileAPI code for common|common_child|renderer
kinuko@chromium.org
2013-05-28
45
-59
/
+59
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-28
85
-102
/
+6910
*
Fix dependency: make file_system_util not depend on FileSystemURL
kinuko@chromium.org
2013-05-27
2
-3
/
+3
*
Move all the FileSystemMountPointProviderTest to SandboxMountPointProviderTest
kinuko@chromium.org
2013-05-24
2
-356
/
+232
*
Move more browser-specific webkit/fileapi code to webkit/browser/fileapi
kinuko@chromium.org
2013-05-24
48
-34
/
+6133
*
Cleanup: Rename LocalFileSystemTestOriginHelper (aka test_helper_) to Sandbox...
kinuko@chromium.org
2013-05-24
2
-54
/
+53
*
Make non-sandbox tests independent from local_file_system_test_helper
kinuko@chromium.org
2013-05-23
2
-45
/
+60
*
Move webkit/database to webkit/browser and webkit/common. Also move content::...
michaeln@google.com
2013-05-22
16
-0
/
+3403
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-22
19
-4
/
+2584
*
Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapi
kinuko@chromium.org
2013-05-21
13
-2
/
+1873
*
Move FileAPI sandboxed filesystem related code from webkit/fileapi to webkit/...
kinuko@chromium.org
2013-05-21
22
-3
/
+8204
*
Move misc browser-specific webkit/fileapi/* files to webkit/browser/fileapi
kinuko@chromium.org
2013-05-20
12
-0
/
+1876
*
Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi
kinuko@chromium.org
2013-05-20
4
-0
/
+512
*
Revert 200828 "Move webkit/fileapi/file_system_mount_point_provi..."
kinuko@chromium.org
2013-05-17
4
-512
/
+0
*
Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi
kinuko@chromium.org
2013-05-17
4
-0
/
+512
*
Add stub webkit/(browser|renderer|common) directories
jamesr@chromium.org
2013-05-09
1
-0
/
+3