Skip to content

Try testing exactly one painting thread

Michael Catanzaro requested to merge mcatanzaro/try-threaded-rendering into master

WebKit threaded rendering is busted because it's not actually threadsafe. But maybe it will work in practice if we use only one thread? Let's find out.

Merge request reports