blob: fc5779ccccc7e64b6af65a21cbac6d873b39f88c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Name: Cocoa extension code from Camino
URL: http://caminobrowser.org/
Description:
This directory contains the following files come from (Mozilla) Camino
(src/camino/src/extensions):
NSPasteboard+Utils.h/mm
NSScreen+Utils.h/m
NSString+Utils.h/m
NSURL+Utils.h/m
NSWorkspace+Utils.h/m
Local modifications:
- NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
compilation on future versions of Mac OS X.
- NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL
for validation in -[NSString isValidURI].
- NSPasteboard+Utils.mm was modified to add an argument to
-[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in
the drag should be converted to file URLs.
|