RESOLVED FIXED 138398
Move text-align CSS property to the new StyleBuilder
https://bugs.webkit.org/show_bug.cgi?id=138398
Summary Move text-align CSS property to the new StyleBuilder
Chris Dumez
Reported 2014-11-04 18:35:40 PST
Move text-align CSS property to the new StyleBuilder
Attachments
Patch (6.14 KB, patch)
2014-11-04 19:09 PST, Chris Dumez
no flags
Patch (6.10 KB, patch)
2014-11-05 09:28 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2014-11-04 19:09:39 PST
Antti Koivisto
Comment 2 2014-11-05 05:09:11 PST
Comment on attachment 240997 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240997&action=review > Source/WebCore/css/StyleBuilderConverter.h:318 > + if (styleResolver.parentStyle()->textAlign() == TASTART) could use variable for styleResolver.parentStyle()->textAlign()
Chris Dumez
Comment 3 2014-11-05 09:28:49 PST
WebKit Commit Bot
Comment 4 2014-11-05 10:24:52 PST
Comment on attachment 241035 [details] Patch Clearing flags on attachment: 241035 Committed r175625: <http://trac.webkit.org/changeset/175625>
WebKit Commit Bot
Comment 5 2014-11-05 10:24:58 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.