Home | History | Annotate | only in /external/chromium_org/third_party/mozilla
Up to higher level directory
NameDateSize
BUILD.gn05-Aug-2015753
ComplexTextInputPanel.h05-Aug-20151.9K
ComplexTextInputPanel.mm05-Aug-20154.6K
LICENSE05-Aug-20151.7K
mozilla.gyp05-Aug-20151.1K
MozillaExport.h05-Aug-2015539
NSPasteboard+Utils.h05-Aug-20152.7K
NSPasteboard+Utils.mm05-Aug-201513K
NSScreen+Utils.h05-Aug-20151.9K
NSScreen+Utils.m05-Aug-20152.1K
NSString+Utils.h05-Aug-20153.8K
NSString+Utils.mm05-Aug-201512.8K
NSURL+Utils.h05-Aug-20152.1K
NSURL+Utils.m05-Aug-20155.2K
NSWorkspace+Utils.h05-Aug-20152.5K
NSWorkspace+Utils.m05-Aug-20155.8K
OWNERS05-Aug-201535
README.chromium05-Aug-20151.4K

README.chromium

      1 Name: Cocoa extension code from Camino
      2 Short Name: camino
      3 URL: http://caminobrowser.org/
      4 Version: unknown
      5 License: MPL 1.1/GPL 2.0/LGPL 2.1
      6 
      7 Description:
      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 
     17 Local 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 
     31 Also includes IME panel from Gecko, which is based on WebKit's implementation.
     32 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original
     33 WebKit license.
     34 
     35 Local 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