Bug 253108 - [GTK] Switch back to 0 painting threads
Summary: [GTK] Switch back to 0 painting threads
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-28 13:59 PST by Michael Catanzaro
Modified: 2023-03-06 07:38 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2023-02-28 13:59:01 PST
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?
Comment 1 Michael Catanzaro 2023-02-28 15:33:27 PST
Pull request: https://github.com/WebKit/WebKit/pull/10830
Comment 2 Michael Catanzaro 2023-03-06 07:38:47 PST
Closing as Carlos Garcia has an attempted fix in bug #247628.