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

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

Issue 10825447: chrome/browser should build on the x86_64 architecture (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased on the updated trunk. Created 8 years, 4 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/NSWorkspace+Utils.m ('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 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 6
7 Description: 7 Description:
8 This directory contains the following files come from (Mozilla) Camino 8 This directory contains the following files come from (Mozilla) Camino
9 (src/camino/src/extensions): 9 (src/camino/src/extensions):
10 10
11 NSPasteboard+Utils.h/mm 11 NSPasteboard+Utils.h/mm
12 NSScreen+Utils.h/m 12 NSScreen+Utils.h/m
13 NSString+Utils.h/m 13 NSString+Utils.h/m
14 NSURL+Utils.h/m 14 NSURL+Utils.h/m
15 NSWorkspace+Utils.h/m 15 NSWorkspace+Utils.h/m
16 16
17 Local modifications: 17 Local modifications:
18 - NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow 18 - NSURL+Utils.m was modified to use non-deprecated Cocoa APIs to allow
19 compilation on future versions of Mac OS X. 19 compilation on future versions of Mac OS X.
20 - NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL 20 - NSString+Utils.m was renamed to NSString+Utils.mm and modified to use GURL
21 for validation in -[NSString isValidURI]. 21 for validation in -[NSString isValidURI].
22 - NSPasteboard+Utils.mm was modified to add an argument to 22 - NSPasteboard+Utils.mm was modified to add an argument to
23 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in 23 -[NSPasteboard getURLs:andTitles:] to determine whether or not filenames in
24 the drag should be converted to file URLs. 24 the drag should be converted to file URLs.
25 -[NSPasteboard htmlFromRtf] added to do rtf->html conversion. 25 -[NSPasteboard htmlFromRtf] added to do rtf->html conversion.
26 - NSWorkspace+Utils.m was modified to compile on the x86_64 architecture.
26 27
27 ----------------------------------------------------------------- 28 -----------------------------------------------------------------
28 29
29 Also includes IME panel from Gecko, which is based on WebKit's implementation. 30 Also includes IME panel from Gecko, which is based on WebKit's implementation.
30 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original 31 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original
31 WebKit license. 32 WebKit license.
32 33
33 Local modifitations: 34 Local modifitations:
34 - Add #ifdef'd definifitions of a few symbols to support 10.5 SDK. 35 - Add #ifdef'd definifitions of a few symbols to support 10.5 SDK.
35 36
OLDNEW
« no previous file with comments | « third_party/mozilla/NSWorkspace+Utils.m ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698