RESOLVED FIXED 130915
Radio buttons and checkboxes should share code
https://bugs.webkit.org/show_bug.cgi?id=130915
Summary Radio buttons and checkboxes should share code
Beth Dakin
Reported 2014-03-28 16:14:31 PDT
Radio buttons and checkboxes should share code, and this will easily allow radio buttons to pick up the work for incremental redraw that was added with https://bugs.webkit.org/show_bug.cgi?id=130736 <rdar://problem/16175198>
Attachments
Patch (13.60 KB, patch)
2014-03-28 16:21 PDT, Beth Dakin
sam: review+
Beth Dakin
Comment 1 2014-03-28 16:21:59 PDT
Anders Carlsson
Comment 2 2014-03-29 07:44:39 PDT
Comment on attachment 228089 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228089&action=review > Source/WebCore/platform/mac/ThemeMac.mm:298 > +static const IntSize* radioSizes() I think you should make this return a const std::array<IntSize, 3>&
Beth Dakin
Comment 3 2014-03-31 11:11:50 PDT
Thanks, Sam! I will address Anders' suggestion in a follow-up patch. http://trac.webkit.org/changeset/166514
Note You need to log in before you can comment on or make changes to this bug.