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

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

Issue 6259013: Update Mac plugin IME handling to match updated spec (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to trunk Created 9 years, 11 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/ComplexTextInputPanel.mm ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | 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
(...skipping 10 matching lines...) Expand all
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. 22 -[NSPasteboard htmlFromRtf] added to do rtf->html conversion.
23 23
24 ----------------------------------------------------------------- 24 -----------------------------------------------------------------
25 25
26 Also includes IME panel from Gecko, which is based on WebKit's implementation. 26 Also includes IME panel from Gecko, which is based on WebKit's implementation.
27 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original 27 Although it comes from Mozilla (http://mxr.mozilla.org), it uses the original
28 WebKit license. 28 WebKit license.
29 29
30 Local modifitations: 30 Local modifitations:
31 - Added a cancelInput method.
32 - Add #ifdef'd definifitions of a few symbols to support 10.5 SDK. 31 - Add #ifdef'd definifitions of a few symbols to support 10.5 SDK.
33 32
OLDNEW
« no previous file with comments | « third_party/mozilla/ComplexTextInputPanel.mm ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698