RESOLVED FIXED Bug 77783
Convert RenderTheme over to LayoutUnits
https://bugs.webkit.org/show_bug.cgi?id=77783
Summary Convert RenderTheme over to LayoutUnits
Emil A Eklund
Reported 2012-02-03 14:42:34 PST
Change the RenderTheme classes to use the new layout abstraction.
Attachments
Patch (33.54 KB, patch)
2012-02-03 15:01 PST, Emil A Eklund
no flags
Emil A Eklund
Comment 1 2012-02-03 15:01:14 PST
Eric Seidel (no email)
Comment 2 2012-02-03 15:05:05 PST
Comment on attachment 125428 [details] Patch LGTM. This should have no fuctional change currently, correct?
Emil A Eklund
Comment 3 2012-02-03 15:08:01 PST
> This should have no fuctional change currently, correct? Correct.
WebKit Review Bot
Comment 4 2012-02-04 01:42:57 PST
Comment on attachment 125428 [details] Patch Clearing flags on attachment: 125428 Committed r106734: <http://trac.webkit.org/changeset/106734>
WebKit Review Bot
Comment 5 2012-02-04 01:43:02 PST
All reviewed patches have been landed. Closing bug.
Simon Fraser (smfr)
Comment 6 2012-02-04 09:52:31 PST
"the new layout abstraction" might mean something to you, but it doesn't mean anything to me. Do you mean "to the new layout units"?
Eric Seidel (no email)
Comment 7 2012-02-04 10:56:24 PST
This is all part of the effort to switch to a fixed-point layout. See discussion in bug 60318 and various dependent bugs. I believe there has also been discussion on #webkit. Emil (eaa) and Levi (leviw) are the men behind the curtain and I'm sure could explain at much greater lengths than I.
Simon Fraser (smfr)
Comment 8 2012-02-05 01:35:03 PST
After looking at the patch I could see what this was about. I could not tell from the too-obstuse bug title.
Kent Tamura
Comment 9 2012-02-05 17:45:32 PST
We have the followings too: WebCore/platform/efl/RenderThemeEfl* WebCore/platform/gtk/RenderThemeGtk* WebCore/platform/qt/RenderThemeQt* WebCore/platform/wx/RenderThemeWx*
Note You need to log in before you can comment on or make changes to this bug.