[webkit-reviews] review denied: [Bug 34030] ClipboardMac::setData() should be case-insensitive for the format parameter : [Attachment 47261] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 23 10:29:48 PST 2010


Darin Adler <darin at apple.com> has denied dcheng at google.com's request for
review:
Bug 34030: ClipboardMac::setData() should be case-insensitive for the format
parameter
https://bugs.webkit.org/show_bug.cgi?id=34030

Attachment 47261: Patch
https://bugs.webkit.org/attachment.cgi?id=47261&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
The right way to be case insensitive is to use equalIgnoringCase, not to call
lower.


More information about the webkit-reviews mailing list