[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
Sun Sep 16 18:02:45 PDT 2012


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





--- Comment #7 from Brian White <bcwhite at chromium.org>  2012-09-16 18:03:14 PST ---
I don't think locale is relevant in this case since the strings being compared are things like "content-language" (from the "meta" tag in the HTML header).

As for whether Chromium should be using WebString or not for this case, I cannot say.  I just know that it _is_ and it is currently calling "equals" on these strings when it neeeds to call "equalsIgnoringCase".

Is there a reason why WebString should _not_ expose the "equalsIgnoringCase()" method of the implementing class when it already exposes "equals()"?

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