[Webkit-unassigned] [Bug 90346] [Qt] REGRESSION(r121550): It broke the Qt5 ARM build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 1 05:42:04 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90346





--- Comment #3 from Balazs Kelemen <kbalazs at webkit.org>  2012-07-01 05:42:03 PST ---
Here is the diff on Qt:

-viewport size 320x356 scale 1.000000 with limits [1.000000, 5.000000] and userScalable -1.000000
+viewport size 480x534 scale 1.000000 with limits [1.000000, 5.000000] and userScalable -1.000000

Relevant parts of the test:
<meta name="viewport" content="width=device-width">
layoutTestController.dumpConfigurationForViewport(240, 480, 564, 480, 534);

So we don't divide the width and height dimensions with 1.5 (240/160), which is surprising, since the patch keeps the division, just organize it to the call sites.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list