Bug 119808 - FloatingObject m_paginationStrut should be LayoutUnit
Summary: FloatingObject m_paginationStrut should be LayoutUnit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Bem Jones-Bey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 11:35 PDT by Bem Jones-Bey
Modified: 2014-02-07 10:33 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.99 KB, patch)
2014-02-05 19:51 PST, Bem Jones-Bey
no flags Details | Formatted Diff | Diff
Patch for landing (2.93 KB, patch)
2014-02-07 10:20 PST, Bem Jones-Bey
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bem Jones-Bey 2013-08-14 11:35:39 PDT
It is a vertical offset, and it will be much clearer if the type is correct.
Comment 1 Bem Jones-Bey 2014-02-05 19:51:42 PST
Created attachment 223293 [details]
Patch
Comment 2 Andreas Kling 2014-02-07 01:42:23 PST
Comment on attachment 223293 [details]
Patch

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

r=me

> Source/WebCore/ChangeLog:13
> +        Also, stop copying the originatingLine in FloatingObject::unsafeClone
> +        because that allows a FloatingObject to point to a line for a renderer
> +        that it doesn't belong to.

I would do this in a separate change.
Comment 3 Bem Jones-Bey 2014-02-07 10:19:15 PST
(In reply to comment #2)
> (From update of attachment 223293 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=223293&action=review
> 
> r=me
> 
> > Source/WebCore/ChangeLog:13
> > +        Also, stop copying the originatingLine in FloatingObject::unsafeClone
> > +        because that allows a FloatingObject to point to a line for a renderer
> > +        that it doesn't belong to.
> 
> I would do this in a separate change.

Thanks! I'll pull that out into a different patch.
Comment 4 Bem Jones-Bey 2014-02-07 10:20:13 PST
Created attachment 223465 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2014-02-07 10:33:04 PST
Comment on attachment 223465 [details]
Patch for landing

Clearing flags on attachment: 223465

Committed r163631: <http://trac.webkit.org/changeset/163631>
Comment 6 WebKit Commit Bot 2014-02-07 10:33:06 PST
All reviewed patches have been landed.  Closing bug.