Bug 65208

Summary: Switch RenderStyle 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: 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
none
Patch for landing none

Description Emil A Eklund 2011-07-26 14:30:31 PDT
Convert RenderStyle to new layout abstraction.
Comment 1 Emil A Eklund 2011-07-26 14:46:49 PDT
Created attachment 102055 [details]
Patch
Comment 2 Emil A Eklund 2011-07-27 15:40:40 PDT
Created attachment 102199 [details]
Patch
Comment 3 Eric Seidel (no email) 2011-08-08 09:34:02 PDT
Comment on attachment 102199 [details]
Patch

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

Seems reasonable.

> Source/WebCore/rendering/style/RenderStyle.cpp:798
> +static RoundedRect::Radii calcRadiiFor(const BorderData& border, LayoutUnit width, LayoutUnit height)

Should this be a layoutsize/layoutpoint?
Comment 4 Emil A Eklund 2011-08-08 13:09:38 PDT
Created attachment 103280 [details]
Patch for landing
Comment 5 WebKit Review Bot 2011-08-08 13:49:47 PDT
Comment on attachment 103280 [details]
Patch for landing

Clearing flags on attachment: 103280

Committed r92631: <http://trac.webkit.org/changeset/92631>
Comment 6 WebKit Review Bot 2011-08-08 13:49:52 PDT
All reviewed patches have been landed.  Closing bug.