Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DEPS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
MozillaExport.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSPasteboard+Utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSPasteboard+Utils.mm 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSString+Utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSString+Utils.mm 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSURL+Utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSURL+Utils.m 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSWorkspace+Utils.h 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
NSWorkspace+Utils.m 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 1 year ago

README.chromium

Name: Cocoa extension code from Camino
Short Name: camino
URL: http://caminobrowser.org/
Version: unknown
CPEPrefix: unknown
License: MPL 1.1/GPL 2.0/LGPL 2.1
Security Critical: yes

Description:
This directory contains the following files come from (Mozilla) Camino
(src/camino/src/extensions):

NSPasteboard+Utils.h/mm
NSString+Utils.h/m
NSURL+Utils.h/m
NSWorkspace+Utils.h/m

Local modifications:
- All methods that are not used in Chromium have been removed.
- NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
compilation on modern 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.
- -[NSPasteboard getURLs:andTitles:convertingFilenames:convertingTextToURL:]
was modified to keep going if WebURLsWithTitlesPboardType exists but doesn't
contain any URLs, which can happen with drags from WebView.
- -[NSPasteboard:containsURLData] and [NSPasteboard getURLs:andTitles:] were
modified to accept an additional parameter convertingTextToURL:, which
indicates whether the string contents of the pasteboard should be
interpreted as a URL if possible.
- -[NSPasteboard getURLs:andTitles:convertingFilenames:convertingTextToURL:]
was modified to retain the -types array.
- NSWorkspace+Utils.m was modified to compile on the x86_64 architecture.
- MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h.