I would like to modify the webkit source so that the the downloading of a webpage occurs first and only when all content has been downloading will webkit then paint the nodes in the dom tree. I have looked into the source and have seen the code WebViewCore.removeMessages(WebView.EventHub.WebKit_Draw) that blocks pending draw events from occurring. I was wondering if anybody could shed some light on whether this would work.
-- View this message in context: http://mac-os-forge.2317878.n4.nabble.com/Performing-paint-events-last-blocking-paint-events-tp194652.html Sent from the Webkit mailing list archive at Nabble.com. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

