Bug 132093 - [iOS][WK2] Fix a few mistakes affecting the initial layout and the initial unobscured rect
Summary: [iOS][WK2] Fix a few mistakes affecting the initial layout and the initial un...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 18:35 PDT by Benjamin Poulain
Modified: 2014-04-23 19:16 PDT (History)
0 users

See Also:


Attachments
Patch (18.70 KB, patch)
2014-04-23 18:49 PDT, Benjamin Poulain
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-04-23 18:35:11 PDT
[iOS][WK2] Fix a few mistakes affecting the initial layout and the initial unobscured rect
Comment 1 Benjamin Poulain 2014-04-23 18:49:43 PDT
Created attachment 230028 [details]
Patch
Comment 2 Tim Horton 2014-04-23 18:54:37 PDT
Comment on attachment 230028 [details]
Patch

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

> Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:1944
> +        IntSize minimumLayoutSizeInDocumentCoordinate = roundedIntSize(minimumLayoutSizeInScrollViewCoordinates);

Coordinate*s*

Also do we really want 'rounded'?
Comment 3 Benjamin Poulain 2014-04-23 19:16:41 PDT
Committed r167735: <http://trac.webkit.org/changeset/167735>