| OLD | NEW |
| 1 Name: Cocoa extension code from Camino | 1 Name: Cocoa extension code from Camino |
| 2 URL: http://caminobrowser.org/ | 2 URL: http://caminobrowser.org/ |
| 3 | 3 |
| 4 Description: | 4 Description: |
| 5 This directory contains the following files come from (Mozilla) Camino | 5 This directory contains the following files come from (Mozilla) Camino |
| 6 (src/camino/src/extensions): | 6 (src/camino/src/extensions): |
| 7 | 7 |
| 8 NSPasteboard+Utils.h/mm | 8 NSPasteboard+Utils.h/mm |
| 9 NSScreen+Utils.h/m | 9 NSScreen+Utils.h/m |
| 10 NSString+Utils.h/m | 10 NSString+Utils.h/m |
| 11 NSURL+Utils.h/m | 11 NSURL+Utils.h/m |
| 12 NSWorkspace+Utils.h/m | 12 NSWorkspace+Utils.h/m |
| 13 | 13 |
| 14 Local modifications: | 14 Local modifications: |
| 15 NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow | 15 NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow |
| 16 compilation on future versions of Mac OS X. | 16 compilation on future versions of Mac OS X. |
| 17 NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL |
| 18 for validation in -[NSString isValidURI]. |
| OLD | NEW |