[webkit-reviews] review requested: [Bug 62840] Optimize HTMLInputElement::updateCheckedRadioButtons : [Attachment 100439] newPatch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 22:42:11 PDT 2011


zeng huiqing <huiqing.zeng at intel.com> has asked  for review:
Bug 62840: Optimize HTMLInputElement::updateCheckedRadioButtons
https://bugs.webkit.org/show_bug.cgi?id=62840

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

------- Additional Comments from zeng huiqing <huiqing.zeng at intel.com>
Thank you for the comments:)
1)I have changed 'if(type()==(InputTypeNames::radio()))' to 'if
(isRadioButton())'.
2)Yes, 1.3x is a little disappointing, and I will contiune to try my best for
further improvement on updateCheckedRadioButtons().


More information about the webkit-reviews mailing list