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

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

Issue 2674002: Convert RTF on the pasteboard to HTML and all it to substitute if present and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | Annotate | Revision Log
« no previous file with comments | « third_party/mozilla/NSPasteboard+Utils.mm ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Cocoa extension code from Camino 1 Name: Cocoa extension code from Camino
2 URL: http://caminobrowser.org/ 2 URL: http://caminobrowser.org/
3 3
4 Description: 4 Description:
5 This directory contains the following files come from (Mozilla) Camino 5 This directory contains the following files come from (Mozilla) Camino
6 (src/camino/src/extensions): 6 (src/camino/src/extensions):
7 7
8 NSPasteboard+Utils.h/mm 8 NSPasteboard+Utils.h/mm
9 NSScreen+Utils.h/m 9 NSScreen+Utils.h/m
10 NSString+Utils.h/m 10 NSString+Utils.h/m
11 NSURL+Utils.h/m 11 NSURL+Utils.h/m
12 NSWorkspace+Utils.h/m 12 NSWorkspace+Utils.h/m
13 13
14 Local modifications: 14 Local modifications:
15 - NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow 15 - NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
16 compilation on future versions of Mac OS X. 16 compilation on future versions of Mac OS X.
17 - NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL 17 - NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL
18 for validation in -[NSString isValidURI]. 18 for validation in -[NSString isValidURI].
19 - NSPasteboard+Utils.mm was modified to add an argument to 19 - NSPasteboard+Utils.mm was modified to add an argument to
20 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in 20 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in
21 the drag should be converted to file URLs. 21 the drag should be converted to file URLs.
22 -[NSPasteboard htmlFromRtf] added to do rtf->html conversion.
OLDNEW
« no previous file with comments | « third_party/mozilla/NSPasteboard+Utils.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698