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

Issue 9667040: Use FileEntry.copyTo() and FileEntry.moveTo() on GData file system. (Closed)

Created:
8 years, 9 months ago by Ben Chan
Modified:
8 years, 9 months ago
Reviewers:
rginda, dgozman, zel
CC:
chromium-reviews, rginda+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

Use FileEntry.copyTo() and FileEntry.moveTo() on GData file system. This CL changes the FileCopyManager to use FileEntry.copyTo() / FileEntry.moveTo() to copy / move files within the GData file system, which calls GDataFileSystem::Copy() / GDataFileSystem::Move() under the hood. BUG=chromium-os:26962 TEST=Manually tested copy, move, and rename operations on GData mount point. (Copying of regular files is not implemented) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=126178

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -29 lines) Patch
M chrome/browser/resources/file_manager/js/file_copy_manager.js View 7 chunks +33 lines, -6 lines 2 comments Download
M chrome/browser/resources/file_manager/js/file_manager.js View 4 chunks +33 lines, -18 lines 2 comments Download
M chrome/browser/resources/file_manager/js/util.js View 2 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Ben Chan
Related CL: http://chromiumcodereview.appspot.com/9662041/ http://chromiumcodereview.appspot.com/9667040/diff/1/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): http://chromiumcodereview.appspot.com/9667040/diff/1/chrome/browser/resources/file_manager/js/file_manager.js#newcode1282 chrome/browser/resources/file_manager/js/file_manager.js:1282: if (event.reason == 'BEGIN') { This ...
8 years, 9 months ago (2012-03-12 03:03:52 UTC) #1
dgozman
LGTM http://chromiumcodereview.appspot.com/9667040/diff/1/chrome/browser/resources/file_manager/js/file_copy_manager.js File chrome/browser/resources/file_manager/js/file_copy_manager.js (right): http://chromiumcodereview.appspot.com/9667040/diff/1/chrome/browser/resources/file_manager/js/file_copy_manager.js#newcode476 chrome/browser/resources/file_manager/js/file_copy_manager.js:476: sourceEntry.moveTo(targetDirEntry, targetRelativePath, Can we have such copyTo/moveTo methods ...
8 years, 9 months ago (2012-03-12 09:46:03 UTC) #2
Ben Chan
https://chromiumcodereview.appspot.com/9667040/diff/1/chrome/browser/resources/file_manager/js/file_copy_manager.js File chrome/browser/resources/file_manager/js/file_copy_manager.js (right): https://chromiumcodereview.appspot.com/9667040/diff/1/chrome/browser/resources/file_manager/js/file_copy_manager.js#newcode476 chrome/browser/resources/file_manager/js/file_copy_manager.js:476: sourceEntry.moveTo(targetDirEntry, targetRelativePath, On 2012/03/12 09:46:03, dgozman wrote: > Can ...
8 years, 9 months ago (2012-03-12 14:58:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benchan@chromium.org/9667040/1
8 years, 9 months ago (2012-03-12 17:21:10 UTC) #4
commit-bot: I haz the power
8 years, 9 months ago (2012-03-12 19:06:23 UTC) #5
Change committed as 126178

Powered by Google App Engine
This is Rietveld 408576698