RESOLVED FIXED 53058
Reset the page scale factor on standard frame loads
https://bugs.webkit.org/show_bug.cgi?id=53058
Summary Reset the page scale factor on standard frame loads
Anders Carlsson
Reported Tuesday, January 25, 2011 2:23:51 AM UTC
Reset the page scale factor on standard frame loads
Attachments
Patch (5.78 KB, patch)
2011-01-24 18:26 PST, Anders Carlsson
mitz: review+
Anders Carlsson
Comment 1 Tuesday, January 25, 2011 2:26:19 AM UTC
mitz
Comment 2 Tuesday, January 25, 2011 2:30:03 AM UTC
Comment on attachment 80005 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=80005&action=review > Source/WebKit2/UIProcess/WebPageProxy.h:263 > + void viewScaleFactorDidChange(double scaleFactor); Can omit “scaleFactor” > Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:438 > + newPageScaleFactor = 1.0; Should omit “.0”. Also, no need to fetch the value if the above condition holds, only to have it overwritten by 1.
Anders Carlsson
Comment 3 Tuesday, January 25, 2011 2:38:18 AM UTC
Note You need to log in before you can comment on or make changes to this bug.