Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e81367bfcb6f74991de38df2387b296a96df7b16
https://github.com/WebKit/WebKit/commit/e81367bfcb6f74991de38df2387b296a96df7b16
Author: Lauro Moura <[email protected]>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M Tools/MiniBrowser/wpe/main.cpp
Log Message:
-----------
[WPE] Make MiniBrowser exit cleanly on SIGTERM and SIGINT
https://bugs.webkit.org/show_bug.cgi?id=317567
Reviewed by Carlos Garcia Campos.
Instrumenting with `-fprofile-generate` dump the collected data through
atexit handlers. Currently, MiniBrowser do not install any handler on
the catchable signals SIGTERM/SIGINT to exit its mainloop, making it
hard to properly instrument it.
* Tools/MiniBrowser/wpe/main.cpp:
(main):
Canonical link: https://commits.webkit.org/315631@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications