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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 10:01:06 PDT 2010


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


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

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




--- Comment #13 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-07-13 10:01:06 PST ---
(From update of attachment 61352)
WebCore/platform/chromium/PlatformThemeChromiumGtk.h:52
 +      enum ArrowDirection {
nit: usually ideal style-wise to put enum declarations at the top of the
public section with a new line separating it from the methods.

WebCore/platform/chromium/PlatformThemeChromiumGtk.h:68
 +  }
} // namespace WebCore

WebCore/platform/chromium/PlatformThemeChromiumGtk.cpp:220
 +  }
} // namespace WebCore

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