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

Issue 7717020: Adding Size() to AbstractFileEnumerator (Closed)

Created:
9 years, 4 months ago by tzik
Modified:
9 years, 3 months ago
CC:
chromium-reviews, kinuko+watch, darin-cc_chromium.org
Visibility:
Public.

Description

Adding Size() to AbstractFileEnumerator BUG=94060 TEST='ObfuscatedFileSystemFileUtil.*' Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98769

Patch Set 1 #

Total comments: 11

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -36 lines) Patch
M webkit/fileapi/file_system_file_util.h View 1 2 2 chunks +10 lines, -3 lines 0 comments Download
M webkit/fileapi/file_system_file_util.cc View 1 chunk +13 lines, -6 lines 0 comments Download
M webkit/fileapi/local_file_system_file_util.cc View 1 2 chunks +10 lines, -5 lines 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/fileapi/obfuscated_file_system_file_util.cc View 1 2 8 chunks +46 lines, -8 lines 0 comments Download
M webkit/fileapi/sandbox_mount_point_provider.cc View 1 2 chunks +1 line, -14 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
tzik
Hi, kinuko-san. I'm adding AbstractFileEnumerator::Size() and changing related code to use it. Could you review ...
9 years, 4 months ago (2011-08-24 09:33:24 UTC) #1
kinuko
This looks ok to me... eric can take a look at the change in Obfuscated ...
9 years, 4 months ago (2011-08-25 09:28:48 UTC) #2
ericu
The general approach looks fine; thanks for taking care of this. http://codereview.chromium.org/7717020/diff/1/webkit/fileapi/local_file_system_file_util.cc File webkit/fileapi/local_file_system_file_util.cc (right): ...
9 years, 4 months ago (2011-08-25 18:29:30 UTC) #3
tzik
Thank you for reviewing. http://codereview.chromium.org/7717020/diff/1/webkit/fileapi/local_file_system_file_util.cc File webkit/fileapi/local_file_system_file_util.cc (right): http://codereview.chromium.org/7717020/diff/1/webkit/fileapi/local_file_system_file_util.cc#newcode265 webkit/fileapi/local_file_system_file_util.cc:265: file_util::FileEnumerator::FindInfo file_util_info; On 2011/08/25 18:29:30, ...
9 years, 4 months ago (2011-08-26 02:41:53 UTC) #4
ericu
LGTM. http://codereview.chromium.org/7717020/diff/7001/webkit/fileapi/file_system_file_util.h File webkit/fileapi/file_system_file_util.h (right): http://codereview.chromium.org/7717020/diff/7001/webkit/fileapi/file_system_file_util.h#newcode244 webkit/fileapi/file_system_file_util.h:244: // instance. How about just "The supplied context ...
9 years, 4 months ago (2011-08-26 16:38:24 UTC) #5
tzik
http://codereview.chromium.org/7717020/diff/7001/webkit/fileapi/file_system_file_util.h File webkit/fileapi/file_system_file_util.h (right): http://codereview.chromium.org/7717020/diff/7001/webkit/fileapi/file_system_file_util.h#newcode244 webkit/fileapi/file_system_file_util.h:244: // instance. On 2011/08/26 16:38:24, ericu wrote: > How ...
9 years, 3 months ago (2011-08-29 02:33:32 UTC) #6
commit-bot: I haz the power
Try job failure for 7717020-10001 (retry) (retry) on linux for step "base_unittests". It's a second ...
9 years, 3 months ago (2011-08-29 14:27:28 UTC) #7
commit-bot: I haz the power
9 years, 3 months ago (2011-08-30 03:36:52 UTC) #8
Change committed as 98769

Powered by Google App Engine
This is Rietveld 408576698