[Webkit-unassigned] [Bug 40280] <meter> should allow styling for each gauge-level and component

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 18:09:05 PDT 2010


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





--- Comment #19 from MORITA Hajime <morrita at google.com>  2010-06-17 18:09:05 PST ---
Hi, thank you for reviewing!
I updated the patch:
> WebCore/rendering/RenderTheme.h:198
>  +      virtual bool supportsHorizontalMeter(ControlPart) const { return false; }
> Other platforms might support themes for vertical meters.
> So supportsHorizontalMeter(ControlPart) should be supportsMeter(ControlPart, bool isHorizontal)
Done.

> WebCore/rendering/ShadowElement.cpp:96
>  +      //
> No need this empty comment line
Done.

> WebCore/rendering/ShadowElement.cpp:101
>  +      //
> ditto.
Done.

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