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