[webkit-reviews] review denied: [Bug 74800] Cache lowercased responseMIMEType and responseIsXML in XHR : [Attachment 119749] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 18 19:22:25 PST 2011


Darin Adler <darin at apple.com> has denied Jarred Nicholls <jarred at webkit.org>'s
request for review:
Bug 74800: Cache lowercased responseMIMEType and responseIsXML in XHR
https://bugs.webkit.org/show_bug.cgi?id=74800

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

------- Additional Comments from Darin Adler <darin at apple.com>
The code we have today works fine. It uses the response we are already holding.
Computing and storing additional state to speed things up later only seems
worth doing if the speed difference is measurable.


More information about the webkit-reviews mailing list