[Webkit-unassigned] [Bug 55416] Viewport no longer allows an auto value for "user-scalable"
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 14 13:47:22 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=55416
Joseph Pecoraro <joepeck at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #85015|0 |1
is obsolete| |
Attachment #85714| |review?, commit-queue-
Flag| |
--- Comment #11 from Joseph Pecoraro <joepeck at webkit.org> 2011-03-14 13:47:21 PST ---
Created an attachment (id=85714)
--> (https://bugs.webkit.org/attachment.cgi?id=85714&action=review)
[PATCH] Improve: Add userScalable to LayoutTests print statements
Updates:
• 1.0f and 0.0f => 1 and 0
• (userScalable != 0.0) => static_cast<bool>(userScalable)
• updated ChangeLogs
• Test printf statements
- fprintf(stdout, "viewport size %dx%d scale %f with limits [%f, %f]\n", ...
+ fprintf(stdout, "viewport size %dx%d scale %f with limits [%f, %f] and userScalable %f\n", ...
This would need to be manually landed since ALL viewport tests will
change, and I'll need to update them once I can pull from the bots.
--
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