[iOS][WK2] Split the rects/scale updates in 3 internally consistent groups
Created attachment 225209 [details] Patch
Comment on attachment 225209 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225209&action=review > Source/WebKit2/UIProcess/ios/WKContentView.mm:153 > + if (!isStableState && abs(scale - _page->displayedContentScale()) < 0.0005) { Can we put 0.0005 into a constant with a good name? > Source/WebKit2/WebProcess/WebPage/ios/WebPageIOS.mm:362 > + // FIXME: patch separately. What does this mean?
Comment on attachment 225209 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=225209&action=review > Source/WebKit2/Scripts/webkit2/messages.py:224 > + 'VisibleContentRectUpdateInfo', weird that this doesn't have a namespace, isn't it?
Created attachment 225224 [details] Patch
Created attachment 225226 [details] Patch
Comment on attachment 225226 [details] Patch Clearing flags on attachment: 225226 Committed r164702: <http://trac.webkit.org/changeset/164702>
All reviewed patches have been landed. Closing bug.