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

Issue 6025: Add a FilePath object (Closed)

Created:
12 years, 2 months ago by Mark Mentovai
Modified:
5 years, 1 month ago
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+721 lines, -5 lines) Patch
M base/SConscript View 1 2 3 4 5 6 2 chunks +2 lines, -0 lines 0 comments Download
M base/base.xcodeproj/project.pbxproj View 1 2 3 4 5 6 8 chunks +15 lines, -5 lines 0 comments Download
M base/build/base.vcproj View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M base/build/base_unittests.vcproj View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A base/file_path.h View 1 2 3 4 5 6 7 1 chunk +169 lines, -0 lines 1 comment Download
A base/file_path.cc View 1 2 3 4 5 6 1 chunk +175 lines, -0 lines 0 comments Download
A base/file_path_unittest.cc View 1 2 3 4 5 6 1 chunk +348 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Mark Mentovai
I should probably just check this in instead of hoarding it, I can make further ...
12 years, 2 months ago (2008-10-01 14:24:35 UTC) #1
tony
Do we need special handling for UNC paths on Windows? Do we want to have ...
12 years, 2 months ago (2008-10-01 16:03:48 UTC) #2
brettw
http://codereview.chromium.org/6025/diff/1/6 File base/file_path.cc (right): http://codereview.chromium.org/6025/diff/1/6#newcode38 Line 38: if (last_separator == StringType::npos) // was in the ...
12 years, 2 months ago (2008-10-01 16:43:15 UTC) #3
jungshik at Google
http://codereview.chromium.org/6025/diff/1/6 File base/file_path.cc (right): http://codereview.chromium.org/6025/diff/1/6#newcode21 Line 21: const int FilePath::kMax = MAX_PATH; I guess you ...
12 years, 2 months ago (2008-10-01 19:11:44 UTC) #4
Erik does not do reviews
http://codereview.chromium.org/6025/diff/1/7 File base/file_path.h (right): http://codereview.chromium.org/6025/diff/1/7#newcode57 Line 57: // Returns a FilePath corresponding to the file ...
12 years, 2 months ago (2008-10-01 19:40:07 UTC) #5
cpu_(ooo_6.6-7.5)
Have we considered in windows just calling down to the shell path api (in Shlwapi.dll) ...
12 years, 2 months ago (2008-10-02 01:34:13 UTC) #6
rvargas (doing something else)
I wonder what's the actual use case for Normalize (and by extension HasDriveLetter and IsAbsolute). ...
12 years, 2 months ago (2008-10-02 06:18:18 UTC) #7
jungshik at Google
http://codereview.chromium.org/6025/diff/211/18 File base/file_path.cc (right): http://codereview.chromium.org/6025/diff/211/18#newcode21 Line 21: const int FilePath::kMax = 32768; Sorry I was ...
12 years, 2 months ago (2008-10-02 17:18:47 UTC) #8
darin (slow to review)
this looks really great to me. some comments on the header file... http://codereview.chromium.org/6025/diff/51/253 File base/file_path.h ...
12 years, 2 months ago (2008-10-02 18:14:19 UTC) #9
darin (slow to review)
12 years, 2 months ago (2008-10-03 16:51:50 UTC) #10
most excellent.  LGTM!

http://codereview.chromium.org/6025/diff/601/607
File base/file_path.h (right):

http://codereview.chromium.org/6025/diff/601/607#newcode42
Line 42: // objects.  The objects themselves are safe to share.
"share [between threads]" ?

Powered by Google App Engine
This is Rietveld 408576698