[Webkit-unassigned] [Bug 155056] AX: Force allow user zoom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 19:55:13 PST 2016


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

--- Comment #37 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
(In reply to comment #36)
> It's only a setting in ViewportConfiguration. So should I expose
> ViewportConfiguration in Internals and add that setting?

The issue here is that Internals is in WebCore, but the ViewportConfiguration lives in WebKit2. I don't think adding a ViewportConfiguration to Internals and just looking at maximumScale is a good way to test, though; that's just testing a small bit of code in ViewportConfiguration, but you really need to test that the user experience works.

Can you programmatically change the answer given by _AXSForceAllowWebScaling() on a per-process basis?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160309/c8d08fab/attachment.html>


More information about the webkit-unassigned mailing list