[Webkit-unassigned] [Bug 75467] [GTK] Fix scrollbars size with GTK+ 3.x

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 3 03:08:23 PST 2012


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


Carlos Garcia Campos <cgarcia at igalia.com> changed:

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




--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-01-03 03:08:23 PST ---
Created an attachment (id=120925)
 --> (https://bugs.webkit.org/attachment.cgi?id=120925&action=review)
Patch

I don't like the ifs, but we can't use a switch because GTK_TYPE macros expand to _get_type() functions and can't be used in switchs, and a static table mapping style classes to widget stypes would call _get_type() for every widget type.

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