[webkit-reviews] review requested: [Bug 55416] Viewport no longer allows an auto value for "user-scalable" : [Attachment 85015] [PATCH] Convert userScalable back to float

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 20:57:05 PST 2011


Joseph Pecoraro <joepeck at webkit.org> has asked	for review:
Bug 55416: Viewport no longer allows an auto value for "user-scalable"
https://bugs.webkit.org/show_bug.cgi?id=55416

Attachment 85015: [PATCH] Convert userScalable back to float
https://bugs.webkit.org/attachment.cgi?id=85015&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
First attempt at a patch. userScalable is a float that starts with ValueAuto.
WebKit clients handle ValueAuto (currently all just make it "true") in client
code
after computing the viewport attributes and still seeing an Auto value.


More information about the webkit-reviews mailing list