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

Issue 465035: Split FTP LIST parsing code into individual files for each listing style. (Closed)

Created:
11 years ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
Reviewers:
eroman, wtc
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Split FTP LIST parsing code into individual files for each listing style. This turns out to be much better code organisation strategy. We're going to have even more parsers. TEST=Covered by net_unittests. BUG=25520 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33807

Patch Set 1 #

Patch Set 2 : fixes #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1176 lines, -1015 lines) Patch
M net/ftp/ftp_directory_listing_buffer.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M net/ftp/ftp_directory_listing_buffer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A net/ftp/ftp_directory_listing_parser.h View 1 chunk +53 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser.cc View 1 chunk +12 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_ls.h View 1 chunk +36 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_ls.cc View 1 chunk +191 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_ls_unittest.cc View 1 chunk +69 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_unittest.h View 1 chunk +59 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_vms.h View 1 1 chunk +62 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_vms.cc View 1 chunk +295 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_vms_unittest.cc View 1 chunk +118 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_windows.h View 1 chunk +33 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_windows.cc View 1 chunk +109 lines, -0 lines 0 comments Download
A net/ftp/ftp_directory_listing_parser_windows_unittest.cc View 1 chunk +74 lines, -0 lines 0 comments Download
D net/ftp/ftp_directory_listing_parsers.h View 1 chunk +0 lines, -138 lines 0 comments Download
D net/ftp/ftp_directory_listing_parsers.cc View 1 chunk +0 lines, -601 lines 0 comments Download
D net/ftp/ftp_directory_listing_parsers_unittest.cc View 1 chunk +0 lines, -267 lines 0 comments Download
M net/ftp/ftp_util.h View 2 chunks +6 lines, -0 lines 0 comments Download
M net/ftp/ftp_util.cc View 1 chunk +40 lines, -0 lines 0 comments Download
M net/net.gyp View 2 chunks +11 lines, -3 lines 0 comments Download
M webkit/glue/ftp_directory_listing_response_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (0 generated)
Paweł Hajdan Jr.
This patch just moves code around and doesn't change behavior. I chose to change the ...
11 years ago (2009-12-03 18:40:33 UTC) #1
wtc
A quick comment first: our naming convention is to use _win.cc instead of _windows.cc for ...
11 years ago (2009-12-03 19:10:28 UTC) #2
Paweł Hajdan Jr.
On 2009/12/03 19:10:28, wtc wrote: > A quick comment first: our naming convention is to ...
11 years ago (2009-12-03 19:38:29 UTC) #3
wtc
Ah, I see :-)
11 years ago (2009-12-03 21:37:42 UTC) #4
Paweł Hajdan Jr.
On 2009/12/03 21:37:42, wtc wrote: > Ah, I see :-) Good. Could you also review ...
11 years ago (2009-12-04 07:47:54 UTC) #5
eroman
please, please, use "svn cp" to create these new files, so they preserve the history ...
11 years ago (2009-12-04 08:59:00 UTC) #6
Paweł Hajdan Jr.
On Fri, Dec 4, 2009 at 09:59, <eroman@chromium.org> wrote: > please, please, use "svn cp" ...
11 years ago (2009-12-04 09:20:46 UTC) #7
eroman
I don't know enough about git to advise on a workaround; Evan or someone on ...
11 years ago (2009-12-04 09:39:35 UTC) #8
wtc
11 years ago (2009-12-08 01:46:41 UTC) #9
Pawel,

Perhaps you can keep an svn tree around for the changelists
that need svn cp.  You can still use git and go through the
code reviews as usual.  But before you commit, regenerate
a CL using "svn cp".

Powered by Google App Engine
This is Rietveld 408576698