[Webkit-unassigned] [Bug 27794] [HTML5][Forms] Part 3 of datalist&list: Introduce new pseudo selector, new appearance, and new control part for the list attribute support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 13 21:11:35 PDT 2009


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





--- Comment #7 from TAMURA, Kent <tkent at chromium.org>  2009-09-13 21:11:34 PDT ---
(In reply to comment #6)
> Should we be getting these from AppKit somehow?
>  317     static const IntSize sizes[3] = { IntSize(21, 21), IntSize(19, 18),
> IntSize(17, 16) };

We use similar fixed-size arrays for other controls; radioSizes(),
checkboxSizes(), buttonSizes().  They were introduced by hyatt 4 years ago.
http://trac.webkit.org/changeset/10091

I don't know the reason why fixed values were used in them. performance?
simpler 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