[webkit-reviews] review granted: [Bug 61808] REGRESSION (5.0.5-ToT, WebKit2): Flash to white when navigating between pages on wsj.com, other sites (when navigating away from composited page) : [Attachment 95487] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 15:10:15 PDT 2011


Simon Fraser (smfr) <simon.fraser at apple.com> has granted mitz at webkit.org's
request for review:
Bug 61808: REGRESSION (5.0.5-ToT, WebKit2): Flash to white when navigating
between pages on wsj.com, other sites (when navigating away from composited
page)
https://bugs.webkit.org/show_bug.cgi?id=61808

Attachment 95487: Patch
https://bugs.webkit.org/attachment.cgi?id=95487&action=review

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=95487&action=review

>> Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:1032
>>  }
> 
> What's the timing of frameLoadCompleted(), relative to load events etc?
Keeping the layer tree frozen until the load event fires would be bad, I think.


Oh, I see the above call in dispatchDidFirstLayout() now. This is OK.


More information about the webkit-reviews mailing list