Properties in CSSPropertyNames.in should use the new StyleBuilder by default instead of having to specify [NewStyleBuilder] as option.
Created attachment 242085 [details] Patch
Comment on attachment 242085 [details] Patch rs=me, though I think the option should be called DeprecatedStyleBuilder
The reason I did not use "DeprecatedStyleBuilder" is because some of them are in DeprecatedStyleBuilder, some of them are in StyleResolver. If I used "DeprecatedStyleBuilder", one might assume all those properties are implemented in DeprecatedStyleBuilder.cpp In any case, this option is temporary.
Comment on attachment 242085 [details] Patch Clearing flags on attachment: 242085 Committed r176491: <http://trac.webkit.org/changeset/176491>
All reviewed patches have been landed. Closing bug.