RESOLVED FIXED 34567
[Chromium][Mac] Clean up special utf-8 tag in clipboard code
https://bugs.webkit.org/show_bug.cgi?id=34567
Summary [Chromium][Mac] Clean up special utf-8 tag in clipboard code
Kinuko Yasuda
Reported 2010-02-04 02:03:16 PST
On Mac we need to explicitly specify charset=utf-8 when exporting HTML for the clipboard or drag/drop. To work around this we prepend special meta tags to force utf-8 charset. see https://bugs.webkit.org/show_bug.cgi?id=27262 (Safari doesn't have this problem because it exports web pages as WebArchive format.) Because this can happen in other places (like omnibox) in chromium Mac, I put a change in chromium code rather than having the workaround in WebKit port: http://src.chromium.org/viewvc/chrome/trunk/src/app/clipboard/clipboard_mac.mm?r1=37955&r2=37954&pathrev=37955 So that we no longer need the workaround in WebKit separately. Let's clean up them.
Attachments
Patch (3.00 KB, patch)
2010-02-04 22:02 PST, Kinuko Yasuda
no flags
Kinuko Yasuda
Comment 1 2010-02-04 22:02:27 PST
WebKit Commit Bot
Comment 2 2010-02-08 18:48:50 PST
Comment on attachment 48199 [details] Patch Clearing flags on attachment: 48199 Committed r54523: <http://trac.webkit.org/changeset/54523>
WebKit Commit Bot
Comment 3 2010-02-08 18:48:55 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.