[Webkit-unassigned] [Bug 96799] WebString for Chromium has no way to do case-insensitive comparisons

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 14:02:27 PDT 2012


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





--- Comment #4 from Brian White <bcwhite at chromium.org>  2012-09-14 14:02:54 PST ---
It's in support of this:
http://codereview.chromium.org/10916316/

Which itself is in response to this:
http://code.google.com/p/chromium/issues/detail?id=145689

The basic problem is that the comparison of "meta" strings needs to be case-insensitive.  They're held as WebString objects and, while it's possible to convert them, it seems better to just allow access to the case-insensitive comparison already available for the internal representations.

-- Brian

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