|
FileSystem mods: Changes to snapshot file creation to remove dependencies on blobs.
* Implementats of a new WebFileSystem::createSnapshotFileAndReadMetadata(...)
method that does not take a blobURL as input and that invokes a new
WebFileSystemCallbacks::didCreateSnapshotFile(...) in response instead of
overloading the didReadMetadata callback for that purpose.
* Leaves the existing handling in place since its still in use by WK.
This CL is the 2nd in a series of changes that straddle webkit vs chromium repositories.
1) WK: Declare new virtual createSnapshotFile/didCreateSnapshotFile public api methods.
2) CR: Implement the new create method such that the didCreate method is invoked in response.
3) WK: Use the new create method and implement the new didCreate method.
3) CR: Cleanup the obsolete/deprecated blocks of code.
BUG= 174200
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182822
Total comments: 2
Total comments: 3
Total comments: 4
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+288 lines, -20 lines) |
Patch |
 |
M |
content/browser/fileapi/fileapi_message_filter.h
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+20 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+86 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_dispatcher.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+26 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilesystem_callback_dispatcher.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilesystem_callback_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilesystem_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilesystem_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+11 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilewriter_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_directory_reader_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_file_io_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_callback_dispatcher.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/file_callbacks.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/file_callbacks.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+44 lines, -3 lines |
0 comments
|
Download
|
Total messages: 27 (0 generated)
|