|
SyncFS: Support resolveLocalFileSystemURL on SyncFileSystem
window.resolveLocalFileSystemURL is originally defined only for FileSystem API,
but it'd be nice if it works on SyncFileSystem in a similar way. For that this
change adds new IPC messages and interfaces.
Blink side change depends on this:
https://codereview.chromium.org/23537011/
BUG= 177137
TEST=manual (Get FileSystemURL for a file on SyncFS, and then resolve it)
TEST=unit_tests
TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\*
TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\*
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223635
Total comments: 6
Total comments: 6
Total comments: 12
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+302 lines, -52 lines) |
Patch |
 |
M |
chrome/browser/sync_file_system/local/local_file_sync_context.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/sync_file_system_backend.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/sync_file_system_service_factory.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/syncable_file_system_util_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+38 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/child/fileapi/file_system_dispatcher.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/fileapi/file_system_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/fileapi/webfilesystem_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/child/fileapi/webfilesystem_impl.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_messages.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_context.h
|
View
|
1
2
3
|
5 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_context.cc
|
View
|
1
2
3
4
|
5 chunks |
+66 lines, -2 lines |
0 comments
|
Download
|
 |
A |
webkit/common/fileapi/file_system_info.h
|
View
|
1
2
3
4
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/common/fileapi/file_system_info.cc
|
View
|
1
2
3
4
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/common/fileapi/file_system_util.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/storage_common.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|