[Webkit-unassigned] [Bug 59246] Let the RenderTheme decide if an input type should have a spinner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 15:31:10 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90777|review?                     |review+
               Flag|                            |




--- Comment #3 from Kent Tamura <tkent at chromium.org>  2011-04-22 15:31:10 PST ---
(From update of attachment 90777)
View in context: https://bugs.webkit.org/attachment.cgi?id=90777&action=review

> Source/WebCore/rendering/RenderTheme.h:206
> +    // Return true if the input element should have a spin button.
> +    virtual bool shouldHaveSpinButtonForInputElement(InputElement*) const;

nit: The comment might be unnecessary.
nit: "ForInputElement" in the function name is redundant.  We may remove it.

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