from FrameView::layout
<rdar://problem/35031066>
Created attachment 324020 [details] Patch
Created attachment 324030 [details] Patch
Comment on attachment 324030 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324030&action=review > Source/WebCore/page/FrameView.cpp:1325 > +void FrameView::adjustScrollbarsForLayout(bool firstLayout, const RenderElement& layoutRoot) Weird to pass in layoutRoot just to have a way to get a Page&.
Created attachment 324037 [details] Patch
Comment on attachment 324037 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324037&action=review > Source/WebCore/page/FrameView.cpp:1325 > +void FrameView::adjustScrollbarsForLayout(bool firstLayout) isFirstLayout would be more along WebKit style.
Created attachment 324041 [details] Patch
Comment on attachment 324041 [details] Patch Attachment 324041 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/4888125 New failing tests: http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html
Created attachment 324050 [details] Archive of layout-test-results from ews117 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews117 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Comment on attachment 324041 [details] Patch Attachment 324041 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/4888464 New failing tests: http/tests/loading/unfinished-main-resource-back-to-cached-page-callbacks.html
Created attachment 324051 [details] Archive of layout-test-results from ews101 for mac-elcapitan The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews101 Port: mac-elcapitan Platform: Mac OS X 10.11.6
Created attachment 324263 [details] Patch
Comment on attachment 324263 [details] Patch Clearing flags on attachment: 324263 Committed r223712: <https://trac.webkit.org/changeset/223712>
All reviewed patches have been landed. Closing bug.