Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Issue 12051010: (For-try) Divide recursive Copy/Move into multiple async tasks (Closed)

Created:
7 years, 11 months ago by kinuko
Modified:
7 years, 10 months ago
Reviewers:
ericu
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, darin-cc_chromium.org, feature-media-reviews_chromium.org
Visibility:
Public.

Description

(For-try) Divide recursive Copy/Move into multiple async tasks + FileAPI: Split recursive remove into multiple tasks. + More cleanup in recursive copy/move Try for: https://codereview.chromium.org/12036022/ splict copy/move https://codereview.chromium.org/12018017/ split remove https://codereview.chromium.org/11960003/ cleanup

Patch Set 1 #

Patch Set 2 : test fix #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+1318 lines, -431 lines) Patch
M chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/media_gallery/win/mtp_device_delegate_impl_win.cc View 2 chunks +3 lines, -1 line 0 comments Download
A webkit/fileapi/cross_operation_delegate.h View 1 1 chunk +104 lines, -0 lines 0 comments Download
A webkit/fileapi/cross_operation_delegate.cc View 1 1 chunk +264 lines, -0 lines 2 comments Download
M webkit/fileapi/file_system_file_util.h View 3 chunks +37 lines, -8 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.h View 1 2 chunks +21 lines, -36 lines 0 comments Download
M webkit/fileapi/file_system_file_util_proxy.cc View 1 2 chunks +31 lines, -20 lines 0 comments Download
M webkit/fileapi/file_util_helper.cc View 4 chunks +23 lines, -68 lines 0 comments Download
M webkit/fileapi/isolated_file_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/fileapi/isolated_file_util.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M webkit/fileapi/isolated_file_util_unittest.cc View 2 chunks +10 lines, -2 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.h View 1 8 chunks +92 lines, -14 lines 0 comments Download
M webkit/fileapi/local_file_system_operation.cc View 1 33 chunks +187 lines, -123 lines 0 comments Download
M webkit/fileapi/local_file_system_operation_unittest.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M webkit/fileapi/local_file_util.h View 2 chunks +1 line, -4 lines 0 comments Download
M webkit/fileapi/local_file_util.cc View 4 chunks +8 lines, -13 lines 0 comments Download
M webkit/fileapi/media/device_media_file_util.h View 2 chunks +1 line, -4 lines 0 comments Download
M webkit/fileapi/media/device_media_file_util.cc View 2 chunks +1 line, -19 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util.h View 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/fileapi/media/native_media_file_util.cc View 3 chunks +22 lines, -19 lines 0 comments Download
M webkit/fileapi/native_file_util.h View 2 chunks +12 lines, -3 lines 0 comments Download
M webkit/fileapi/native_file_util.cc View 2 chunks +25 lines, -14 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util.h View 3 chunks +6 lines, -4 lines 0 comments Download
M webkit/fileapi/obfuscated_file_util.cc View 8 chunks +42 lines, -39 lines 1 comment Download
M webkit/fileapi/obfuscated_file_util_unittest.cc View 6 chunks +8 lines, -11 lines 0 comments Download
A webkit/fileapi/recursive_operation_delegate.h View 1 chunk +99 lines, -0 lines 0 comments Download
A webkit/fileapi/recursive_operation_delegate.cc View 1 chunk +150 lines, -0 lines 0 comments Download
A webkit/fileapi/remove_operation_delegate.h View 1 1 chunk +49 lines, -0 lines 0 comments Download
A webkit/fileapi/remove_operation_delegate.cc View 1 chunk +108 lines, -0 lines 0 comments Download
M webkit/fileapi/syncable/local_file_sync_context_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_operation.cc View 1 chunk +1 line, -2 lines 0 comments Download
M webkit/fileapi/syncable/syncable_file_system_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/fileapi/webkit_fileapi.gypi View 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ericu
A couple of drive-by comments, only. https://codereview.chromium.org/12051010/diff/8003/webkit/fileapi/cross_operation_delegate.cc File webkit/fileapi/cross_operation_delegate.cc (right): https://codereview.chromium.org/12051010/diff/8003/webkit/fileapi/cross_operation_delegate.cc#newcode145 webkit/fileapi/cross_operation_delegate.cc:145: if (same_file_system_) { ...
7 years, 11 months ago (2013-01-23 19:27:23 UTC) #1
kinuko
On 2013/01/23 19:27:23, ericu wrote: > A couple of drive-by comments, only. > > https://codereview.chromium.org/12051010/diff/8003/webkit/fileapi/cross_operation_delegate.cc ...
7 years, 11 months ago (2013-01-24 01:34:51 UTC) #2
kinuko
7 years, 11 months ago (2013-01-24 03:36:38 UTC) #3
Addressed comments in the patch set 3 of
https://codereview.chromium.org/12036022/

Powered by Google App Engine
This is Rietveld 408576698