|
Add fileManagerPrivate.onCopyError event.
onCopyError event is dispatched when an error had happened during the operation.
The error is reported for each individual copy operation.
e.g. If you have /a/b/c and try to copy /a to /d, an error of copy file operation from /a/b/c to /d/b/c can be reported.
BUG= 499642, 491046, 498087
TEST=none
Committed: https://crrev.com/77af6f93cbd761e70e254d6b353403266aeaa8bd
Cr-Commit-Position: refs/heads/master@{#335883}
Total comments: 8
Total comments: 3
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+122 lines, -141 lines) |
Patch |
 |
M |
chrome/browser/chromeos/extensions/file_manager/event_router.cc
|
View
|
1
2
3
|
2 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_manager/private_api_file_system.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/native_media_file_util_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/syncable_file_system_operation.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/syncable_file_system_operation.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/file_system_operation_impl_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/public/test/async_file_test_helper.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/copy_or_move_operation_delegate.h
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/copy_or_move_operation_delegate.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_operation.h
|
View
|
1
2
3
4
5
|
5 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_operation_impl.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_operation_impl.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+13 lines, -19 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_operation_runner.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/file_system_operation_runner.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/recursive_operation_delegate.h
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -17 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/recursive_operation_delegate.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+8 lines, -23 lines |
0 comments
|
Download
|
 |
M |
storage/browser/fileapi/remove_operation_delegate.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 24 (4 generated)
|