[Webkit-unassigned] [Bug 34567] New: [Chromium][Mac] Clean up special utf-8 tag in clipboard code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 4 02:03:17 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34567

           Summary: [Chromium][Mac] Clean up special utf-8 tag in
                    clipboard code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list