Bug 253108
Summary: | [GTK] Switch back to 0 painting threads | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=251977 |
Michael Catanzaro
In bug #251977 we switched from 0 to 1 painting threads, thinking that although using multiple painting threads is not safe, using exactly one might be. I think this is not true because bug #247628 seems to be caused by use of the painting thread. Let's go back to 0 painting threads?
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/10830
Michael Catanzaro
Closing as Carlos Garcia has an attempted fix in bug #247628.