RESOLVED FIXED Bug 140315
Get rid of legacy StyleBuilder switch in StyleResolver.cpp
https://bugs.webkit.org/show_bug.cgi?id=140315
Summary Get rid of legacy StyleBuilder switch in StyleResolver.cpp
Chris Dumez
Reported 2015-01-09 14:39:06 PST
Get rid of legacy StyleBuilder switch in StyleResolver.cpp. Most properties have been ported to the generated StyleBuilder already. The ones that remain are shorthand properties and other properties that do no require any StyleBuilder handling. We should be able to get rid of this switch by introducing a [SkipBuilder] parameter in CSSPropertyNames.in.
Attachments
Patch (44.80 KB, patch)
2015-01-09 15:21 PST, Chris Dumez
no flags
Patch (44.81 KB, patch)
2015-01-09 15:58 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2015-01-09 15:21:10 PST
Chris Dumez
Comment 2 2015-01-09 15:58:27 PST
Sam Weinig
Comment 3 2015-01-09 17:08:08 PST
Comment on attachment 244382 [details] Patch Nice! r=me.
WebKit Commit Bot
Comment 4 2015-01-09 17:48:45 PST
Comment on attachment 244382 [details] Patch Clearing flags on attachment: 244382 Committed r178228: <http://trac.webkit.org/changeset/178228>
WebKit Commit Bot
Comment 5 2015-01-09 17:48:50 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.