Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7130054a169575d6785dfaa3960feb5be21ba04e
https://github.com/WebKit/WebKit/commit/7130054a169575d6785dfaa3960feb5be21ba04e
Author: Nikolas Zimmermann <[email protected]>
Date: 2025-11-06 (Thu, 06 Nov 2025)
Changed paths:
M Source/WTF/wtf/glib/RunLoopGLib.cpp
Log Message:
-----------
[GTK][WPE] REGRESSION(301378@main): RunLoop::stop() might not take effect
https://bugs.webkit.org/show_bug.cgi?id=302079
Reviewed by Carlos Garcia Campos.
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.
Covered by existing tests.
* Source/WTF/wtf/glib/RunLoopGLib.cpp:
(WTF::RunLoop::stop):
Canonical link: https://commits.webkit.org/302655@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications