[Webkit-unassigned] [Bug 62840] Optimize HTMLInputElement::updateCheckedRadioButtons

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


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


zeng huiqing <huiqing.zeng at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #100433|0                           |1
        is obsolete|                            |
 Attachment #100434|0                           |1
        is obsolete|                            |
 Attachment #100433|commit-queue?               |
               Flag|                            |
 Attachment #100439|                            |review?
               Flag|                            |




--- Comment #13 from zeng huiqing <huiqing.zeng at intel.com>  2011-07-11 22:42:11 PST ---
Created an attachment (id=100439)
 --> (https://bugs.webkit.org/attachment.cgi?id=100439&action=review)
newPatch

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().

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