diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 16:29:53 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 16:29:53 +0000 |
commit | cca048bf67b8a044dc69c54f9fd691ef9143b865 (patch) | |
tree | 8f0ab3fade412b43b73fc98bcd1bf5a160c13ae9 /chrome | |
parent | 8b30662b7ca998a481c9dae66d8b6b05db47b38a (diff) | |
download | chromium_src-cca048bf67b8a044dc69c54f9fd691ef9143b865.zip chromium_src-cca048bf67b8a044dc69c54f9fd691ef9143b865.tar.gz chromium_src-cca048bf67b8a044dc69c54f9fd691ef9143b865.tar.bz2 |
Various cleanups FTP-related.
- use better name for FTP LIST parsing code in about:credits
- don't open a second data socket
- add a comment explaining why we close the data socket at one point
TEST=Covered by net_unittests.
BUG=none
Review URL: http://codereview.chromium.org/207014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/about_credits.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html index 346edc9..cbdc9ca 100644 --- a/chrome/browser/resources/about_credits.html +++ b/chrome/browser/resources/about_credits.html @@ -1323,13 +1323,13 @@ along with FFmpeg; if not, write to:</p> </div> </div> -<!-- parseftp --> +<!-- ParseFTPList --> <div class="product"> -<span class="title">parseftp</span> +<span class="title">ParseFTPList</span> <a class="show" href="#" onclick="return toggle(this);">show license</a> -<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/netwerk/streamconv/converters/ParseFTPList.h">homepage</a></span> +<span class="homepage"><a href="http://mxr.mozilla.org/mozilla-central/source/netwerk/streamconv/converters/ParseFTPList.cpp">homepage</a></span> <div class="licence"> -<h3>parseftp is licensed as follows:</h3> +<h3>ParseFTPList is licensed as follows:</h3> <p>The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at |