From 3fb484784aa97b89c6f11fc9da035fdfcf58da13 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Wed, 20 Jan 2010 15:24:22 +0000 Subject: Remove the fallback Mozilla code for parsing FTP LIST response. The new parser seems to be compatible enough to do that. The Mozilla code was very helpful in the process of developing the new parser. Also add UI encouraging users to submit bug reports when we can't parse the listings, and an option to see the raw data sent by the server. This should allow us to fix remaining compatibility problems with very rare listing types or variations. When ?raw is found at the end of an FTP url and it is a directory listing, the parsing logic is bypassed and the data is displayed as-is with text/plain MIME type. TEST=none BUG=25520 Review URL: http://codereview.chromium.org/549053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36632 0039d316-1c4b-4281-b951-d872f2087c98 --- net/net.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'net/net.gyp') diff --git a/net/net.gyp b/net/net.gyp index 8d47d08..3812e11 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -452,8 +452,6 @@ 'socket_stream/socket_stream_metrics.h', 'socket_stream/socket_stream_throttle.cc', 'socket_stream/socket_stream_throttle.h', - 'third_party/parseftp/ParseFTPList.cpp', - 'third_party/parseftp/ParseFTPList.h', 'url_request/request_tracker.h', 'url_request/url_request.cc', 'url_request/url_request.h', -- cgit v1.1