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

Issue 13315: Move file enumeration to filepaths. (Closed)

Created:
12 years ago by Avi (use Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Move file enumeration to filepaths. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6784

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -100 lines) Patch
M base/file_path.h View 1 2 3 4 chunks +11 lines, -2 lines 0 comments Download
M base/file_path.cc View 1 2 3 5 chunks +12 lines, -5 lines 0 comments Download
M base/file_util.h View 1 2 3 3 chunks +9 lines, -7 lines 0 comments Download
M base/file_util_posix.cc View 1 2 3 4 chunks +12 lines, -12 lines 0 comments Download
M base/file_util_unittest.cc View 1 2 3 8 chunks +17 lines, -16 lines 0 comments Download
M base/file_util_win.cc View 1 2 3 5 chunks +17 lines, -18 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 2 3 3 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/greasemonkey_master.cc View 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/history/text_database_manager.cc View 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/importer/firefox2_importer.cc View 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/importer/ie_importer.cc View 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/printing/printing_layout_uitest.cc View 2 3 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_unittest.cc View 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/user_data_manager.cc View 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M net/base/directory_lister.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/disk_cache/cache_util_posix.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M net/tools/dump_cache/dump_files.cc View 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M webkit/tools/test_shell/image_decoder_unittest.cc View 2 3 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Avi (use Gerrit)
12 years ago (2008-12-09 23:30:25 UTC) #1
Avi (use Gerrit)
Looks like I missed a few places; put this on hold.
12 years ago (2008-12-09 23:31:50 UTC) #2
Evan Stade
kudos!
12 years ago (2008-12-10 01:25:47 UTC) #3
Evan Stade
just some nits, for when you get around to taking this up again http://codereview.chromium.org/13315/diff/1/8 File ...
12 years ago (2008-12-10 01:26:37 UTC) #4
brettw
LGTM with one change (in addition to the other changes suggested by estade). http://codereview.chromium.org/13315/diff/1/8 File ...
12 years ago (2008-12-10 02:46:10 UTC) #5
Avi (use Gerrit)
http://codereview.chromium.org/13315/diff/1/8 File base/file_path.h (right): http://codereview.chromium.org/13315/diff/1/8#newcode72 Line 72: #ifndef NDEBUG On 2008/12/10 02:46:10, brettw wrote: > ...
12 years ago (2008-12-10 17:13:19 UTC) #6
Mark Mentovai
I only looked carefully at the file_path changes for now. Everything else just looks like ...
12 years ago (2008-12-10 17:27:06 UTC) #7
Avi (use Gerrit)
On 2008/12/10 17:27:06, Mark Mentovai wrote: > Rather than doing this, maybe we should just ...
12 years ago (2008-12-10 18:50:40 UTC) #8
darin (slow to review)
http://codereview.chromium.org/13315/diff/207/214 File base/file_path.h (right): http://codereview.chromium.org/13315/diff/207/214#newcode181 Line 181: FilePath StripTrailingSeparators() const; hmm... in some cases, it ...
12 years ago (2008-12-10 18:55:44 UTC) #9
Erik does not do reviews
LGTM - just style nits http://codereview.chromium.org/13315/diff/207/215 File base/file_util_unittest.cc (right): http://codereview.chromium.org/13315/diff/207/215#newcode926 Line 926: // (we don't ...
12 years ago (2008-12-10 18:59:41 UTC) #10
Evan Stade
> However, it feels like FilePath is of conflicted mind > about that; after all, ...
12 years ago (2008-12-10 19:20:54 UTC) #11
Avi (use Gerrit)
12 years ago (2008-12-10 22:02:41 UTC) #12
OK, so basically everything is addressed. For now I'm leaving FilePath alone,
and if someone in the future needs to make a call to drop a separator at the end
they can do so.

Powered by Google App Engine
This is Rietveld 408576698