Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: third_party/mozilla/README.chromium

Issue 2014733003: Removing parsing of text from pasteboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compilation fix Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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):
11 11
12 NSPasteboard+Utils.h/mm 12 NSPasteboard+Utils.h/mm
13 NSScreen+Utils.h/m 13 NSScreen+Utils.h/m
14 NSString+Utils.h/m 14 NSString+Utils.h/m
15 NSURL+Utils.h/m 15 NSURL+Utils.h/m
16 NSWorkspace+Utils.h/m 16 NSWorkspace+Utils.h/m
17 17
18 Local modifications: 18 Local modifications:
19 - NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow 19 - NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
20 compilation on modern versions of Mac OS X. 20 compilation on modern versions of Mac OS X.
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:containsURLData] and [NSPasteboard getURLs:andTitles:] were
27 modified to accept an additional parameter convertingTextToURL:, which
28 indicates whether the string contents of the pasteboard should be
29 interpreted as a URL if possible.
26 - -[NSPasteboard htmlFromRtf] was added to do rtf->html conversion. 30 - -[NSPasteboard htmlFromRtf] was added to do rtf->html conversion.
27 - NSWorkspace+Utils.m was modified to compile on the x86_64 architecture. 31 - NSWorkspace+Utils.m was modified to compile on the x86_64 architecture.
28 - MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h. 32 - MOZILLA_EXPORT was added to some constants in NSPasteboard+Utils.h.
29 - +[NSWorkspace(CaminoDefaultBrowserAdditions) isLeopardOrHigher] hidden since 33 - +[NSWorkspace(CaminoDefaultBrowserAdditions) isLeopardOrHigher] hidden since
30 it relies on methods deprecated in 10.8 (and is unused in Chrome). 34 it relies on methods deprecated in 10.8 (and is unused in Chrome).
OLDNEW
« no previous file with comments | « third_party/mozilla/NSPasteboard+Utils.mm ('k') | ui/base/clipboard/clipboard_util_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698