Bug 195410

Summary: REGRESSION(r242364): [WPE] Do not stop the compositing run loop update timer on suspend
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer, zan
Priority: P2 Keywords: InRadar, LayoutTestFailure
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Carlos Garcia Campos 2019-03-07 08:00:27 PST
Calling CompositingRunLoop::stopUpdates() on suspend is leaving the threaded compositor in an inconsistent state, failing to resume and stopping the updates forever. This is causing timeouts in WPE layout tests.
Comment 1 Carlos Garcia Campos 2019-03-07 08:05:58 PST
Created attachment 363874 [details]
Patch
Comment 2 WebKit Commit Bot 2019-03-07 09:17:22 PST
Comment on attachment 363874 [details]
Patch

Clearing flags on attachment: 363874

Committed r242597: <https://trac.webkit.org/changeset/242597>
Comment 3 WebKit Commit Bot 2019-03-07 09:17:24 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2019-03-07 09:18:19 PST
<rdar://problem/48677179>