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
*
SyncFS: Remove syncable_file_system_util dependency
nhiroki@chromium.org
2013-08-02
2
-11
/
+0
*
SyncFS: Move change tracker and sync context into SyncFileSystemBackend
nhiroki@chromium.org
2013-08-02
12
-80
/
+128
*
SyncFS: Introduce SyncFileSystemBackend
nhiroki@chromium.org
2013-08-02
7
-65
/
+374
*
Fix up some tests for copy-or-move validator and nearby.
gbillock@chromium.org
2013-08-01
5
-32
/
+62
*
Rename fileapi::LocalFileSystemOperation to FileSystemOperationImpl.
hidehiko@chromium.org
2013-08-01
21
-248
/
+241
*
Change the API of disk_cache::CreateCacheBackend to use scoped_ptr
qsr@chromium.org
2013-08-01
1
-5
/
+3
*
FileAPI: Move OpenFileSystem into SandboxContext
nhiroki@chromium.org
2013-08-01
4
-113
/
+135
*
FileAPI: Move FileSystemQuotaUtil related functions into SandboxContext
nhiroki@chromium.org
2013-08-01
10
-394
/
+501
*
FileAPI: Remove unnecessary usage recalculation from SandboxFSBackend
nhiroki@chromium.org
2013-07-31
4
-56
/
+6
*
FileAPI: Remove UMAs for OpenFileSystem operation
nhiroki@chromium.org
2013-07-31
1
-17
/
+1
*
FileAPI: Fix missing SpecialStoragePolicy initialization in SandboxContext
nhiroki@chromium.org
2013-07-30
1
-0
/
+1
*
Remove RemoteFileSystemProxyInterface, which is no longer needed.
hidehiko@chromium.org
2013-07-30
4
-206
/
+4
*
Temporarily disable IsolatedStorage special handling
kinuko@chromium.org
2013-07-28
5
-18
/
+94
*
Update include paths in webkit for base/process changes.
rsesek@chromium.org
2013-07-25
3
-3
/
+3
*
FileAPI: Clean up around FileSystemBackend
nhiroki@chromium.org
2013-07-25
4
-31
/
+28
*
Undo band-aid which was ignoring wrong SessionStorage association.
marja@chromium.org
2013-07-24
1
-18
/
+6
*
FileAPI: Add Initialize() function to FileSystemBackend
nhiroki@chromium.org
2013-07-24
11
-43
/
+58
*
Create a new FileSystemOperationRunner for each FileAPIMessageFilter
kinuko@chromium.org
2013-07-24
2
-0
/
+8
*
[FileSystem] Add another copy-or-move validation hook for post-write.
gbillock@chromium.org
2013-07-23
6
-24
/
+279
*
FileAPI: Move enable_usage_tracking into SandboxContext for cleanup
nhiroki@chromium.org
2013-07-23
4
-16
/
+20
*
reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...
scottmg@chromium.org
2013-07-23
3
-3
/
+3
*
Revert 212927 "Move webkitplatformsupport_impl and related from ..."
bryeung@chromium.org
2013-07-22
3
-3
/
+3
*
Move webkitplatformsupport_impl and related from glue to child
scottmg@chromium.org
2013-07-22
3
-3
/
+3
*
Replace third_party/icu/public with third_party/icu/source in the include dir...
jshin@chromium.org
2013-07-18
1
-1
/
+1
*
Use a direct include of the message_loop header in webkit/, part 1.
avi@chromium.org
2013-07-18
56
-56
/
+56
*
Use a direct include of the message_loop header in webkit/, part 2.
avi@chromium.org
2013-07-17
7
-7
/
+7
*
Delete unnecessary lines of code.
darin@chromium.org
2013-07-17
2
-2
/
+0
*
FileAPI: Change FileSystemBackend::OpenFileSystem signature
nhiroki@chromium.org
2013-07-17
11
-23
/
+33
*
Only allow leveldb to use the minimum amount of file descriptors.
dgrogan@chromium.org
2013-07-16
4
-3
/
+13
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
14
-30
/
+30
*
[sql] Convert webkit tests to use ScopedErrorIgnorer.
shess@chromium.org
2013-07-15
4
-39
/
+54
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
15
-39
/
+39
*
Cleanup: add const AddObserver method to TaskRunnerBoundObserverList
kinuko@chromium.org
2013-07-12
4
-59
/
+34
*
FileAPI: Add FileObserver related interfaces into FileSystemQuotaUtil
nhiroki@chromium.org
2013-07-12
5
-70
/
+170
*
FileAPI: Factor out getting root URI and FS name parts into each FS backend
nhiroki@chromium.org
2013-07-12
8
-21
/
+35
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
24
-93
/
+93
*
add missing header in webkit/browser/fileapi/file_system_usage_cache.cc
mostynb@opera.com
2013-07-11
1
-0
/
+1
*
FileAPI: Add SandboxContext
nhiroki@chromium.org
2013-07-10
8
-108
/
+196
*
Add on_close_callback to AsyncFileUtil::CreateOrOpenCallback.
hidehiko@chromium.org
2013-07-10
4
-11
/
+11
*
Move Copy* into the base namespace.
brettw@chromium.org
2013-07-09
1
-1
/
+1
*
Allow passing null-callback to |on_close_callback| explicitly.
hidehiko@chromium.org
2013-07-09
1
-1
/
+1
*
Cleanup: return value and null-callback fixups on AsyncFileUtil interface
kinuko@chromium.org
2013-07-09
4
-94
/
+79
*
fileapi: Rename FileSystemMountProvider to FileSystemBackend
satorux@chromium.org
2013-07-09
34
-344
/
+332
*
Fix per-file read permission handling for files in FileSystem API
kinuko@chromium.org
2013-07-08
1
-1
/
+0
*
Deprecate FileSystemMountPointProvider::DeleteFileSystem
kinuko@chromium.org
2013-07-04
8
-63
/
+16
*
Remove unused |created| param from AsyncFileUtil::CreateOrOpenCallback.
hidehiko@chromium.org
2013-07-02
4
-6
/
+14
*
Move DeleteAfterReboot, Move, and ReplaceFile to base namespace
brettw@chromium.org
2013-07-01
3
-3
/
+3
*
Add DeleteRecursively to AsyncFileUtil.
hidehiko@chromium.org
2013-07-01
5
-4
/
+68
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
14
-30
/
+30
*
Implement ChildProcessSecurityPolicy::HasPermissionsForFileSystemFile()
kinuko@chromium.org
2013-07-01
11
-141
/
+139
[next]