RESOLVED FIXED 66347
Switch html/* to to new layout types
https://bugs.webkit.org/show_bug.cgi?id=66347
Summary Switch html/* to to new layout types
Emil A Eklund
Reported 2011-08-16 16:15:03 PDT
Convert HTML* and shadow element to new layout abstraction as a part of the ongoing conversion work.
Attachments
Patch (19.15 KB, patch)
2011-08-16 17:03 PDT, Emil A Eklund
no flags
Patch for landing (19.12 KB, patch)
2011-08-17 12:04 PDT, Emil A Eklund
no flags
Emil A Eklund
Comment 1 2011-08-16 17:03:29 PDT
Eric Seidel (no email)
Comment 2 2011-08-17 11:10:10 PDT
Comment on attachment 104121 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104121&action=review > Source/WebCore/html/HTMLAreaElement.cpp:78 > - m_lastSize = IntSize(-1, -1); > + m_lastSize = LayoutSize(-1, -1); I wonder if this -1 -1 size needs to be a constant in this file. > Source/WebCore/rendering/RenderImage.cpp:443 > + if (scaleFactor != 1.0f) > + mapLocation.scale(scaleFactor, scaleFactor); The if isn't really necessary. :)
Emil A Eklund
Comment 3 2011-08-17 12:04:58 PDT
Created attachment 104208 [details] Patch for landing
WebKit Review Bot
Comment 4 2011-08-17 20:38:20 PDT
Comment on attachment 104208 [details] Patch for landing Clearing flags on attachment: 104208 Committed r93279: <http://trac.webkit.org/changeset/93279>
WebKit Review Bot
Comment 5 2011-08-17 20:38:24 PDT
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.