[Webkit-unassigned] [Bug 85921] [chromium] Only increase size of Combo Box Options when displayed on touch screen

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 8 16:22:01 PDT 2012


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





--- Comment #8 from James Robinson <jamesr at chromium.org>  2012-05-08 16:21:05 PST ---
(From update of attachment 140806)
View in context: https://bugs.webkit.org/attachment.cgi?id=140806&action=review

> Source/WebCore/page/Settings.h:736
> +        bool m_deviceTouchScreen : 1;

it doesn't make any sense for this to be a bitfield here - it'll pack out to a full word anyway.  move it up a bit if you want to be in the bitfield above.

does it make sense for this to exist when ENABLE(TOUCH_EVENTS) is not set?

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