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

Issue 3013029: Fix a bug with parsing ftp directory listing lines. (Closed)

Created:
10 years, 5 months ago by michaeln
Modified:
9 years, 7 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Fix a bug with parsing ftp directory listing lines. BUG=49997 TEST=ftp_directory_listing_parser_windows_unittest.cc Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53747

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 1

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -3 lines) Patch
M base/time.h View 3 4 1 chunk +2 lines, -0 lines 1 comment Download
M base/time.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_windows.cc View 1 2 3 4 1 chunk +10 lines, -3 lines 0 comments Download
M net/ftp/ftp_directory_listing_parser_windows_unittest.cc View 4 2 chunks +11 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
michaeln
this is not ready yet http://codereview.chromium.org/3013029/diff/2001/3001 File net/ftp/ftp_directory_listing_parser_windows.cc (right): http://codereview.chromium.org/3013029/diff/2001/3001#newcode53 net/ftp/ftp_directory_listing_parser_windows.cc:53: time_exploded.hour += (time_exploded.hour < ...
10 years, 5 months ago (2010-07-23 01:09:16 UTC) #1
Paweł Hajdan Jr.
Please make sure I am included as a reviewer. Adding myself to the list.
10 years, 5 months ago (2010-07-23 01:16:00 UTC) #2
michaeln
Please take a look.
10 years, 5 months ago (2010-07-23 23:37:33 UTC) #3
Paweł Hajdan Jr.
+brettw for changes in base/ http://codereview.chromium.org/3013029/diff/10001/11004 File net/ftp/ftp_directory_listing_parser_windows_unittest.cc (right): http://codereview.chromium.org/3013029/diff/10001/11004#newcode76 net/ftp/ftp_directory_listing_parser_windows_unittest.cc:76: "11-02-09 05:32PM -1 NT", ...
10 years, 5 months ago (2010-07-24 00:22:34 UTC) #4
brettw
I think check_ranges shouldn't be inlined or use unix_hacker_style (since it's not really a getter ...
10 years, 5 months ago (2010-07-24 00:59:53 UTC) #5
michaeln
> http://codereview.chromium.org/3013029/diff/10001/11004#newcode76 > net/ftp/ftp_directory_listing_parser_windows_unittest.cc:76: "11-02-09 05:32PM > -1 NT", > It'd be nice to add ...
10 years, 5 months ago (2010-07-26 23:59:01 UTC) #6
Paweł Hajdan Jr.
LGTM
10 years, 5 months ago (2010-07-27 00:04:04 UTC) #7
brettw
http://codereview.chromium.org/3013029/diff/3002/18002 File base/time.h (right): http://codereview.chromium.org/3013029/diff/3002/18002#newcode217 base/time.h:217: bool HasValidValues() const; Can you add a comment saying ...
10 years, 5 months ago (2010-07-27 00:10:27 UTC) #8
michaeln
On 2010/07/27 00:10:27, brettw wrote: > http://codereview.chromium.org/3013029/diff/3002/18002 > File base/time.h (right): > > http://codereview.chromium.org/3013029/diff/3002/18002#newcode217 > ...
10 years, 5 months ago (2010-07-27 00:19:09 UTC) #9
michaeln
10 years, 5 months ago (2010-07-27 00:22:26 UTC) #10
On 2010/07/27 00:19:09, michaeln wrote:
> On 2010/07/27 00:10:27, brettw wrote:
> > http://codereview.chromium.org/3013029/diff/3002/18002
> > File base/time.h (right):
> > 
> > http://codereview.chromium.org/3013029/diff/3002/18002#newcode217
> > base/time.h:217: bool HasValidValues() const;
> > Can you add a comment saying what this does?
> 
> will do

    // A cursory test for whether the data members are within thier
    // respective ranges. A 'true' return value does not guarantee the
    // Exploded value can be successfully converted to a Time value.

Powered by Google App Engine
This is Rietveld 408576698