[Webkit-unassigned] [Bug 34030] ClipboardMac::setData() should be case-insensitive for the format parameter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 23 11:18:19 PST 2010


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





--- Comment #6 from dcheng at google.com  2010-01-23 11:18:19 PST ---
(In reply to comment #5)
> (From update of attachment 47261 [details])
> The right way to be case insensitive is to use equalIgnoringCase, not to call
> lower.

I would do that, but there's more than just string comparisons. For example:
>     if (qType == "text/plain" || qType.startsWith("text/plain;"))

I've also asked WHAT for clarification. I think there's a case to be made for
ignoring case in format strings, but I'm going to hold the patch until there's
a clear answer here.

-- 
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