RESOLVED FIXED 137327
[Subpixel] Use floats instead of ints for text justification expansion, and associated cleanup
https://bugs.webkit.org/show_bug.cgi?id=137327
Summary [Subpixel] Use floats instead of ints for text justification expansion, and a...
Myles C. Maxfield
Reported 2014-10-01 17:27:36 PDT
[Subpixel] Use floats instead of ints for text justification expansion, and associated cleanup
Attachments
Patch (227.46 KB, patch)
2014-10-01 17:41 PDT, Myles C. Maxfield
no flags
Patch (228.71 KB, patch)
2014-10-01 17:56 PDT, Myles C. Maxfield
no flags
Patch (199.27 KB, patch)
2014-10-02 11:21 PDT, Myles C. Maxfield
zalan: review+
buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2 (505.56 KB, application/zip)
2014-10-02 12:19 PDT, Build Bot
no flags
Archive of layout-test-results from webkit-ews-02 for mac-mountainlion (512.68 KB, application/zip)
2014-10-02 12:48 PDT, Build Bot
no flags
Myles C. Maxfield
Comment 1 2014-10-01 17:41:09 PDT
Myles C. Maxfield
Comment 2 2014-10-01 17:56:59 PDT
Myles C. Maxfield
Comment 3 2014-10-02 11:21:07 PDT
alan
Comment 4 2014-10-02 11:33:00 PDT
Comment on attachment 239122 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=239122&action=review Looks good to me. Andreas, do you think expanding the InlineBox size is still an issue now that we've got simple line layout? > Source/WebCore/ChangeLog:3 > + [Subpixel] Use floats instead of ints for text justification expansion, and associated cleanup minus the "associated cleanup"
Andreas Kling
Comment 5 2014-10-02 11:38:48 PDT
(In reply to comment #4) > (From update of attachment 239122 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=239122&action=review > > Looks good to me. Andreas, do you think expanding the InlineBox size is still an issue now that we've got simple line layout? I think it's okay to grow InlineBox a bit. Yay for simple line layout!
alan
Comment 6 2014-10-02 11:45:25 PDT
Comment on attachment 239122 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=239122&action=review > Source/WebCore/rendering/InlineBox.h:283 > + float m_expansion; Private?
Build Bot
Comment 7 2014-10-02 12:19:05 PDT
Comment on attachment 239122 [details] Patch Attachment 239122 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/5558973243588608 Number of test failures exceeded the failure limit.
Build Bot
Comment 8 2014-10-02 12:19:12 PDT
Created attachment 239128 [details] Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-15 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Build Bot
Comment 9 2014-10-02 12:48:02 PDT
Comment on attachment 239122 [details] Patch Attachment 239122 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/6574436924784640 Number of test failures exceeded the failure limit.
Build Bot
Comment 10 2014-10-02 12:48:10 PDT
Created attachment 239130 [details] Archive of layout-test-results from webkit-ews-02 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-02 Port: mac-mountainlion Platform: Mac OS X 10.8.5
Myles C. Maxfield
Comment 11 2014-10-02 14:07:59 PDT
Comment on attachment 239122 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=239122&action=review >> Source/WebCore/ChangeLog:3 >> + [Subpixel] Use floats instead of ints for text justification expansion, and associated cleanup > > minus the "associated cleanup" Done. >> Source/WebCore/rendering/InlineBox.h:283 >> + float m_expansion; > > Private? Done.
Myles C. Maxfield
Comment 12 2014-10-02 15:26:26 PDT
Pavel Marakhovski
Comment 13 2014-10-06 02:57:54 PDT
*** Bug 137016 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 14 2015-01-06 12:11:14 PST
Note You need to log in before you can comment on or make changes to this bug.