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

Issue 28298: Directory listing code for new Portable FTP(Patch SET-2) (Closed)

Created:
11 years, 9 months ago by ibrar
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

(Replaced by http://codereview.chromium.org/42261, in preparation for checkin.) BUG=4965 R=darin,wtc,dank,eroman Description: Directory listing code for new Portable FTP, I forked this code from mozilla mozilla/netwerk/streamconv/converters/ParseFTPList.cpp and make it compatible with chrome.

Patch Set 1 #

Total comments: 13

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 10

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 16

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1559 lines, -0 lines) Patch
M net/build/net.vcproj View 8 2 chunks +10 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_parser.h View 5 6 7 8 1 chunk +133 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_parser.cc View 5 6 7 8 9 1 chunk +1412 lines, -0 lines 0 comments Download
M net/net.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
M net/net_lib.scons View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
ibrar
11 years, 9 months ago (2009-02-28 20:22:05 UTC) #1
darin (slow to review)
sorry, incomplete code review. i still need to look at the .cc file. http://codereview.chromium.org/28298/diff/1/2 File ...
11 years, 9 months ago (2009-03-03 01:16:06 UTC) #2
ibrar
http://codereview.chromium.org/28298/diff/1/2 File net/url_request/directory_parser.h (right): http://codereview.chromium.org/28298/diff/1/2#newcode1 Line 1: // Copyright (c) 2006-2008 The Chromium Authors. All ...
11 years, 9 months ago (2009-03-03 18:16:35 UTC) #3
ibrar
Some FIXME fixed
11 years, 9 months ago (2009-03-04 12:40:50 UTC) #4
darin (slow to review)
it would be good to also write some unit tests. http://codereview.chromium.org/28298/diff/2006/1006 File net/url_request/directory_parser.cc (right): http://codereview.chromium.org/28298/diff/2006/1006#newcode48 ...
11 years, 9 months ago (2009-03-06 16:57:46 UTC) #5
ibrar
Thanks Darin for comments. Previously I was trying not to change to much code. Now ...
11 years, 9 months ago (2009-03-10 17:31:34 UTC) #6
wtc
Note: if you only made trivial changes to the original files from Mozilla, please ignore ...
11 years, 9 months ago (2009-03-13 02:59:28 UTC) #7
ibrar
http://codereview.chromium.org/28298/diff/4004/4006 File net/ftp/ftp_directory_parser.cc (right): http://codereview.chromium.org/28298/diff/4004/4006#newcode40 Line 40: // mozilla/netwerk/streamconv/converters/ParseFTPList.cpp On 2009/03/13 02:59:28, wtc wrote: > ...
11 years, 9 months ago (2009-03-13 17:49:38 UTC) #8
wtc
Ibrar, Do you want me to add these two files, without corresponding changes to the ...
11 years, 9 months ago (2009-03-16 22:47:12 UTC) #9
ibrar
11 years, 9 months ago (2009-03-17 18:58:21 UTC) #10
I have added entries in "net.vcproj", "net.gyp", "net_lib.scons"

Powered by Google App Engine
This is Rietveld 408576698