[Webkit-unassigned] [Bug 41925] [Chromium] Linux implementation of <input type=number> UI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 22:43:22 PDT 2010


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #61204|review?                     |review-
               Flag|                            |




--- Comment #8 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-07-12 22:43:22 PST ---
(From update of attachment 61204)
WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp:90
 +      paint.setColor(RenderThemeChromiumLinux::saturateAndBrighten(trackHSV, 0, 0));
code in platform/ should not depend on code in rendering/.
that's a layering violation.  it seems like you should
refactor this so that there is another file in platform/chromium/
that defines the shared theme code.

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