summaryrefslogtreecommitdiffstats
path: root/net/third_party/parseftp/README.chromium
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-10 18:03:39 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-10 18:03:39 +0000
commit8416157dd9a3e5bd61f605e1d420d8cf6a4ef9ca (patch)
tree90326da8fe65d9576a2e32cc39a8b224f313c2d4 /net/third_party/parseftp/README.chromium
parent7f113f39afed41b39d5c937039879c5d822c6b5e (diff)
downloadchromium_src-8416157dd9a3e5bd61f605e1d420d8cf6a4ef9ca.zip
chromium_src-8416157dd9a3e5bd61f605e1d420d8cf6a4ef9ca.tar.gz
chromium_src-8416157dd9a3e5bd61f605e1d420d8cf6a4ef9ca.tar.bz2
Get the latest ParseFTPList code from Mozilla, and apply only the absolutely
required changes. This way future merging would be much easier. TEST=none BUG=none Review URL: http://codereview.chromium.org/201034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/third_party/parseftp/README.chromium')
-rw-r--r--net/third_party/parseftp/README.chromium5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/third_party/parseftp/README.chromium b/net/third_party/parseftp/README.chromium
index 18feabf69..9ce7074 100644
--- a/net/third_party/parseftp/README.chromium
+++ b/net/third_party/parseftp/README.chromium
@@ -3,6 +3,7 @@ This directory contains Mozilla FTP LIST response parsing routines.
The original code location was mozilla/netwerk/streamconv/converters/ParseFTPList.{cpp,h}
List of changes made to original code:
- - style adjustment for Chromium
- wrapped the routines in net namespace
- - changed PRExplodedTime to base::Time::Exploded
+ - eliminated dependency on NSPR
+
+All the changes are in chromium.patch.