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

Side by Side Diff: net/third_party/parseftp/README.chromium

Issue 201034: Get the latest ParseFTPList code from Mozilla, and apply only the absolutely (Closed)
Patch Set: kill NSPR comment Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This directory contains Mozilla FTP LIST response parsing routines. 1 This directory contains Mozilla FTP LIST response parsing routines.
2 2
3 The original code location was mozilla/netwerk/streamconv/converters/ParseFTPLis t.{cpp,h} 3 The original code location was mozilla/netwerk/streamconv/converters/ParseFTPLis t.{cpp,h}
4 4
5 List of changes made to original code: 5 List of changes made to original code:
6 - style adjustment for Chromium
7 - wrapped the routines in net namespace 6 - wrapped the routines in net namespace
8 - changed PRExplodedTime to base::Time::Exploded 7 - eliminated dependency on NSPR
8
9 All the changes are in chromium.patch.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698