summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 15:24:22 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 15:24:22 +0000
commit3fb484784aa97b89c6f11fc9da035fdfcf58da13 (patch)
treef8396e62239fa0970dd8e73b71672f5a8f19d03f /net/net.gyp
parent2236bd1f2177a38f67c835a9a2ec6f6f3d26aeb3 (diff)
downloadchromium_src-3fb484784aa97b89c6f11fc9da035fdfcf58da13.zip
chromium_src-3fb484784aa97b89c6f11fc9da035fdfcf58da13.tar.gz
chromium_src-3fb484784aa97b89c6f11fc9da035fdfcf58da13.tar.bz2
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
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp2
1 files changed, 0 insertions, 2 deletions
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',