RESOLVED DUPLICATE of bug 127090 126261
[WK2][CoordinatedGraphics] Adding callback to let WebView know that WebPageProxy has changed its pageScaleFactor
https://bugs.webkit.org/show_bug.cgi?id=126261
Summary [WK2][CoordinatedGraphics] Adding callback to let WebView know that WebPagePr...
Thiago de Barros Lacerda
Reported 2013-12-27 06:43:54 PST
After r161087, the scale factor is being set directly in WebPageProxy, avoiding information duplication of the scale factor. However, it takes a while to the scale factor gets applied in WebProcess and get back to UIProcess (WebPageProxy) due do IPC. So, during this interval, if the user queries the contentScaleFactor to the WebView he will get the old scale factor. This callback is useful to let the user know when it can rely on the contentScaleFactor. It is also important for API tests that might use contentScaleFactor
Attachments
Patch (6.98 KB, patch)
2013-12-27 06:51 PST, Thiago de Barros Lacerda
no flags
Patch (10.95 KB, patch)
2013-12-27 09:52 PST, Thiago de Barros Lacerda
no flags
Patch (11.22 KB, patch)
2014-01-02 16:01 PST, Thiago de Barros Lacerda
no flags
Thiago de Barros Lacerda
Comment 1 2013-12-27 06:51:31 PST
Thiago de Barros Lacerda
Comment 2 2013-12-27 09:52:06 PST
Thiago de Barros Lacerda
Comment 3 2013-12-27 09:54:02 PST
(In reply to comment #2) > Created an attachment (id=220063) [details] > Patch Forgot to fix the test
Thiago de Barros Lacerda
Comment 4 2014-01-02 16:01:27 PST
Thiago de Barros Lacerda
Comment 5 2014-01-16 02:19:35 PST
*** This bug has been marked as a duplicate of bug 127090 ***
Note You need to log in before you can comment on or make changes to this bug.