DidFirstLayout is too early and we usually get a blank page. This doesn't match existing iOS behavior either.
<rdar://problem/17383962>
Created attachment 233381 [details] patch
Comment on attachment 233381 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=233381&action=review > Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:577 > + if (m_frame == m_frame->page()->mainWebFrame()) { .isMainFrame()? > Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:580 > + m_didCompletePageTransitionAlready = true; The "Already" here seems superfluous.
http://trac.webkit.org/changeset/170163
It made all performance tests crash on EFL, here is the new bug report about is: https://bugs.webkit.org/show_bug.cgi?id=134097 Have you got any idea what happened?