RESOLVED FIXED Bug 138337
Move 'size' CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=138337
Summary Move 'size' CSS property to the new StyleBuilder
Chris Dumez
Reported 2014-11-03 17:10:30 PST
Move 'size' CSS property to the new StyleBuilder
Attachments
Patch (16.71 KB, patch)
2014-11-03 17:24 PST, Chris Dumez
no flags
Patch (16.74 KB, patch)
2014-11-05 19:23 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-11-03 17:24:49 PST
Andreas Kling
Comment 2 2014-11-03 23:52:50 PST
Comment on attachment 240885 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240885&action=review > Source/WebCore/css/StyleBuilderCustom.h:236 > +inline void applyInheritSize(StyleResolver&) { } > +inline void applyInitialSize(StyleResolver&) { } What's this about?
Andreas Kling
Comment 3 2014-11-03 23:52:51 PST
Comment on attachment 240885 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240885&action=review > Source/WebCore/css/StyleBuilderCustom.h:236 > +inline void applyInheritSize(StyleResolver&) { } > +inline void applyInitialSize(StyleResolver&) { } What's this about?
Chris Dumez
Comment 4 2014-11-04 08:08:01 PST
Comment on attachment 240885 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240885&action=review > Source/WebCore/css/DeprecatedStyleBuilder.cpp:-1339 > - static void applyInheritValue(CSSPropertyID, StyleResolver*) { } I moved the code from here, applyInitial and applyInherit were not doing anything but they need to be defined for the style builder code to build.
Andreas Kling
Comment 5 2014-11-05 15:40:53 PST
Comment on attachment 240885 [details] Patch r=me
Chris Dumez
Comment 6 2014-11-05 19:23:01 PST
WebKit Commit Bot
Comment 7 2014-11-05 20:09:25 PST
Comment on attachment 241082 [details] Patch Clearing flags on attachment: 241082 Committed r175659: <http://trac.webkit.org/changeset/175659>
WebKit Commit Bot
Comment 8 2014-11-05 20:09:30 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.