[webkit-reviews] review requested: [Bug 109946] [Chromium] Add support for emulating legacy Android WebView 'setInitialScale' method : [Attachment 189282] Eliminate "fixed layout enabled, viewport disabled" mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 20 03:51:37 PST 2013


Mikhail Naganov <mnaganov at chromium.org> has asked  for review:
Bug 109946: [Chromium] Add support for emulating legacy Android WebView
'setInitialScale' method
https://bugs.webkit.org/show_bug.cgi?id=109946

Attachment 189282: Eliminate "fixed layout enabled, viewport disabled" mode
https://bugs.webkit.org/attachment.cgi?id=189282&action=review

------- Additional Comments from Mikhail Naganov <mnaganov at chromium.org>
Alexandre, please take a look.

I had a trouble calling computePageScaleFactorLimits when having viewport
disabled, because computePageScaleFactorLimits expects
m_pageDefined*ScaleFactor to be set. As you have mentioned, you are inclined to
remove setPageScaleFactorLimits, so I went ahead and made
computePageScaleFactorLimits to work without them, this doesn't seem to break
anything.


More information about the webkit-reviews mailing list