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

Issue 23463048: Implement stream based cross file system copy. (Closed)

Created:
7 years, 3 months ago by hidehiko
Modified:
7 years, 2 months ago
Reviewers:
kinuko, tzik
CC:
chromium-reviews, tzik+watch_chromium.org, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Implement stream based cross file system copy. This CL implements the FileStreamReader/Writer based cross file system copy operation. BUG=279278 TEST=Ran content_unittests and unit_tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225378

Patch Set 1 #

Total comments: 11

Patch Set 2 : Rebase #

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : Rebase #

Patch Set 6 : Fix Win test failure. #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+390 lines, -8 lines) Patch
M webkit/browser/fileapi/copy_or_move_operation_delegate.h View 1 2 3 4 2 chunks +45 lines, -0 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate.cc View 1 2 3 4 4 chunks +248 lines, -6 lines 0 comments Download
M webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc View 1 2 3 4 5 4 chunks +95 lines, -1 line 0 comments Download
M webkit/browser/fileapi/dragged_file_util_unittest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
hidehiko
Thank you for your review in advance, - hidehiko
7 years, 3 months ago (2013-09-20 13:16:41 UTC) #1
kinuko
Looking good. https://codereview.chromium.org/23463048/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/23463048/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode322 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:322: // Reader can be created even if ...
7 years, 3 months ago (2013-09-21 10:44:35 UTC) #2
hidehiko
Thank you for your review. PTAL? https://codereview.chromium.org/23463048/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/23463048/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode322 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:322: // Reader can ...
7 years, 3 months ago (2013-09-23 08:18:10 UTC) #3
kinuko
lgtm https://codereview.chromium.org/23463048/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc File webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc (right): https://codereview.chromium.org/23463048/diff/1/webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc#newcode5 webkit/browser/fileapi/copy_or_move_operation_delegate_unittest.cc:5: #include "webkit/browser/fileapi/copy_or_move_operation_delegate.h" On 2013/09/23 08:18:10, hidehiko wrote: > ...
7 years, 3 months ago (2013-09-23 22:10:20 UTC) #4
hidehiko
Thank you for your review. https://codereview.chromium.org/23463048/diff/9001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc File webkit/browser/fileapi/copy_or_move_operation_delegate.cc (right): https://codereview.chromium.org/23463048/diff/9001/webkit/browser/fileapi/copy_or_move_operation_delegate.cc#newcode322 webkit/browser/fileapi/copy_or_move_operation_delegate.cc:322: // Reader can be ...
7 years, 3 months ago (2013-09-24 02:06:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/23463048/41001
7 years, 2 months ago (2013-09-25 13:21:08 UTC) #6
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=171903
7 years, 2 months ago (2013-09-25 13:56:16 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/23463048/41001
7 years, 2 months ago (2013-09-25 13:56:46 UTC) #8
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) content_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=82759
7 years, 2 months ago (2013-09-25 16:29:14 UTC) #9
hidehiko
On 2013/09/25 16:29:14, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 2 months ago (2013-09-25 17:45:12 UTC) #10
kinuko
On 2013/09/25 17:45:12, hidehiko wrote: > On 2013/09/25 16:29:14, I haz the power (commit-bot) wrote: ...
7 years, 2 months ago (2013-09-25 18:00:37 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/23463048/78001
7 years, 2 months ago (2013-09-25 18:05:29 UTC) #12
hidehiko
On 2013/09/25 18:05:29, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years, 2 months ago (2013-09-25 19:03:38 UTC) #13
hidehiko
Talked offline with tzik@, and he kindly told me he'd take a look the test ...
7 years, 2 months ago (2013-09-26 03:28:16 UTC) #14
tzik
Patchset 5 vs 7 diff LGTM.
7 years, 2 months ago (2013-09-26 03:43:03 UTC) #15
hidehiko
On 2013/09/26 03:43:03, tzik wrote: > Patchset 5 vs 7 diff LGTM. Thanks! sending to ...
7 years, 2 months ago (2013-09-26 03:43:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/hidehiko@chromium.org/23463048/92001
7 years, 2 months ago (2013-09-26 03:49:26 UTC) #17
commit-bot: I haz the power
7 years, 2 months ago (2013-09-26 07:37:44 UTC) #18
Message was sent while issue was closed.
Change committed as 225378

Powered by Google App Engine
This is Rietveld 408576698