| OLD | NEW |
| 1 Name: Cocoa extension code from Camino | 1 Name: Cocoa extension code from Camino |
| 2 Short Name: camino | 2 Short Name: camino |
| 3 URL: http://caminobrowser.org/ | 3 URL: http://caminobrowser.org/ |
| 4 Version: unknown | 4 Version: unknown |
| 5 License: MPL 1.1/GPL 2.0/LGPL 2.1 |
| 5 | 6 |
| 6 Description: | 7 Description: |
| 7 This directory contains the following files come from (Mozilla) Camino | 8 This directory contains the following files come from (Mozilla) Camino |
| 8 (src/camino/src/extensions): | 9 (src/camino/src/extensions): |
| 9 | 10 |
| 10 NSPasteboard+Utils.h/mm | 11 NSPasteboard+Utils.h/mm |
| 11 NSScreen+Utils.h/m | 12 NSScreen+Utils.h/m |
| 12 NSString+Utils.h/m | 13 NSString+Utils.h/m |
| 13 NSURL+Utils.h/m | 14 NSURL+Utils.h/m |
| 14 NSWorkspace+Utils.h/m | 15 NSWorkspace+Utils.h/m |
| (...skipping 10 matching lines...) Expand all Loading... |
| 25 | 26 |
| 26 ----------------------------------------------------------------- | 27 ----------------------------------------------------------------- |
| 27 | 28 |
| 28 Also includes IME panel from Gecko, which is based on WebKit's implementation. | 29 Also includes IME panel from Gecko, which is based on WebKit's implementation. |
| 29 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original | 30 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original |
| 30 WebKit license. | 31 WebKit license. |
| 31 | 32 |
| 32 Local modifitations: | 33 Local modifitations: |
| 33 - Add #ifdef'd definifitions of a few symbols to support 10.5 SDK. | 34 - Add #ifdef'd definifitions of a few symbols to support 10.5 SDK. |
| 34 | 35 |
| OLD | NEW |