| OLD | NEW |
| 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. |
| OLD | NEW |