[webkit-changes] [WebKit/WebKit] cac069: Crash in WindowEventLoop::eventLoopForSecurityOrigin
Ryosuke Niwa
noreply at github.com
Mon Jul 29 18:55:36 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cac0699e42b11f69170de601fb75927d3a1854d7
https://github.com/WebKit/WebKit/commit/cac0699e42b11f69170de601fb75927d3a1854d7
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-07-29 (Mon, 29 Jul 2024)
Changed paths:
M Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp
Log Message:
-----------
Crash in WindowEventLoop::eventLoopForSecurityOrigin
https://bugs.webkit.org/show_bug.cgi?id=277295
rdar://132649078
Reviewed by Chris Dumez and Tim Horton.
The bug was caused by AuxiliaryProcessProxy::wakeUpTemporarilyForIPC using WebCore::Timer.
Use a RunLoop timer instead.
* Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp:
(WebKit::AuxiliaryProcessProxy::wakeUpTemporarilyForIPC):
Canonical link: https://commits.webkit.org/281539@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list