[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 00:06:48 PDT 2010


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





--- Comment #17 from Kent Tamura <tkent at chromium.org>  2010-06-17 00:06:48 PST ---
(From update of attachment 58962)
Almost OK.

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)


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


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

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