[Webkit-unassigned] [Bug 34030] ClipboardMac::setData() should be case-insensitive for the format parameter
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 4 13:14:56 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=34030
--- Comment #9 from Darin Adler <darin at apple.com> 2010-02-04 13:14:55 PST ---
(From update of attachment 48090)
Change seems OK.
The preferred way to compare and ignore case differences is to use the
equalIgnoringCase function and the CaseFoldingHash hash function. I'd prefer to
see it working that way.
The use of "q" in "qType" is an ancient relic from when WebCore/platform didn’t
exist and the code was using QString. So it’s strange to introduce it in new
code.
--
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