Move font-related CSS properties to the new StyleBuilder by teaching makeprop.pl how to generate them.
Created attachment 243828 [details] Patch
Created attachment 243830 [details] Patch
Comment on attachment 243830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243830&action=review > Source/WebCore/css/CSSPropertyNames.in:101 > -webkit-font-kerning [Inherited, LegacyStyleBuilder] > -webkit-font-smoothing [Inherited, LegacyStyleBuilder] > +-webkit-font-kerning [Inherited, FontProperty, TypeName=FontDescription::Kerning, NameForMethods=Kerning] > +-webkit-font-smoothing [Inherited, FontProperty, TypeName=FontSmoothingMode] Build failed because you left in the old lines along with the new ones.
Comment on attachment 243830 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=243830&action=review >> Source/WebCore/css/CSSPropertyNames.in:101 >> +-webkit-font-smoothing [Inherited, FontProperty, TypeName=FontSmoothingMode] > > Build failed because you left in the old lines along with the new ones. I had a conflict when rebasing and messed up the merge. I'll fix now.
Created attachment 243832 [details] Patch
Comment on attachment 243832 [details] Patch Clearing flags on attachment: 243832 Committed r177828: <http://trac.webkit.org/changeset/177828>
All reviewed patches have been landed. Closing bug.