• Home
Name Date Size #Lines LOC

..--

BUILD.gnD03-May-2024753 3530

ComplexTextInputPanel.hD03-May-20241.9 KiB5317

ComplexTextInputPanel.mmD03-May-20244.6 KiB148117

LICENSED03-May-20241.7 KiB3635

MozillaExport.hD03-May-2024539 2312

NSPasteboard+Utils.hD03-May-20242.7 KiB7019

NSPasteboard+Utils.mmD03-May-202413 KiB307269

NSScreen+Utils.hD03-May-20241.9 KiB464

NSScreen+Utils.mD03-May-20242.1 KiB6051

NSString+Utils.hD03-May-20243.8 KiB10235

NSString+Utils.mmD03-May-202412.8 KiB364306

NSURL+Utils.hD03-May-20242.1 KiB526

NSURL+Utils.mD03-May-20245.2 KiB149127

NSWorkspace+Utils.hD03-May-20242.5 KiB6516

NSWorkspace+Utils.mD03-May-20245.8 KiB188164

OWNERSD03-May-202435 32

README.chromiumD03-May-20241.4 KiB3831

mozilla.gypD03-May-20241.1 KiB4745

README.chromium

1Name: Cocoa extension code from Camino
2Short Name: camino
3URL: http://caminobrowser.org/
4Version: unknown
5License: MPL 1.1/GPL 2.0/LGPL 2.1
6
7Description:
8  This directory contains the following files come from (Mozilla) Camino
9  (src/camino/src/extensions):
10
11    NSPasteboard+Utils.h/mm
12    NSScreen+Utils.h/m
13    NSString+Utils.h/m
14    NSURL+Utils.h/m
15    NSWorkspace+Utils.h/m
16
17Local modifications:
18- NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
19  compilation on modern versions of Mac OS X.
20- NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL
21  for validation in -[NSString isValidURI].
22- NSPasteboard+Utils.mm was modified to add an argument to
23  -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in
24  the drag should be converted to file URLs.
25- -[NSPasteboard htmlFromRtf] was added to do rtf->html conversion.
26- NSWorkspace+Utils.m was modified to compile on the x86_64 architecture.
27- MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h.
28
29-----------------------------------------------------------------
30
31Also includes IME panel from Gecko, which is based on WebKit's implementation.
32Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original
33WebKit license.
34
35Local modifications:
36- #ifdef'd definitions of a few symbols were added to support the 10.5 SDK.
37- MOZILLA_EXPORT was added to the IME panel class in ComplexTextInputPanel.h.
38