Bug 302079
| Summary: | [GTK][WPE] REGRESSION(301378@main): RunLoop::stop() might not take effect | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Nikolas Zimmermann
After 301378@main, RunLoop::stop() wouldn't guarantee any action anymore for the GLib based ports. When the RunLoop is currently polling (with MayBlock::Yes, and a typically large timeout), then RunLoop::stop() wouldn't interrupt the poll() anymore. g_main_loop_quit() used to wake the run loop, to break those long polling iterations -- let's do the same.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/53519
EWS
Committed 302655@main (7130054a1695): <https://commits.webkit.org/302655@main>
Reviewed commits have been landed. Closing PR #53519 and removing active labels.