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 License: MPL 1.1/GPL 2.0/LGPL 2.1 |
6 Security Critical: yes | 6 Security Critical: yes |
7 | 7 |
8 Description: | 8 Description: |
9 This directory contains the following files come from (Mozilla) Camino | 9 This directory contains the following files come from (Mozilla) Camino |
10 (src/camino/src/extensions): | 10 (src/camino/src/extensions): |
(...skipping 10 matching lines...) Expand all Loading... |
21 - NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL | 21 - NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL |
22 for validation in -[NSString isValidURI]. | 22 for validation in -[NSString isValidURI]. |
23 - NSPasteboard+Utils.mm was modified to add an argument to | 23 - NSPasteboard+Utils.mm was modified to add an argument to |
24 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in | 24 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in |
25 the drag should be converted to file URLs. | 25 the drag should be converted to file URLs. |
26 - -[NSPasteboard htmlFromRtf] was added to do rtf->html conversion. | 26 - -[NSPasteboard htmlFromRtf] was added to do rtf->html conversion. |
27 - NSWorkspace+Utils.m was modified to compile on the x86_64 architecture. | 27 - NSWorkspace+Utils.m was modified to compile on the x86_64 architecture. |
28 - MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h. | 28 - MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h. |
29 - +[NSWorkspace(CaminoDefaultBrowserAdditions) isLeopardOrHigher] hidden since | 29 - +[NSWorkspace(CaminoDefaultBrowserAdditions) isLeopardOrHigher] hidden since |
30 it relies on methods deprecated in 10.8 (and is unused in Chrome). | 30 it relies on methods deprecated in 10.8 (and is unused in Chrome). |
31 | |
32 ----------------------------------------------------------------- | |
33 | |
34 Also includes IME panel from Gecko, which is based on WebKit's implementation. | |
35 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original | |
36 WebKit license. | |
37 | |
38 Local modifications: | |
39 - #ifdef'd definitions of a few symbols were added to support the 10.5 SDK. | |
40 - MOZILLA_EXPORT was added to the IME panel class in ComplexTextInputPanel.h. | |
OLD | NEW |