Bug 66534

Summary: Switch RenderBoxModelObject to to new layout types
Product: WebKit Reporter: Emil A Eklund <eae>
Component: Layout and RenderingAssignee: Emil A Eklund <eae>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, eric, leviw, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 63567    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Emil A Eklund 2011-08-18 21:17:35 PDT
Convert RenderBoxModelObject to new layout abstraction.
Comment 1 Emil A Eklund 2011-08-18 21:38:06 PDT
Created attachment 104456 [details]
Patch
Comment 2 WebKit Review Bot 2011-08-18 22:10:28 PDT
Comment on attachment 104456 [details]
Patch

Attachment 104456 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/9436074

New failing tests:
fast/backgrounds/gradient-background-leakage.html
Comment 3 Eric Seidel (no email) 2011-08-19 00:57:32 PDT
Comment on attachment 104456 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=104456&action=review

Otherwise looks OK.

> Source/WebCore/rendering/RenderBoxModelObject.cpp:590
> -    FloatSize contextScale(static_cast<float>(ctm.xScale()), static_cast<float>(ctm.yScale()));
> +    FloatSize contextScale(static_cast<LayoutUnit>(ctm.xScale()), static_cast<LayoutUnit>(ctm.yScale()));

LayoutUnit is currently an int, no?
Comment 4 Emil A Eklund 2011-08-19 12:00:30 PDT
Created attachment 104541 [details]
Patch for landing
Comment 5 WebKit Review Bot 2011-08-19 13:41:12 PDT
Comment on attachment 104541 [details]
Patch for landing

Clearing flags on attachment: 104541

Committed r93435: <http://trac.webkit.org/changeset/93435>
Comment 6 WebKit Review Bot 2011-08-19 13:41:17 PDT
All reviewed patches have been landed.  Closing bug.