|
|
Refactor FileSystemOperation to take callback for each method.
(Reland of r121620, which was reverted because it broke chromeos-clang compilation and LayoutTests/fast/filesystem/file-writer-*)
This patch is the first step for supporting cross-filesystem copy/move on
the Filesystem API implementation. To accomplish it, I'm planning to
crack FileSystemOperation::{Move,Copy} to a series of other FSO operations.
For it, per-method callback is more handy.
BUG= 110121
TEST=*File*
TEST=LayoutTest fast/filesystem
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121857
Total comments: 31
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1058 lines, -1021 lines) |
Patch |
 |
M |
chrome/browser/extensions/extension_file_browser_private_api.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_file_browser_private_api.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+31 lines, -60 lines |
0 comments
|
Download
|
 |
M |
content/browser/file_system/file_system_dispatcher_host.h
|
View
|
1
|
2 chunks |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/file_system/file_system_dispatcher_host.cc
|
View
|
1
|
10 chunks |
+134 lines, -100 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
View
|
1
2
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.h
|
View
|
|
4 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.cc
|
View
|
|
5 chunks |
+7 lines, -15 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job.cc
|
View
|
|
5 chunks |
+15 lines, -58 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_mount_point_provider.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation.h
|
View
|
1
|
8 chunks |
+100 lines, -69 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation.cc
|
View
|
1
2
3
4
5
6
7
|
27 chunks |
+191 lines, -163 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation_interface.h
|
View
|
1
|
7 chunks |
+71 lines, -28 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation_unittest.cc
|
View
|
1
|
51 chunks |
+139 lines, -108 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation_write_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
14 chunks |
+102 lines, -56 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_quota_unittest.cc
|
View
|
1
|
11 chunks |
+36 lines, -59 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_test_helper.h
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_test_helper.cc
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job.cc
|
View
|
1
2
|
3 chunks |
+10 lines, -57 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_writer_delegate_unittest.cc
|
View
|
1
|
5 chunks |
+17 lines, -49 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.cc
|
View
|
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.h
|
View
|
|
3 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.cc
|
View
|
|
5 chunks |
+103 lines, -104 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_writer.cc
|
View
|
1
2
3
|
5 chunks |
+33 lines, -65 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|