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

Issue 7066033: Enable cross-filesystem moves and copies. (Closed)

Created:
9 years, 7 months ago by ericu
Modified:
9 years, 7 months ago
CC:
chromium-reviews, pam+watch_chromium.org, kinuko+watch, darin-cc_chromium.org, Paweł Hajdan Jr., Dai Mikurube (NOT FULLTIME)
Visibility:
Public.

Description

Enable cross-filesystem moves and copies. BUG=none TEST=unit tests included; I also tested locally with a cross-filesystem-sync-copy layout test [that I'll add to webkit later], both with and without obfuscation. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86755

Patch Set 1 #

Patch Set 2 : Add missing new file. #

Patch Set 3 : comment fixes #

Patch Set 4 : Reuse a variable. #

Patch Set 5 : rebased #

Patch Set 6 : Fix windows build #

Patch Set 7 : Add some quota to fix the test. #

Patch Set 8 : Hack to try to fix windows tests. #

Total comments: 6

Patch Set 9 : Rolled in Michael's feedback; removed unnecessary unlimited quota flag. #

Total comments: 2

Patch Set 10 : Readability tweak from Michael #

Unified diffs Side-by-side diffs Delta from patch set Stats (+485 lines, -75 lines) Patch
M webkit/fileapi/file_system_file_util.h View 2 chunks +18 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_file_util.cc View 1 2 3 4 5 6 7 8 9 9 chunks +108 lines, -22 lines 0 comments Download
A webkit/fileapi/file_system_file_util_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +221 lines, -0 lines 0 comments Download
M webkit/fileapi/file_system_operation.cc View 1 2 3 4 2 chunks +0 lines, -24 lines 0 comments Download
M webkit/fileapi/local_file_system_file_util.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/fileapi/local_file_system_file_util.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util.cc View 2 chunks +35 lines, -4 lines 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util_unittest.cc View 1 2 6 chunks +62 lines, -6 lines 0 comments Download
M webkit/fileapi/quota_file_util_unittest.cc View 3 chunks +15 lines, -19 lines 0 comments Download
M webkit/tools/test_shell/test_shell.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ericu
9 years, 7 months ago (2011-05-24 23:34:38 UTC) #1
ericu
+cc dmikurube@
9 years, 7 months ago (2011-05-24 23:35:29 UTC) #2
ericu
Apparently I got confused by overlapping try jobs and the last change wasn't actually necessary ...
9 years, 7 months ago (2011-05-25 03:22:49 UTC) #3
michaeln
lgtm! http://codereview.chromium.org/7066033/diff/7002/webkit/fileapi/file_system_file_util.cc File webkit/fileapi/file_system_file_util.cc (right): http://codereview.chromium.org/7066033/diff/7002/webkit/fileapi/file_system_file_util.cc#newcode228 webkit/fileapi/file_system_file_util.cc:228: FileSystemOperationContext local_dest_context( A comment about why you need ...
9 years, 7 months ago (2011-05-25 19:27:57 UTC) #4
ericu
I also removed that unnecessary extra unlimited quota change. http://codereview.chromium.org/7066033/diff/7002/webkit/fileapi/file_system_file_util.cc File webkit/fileapi/file_system_file_util.cc (right): http://codereview.chromium.org/7066033/diff/7002/webkit/fileapi/file_system_file_util.cc#newcode228 webkit/fileapi/file_system_file_util.cc:228: ...
9 years, 7 months ago (2011-05-25 19:56:20 UTC) #5
michaeln
thnx! http://codereview.chromium.org/7066033/diff/7005/webkit/fileapi/file_system_file_util.cc File webkit/fileapi/file_system_file_util.cc (right): http://codereview.chromium.org/7066033/diff/7005/webkit/fileapi/file_system_file_util.cc#newcode26 webkit/fileapi/file_system_file_util.cc:26: return false; nit: maybe could be more readable... ...
9 years, 7 months ago (2011-05-25 20:30:10 UTC) #6
commit-bot: I haz the power
Try job failure for 7066033-7005 on mac: http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac&number=28940
9 years, 7 months ago (2011-05-25 21:03:03 UTC) #7
ericu
http://codereview.chromium.org/7066033/diff/7005/webkit/fileapi/file_system_file_util.cc File webkit/fileapi/file_system_file_util.cc (right): http://codereview.chromium.org/7066033/diff/7005/webkit/fileapi/file_system_file_util.cc#newcode26 webkit/fileapi/file_system_file_util.cc:26: return false; On 2011/05/25 20:30:11, michaeln wrote: > nit: ...
9 years, 7 months ago (2011-05-25 21:51:58 UTC) #8
commit-bot: I haz the power
9 years, 7 months ago (2011-05-26 00:54:47 UTC) #9
Change committed as 86755

Powered by Google App Engine
This is Rietveld 408576698