[webkit-changes] [WebKit/WebKit] 4a7b8d: Cherry-pick 285339 at main (a28255d5d405). https://bu...
MingZhu Yan
noreply at github.com
Sat Oct 19 15:54:49 PDT 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: 4a7b8de829c2bcf4e5e8849777c010d6f488eb5a
https://github.com/WebKit/WebKit/commit/4a7b8de829c2bcf4e5e8849777c010d6f488eb5a
Author: Michael Catanzaro <mcatanzaro at redhat.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M Source/WTF/wtf/glib/GSocketMonitor.cpp
M Source/WTF/wtf/glib/GSocketMonitor.h
Log Message:
-----------
Cherry-pick 285339 at main (a28255d5d405). https://bugs.webkit.org/show_bug.cgi?id=281495
REGRESSION(283414 at main): [WPE][GTK] Crash in ProcessLauncher socket monitor callback
https://bugs.webkit.org/show_bug.cgi?id=281495
Reviewed by Carlos Garcia Campos.
The socket monitor callback that I added in 283414 at main accidentally
deletes itself by calling m_socketMonitor.stop(). This causes the lambda
capture to itself be deleted. We can change the socket monitor to wait
until the callback has finished before deleting it.
* Source/WTF/wtf/glib/GSocketMonitor.cpp:
(WTF::GSocketMonitor::~GSocketMonitor):
(WTF::GSocketMonitor::socketSourceCallback):
(WTF::GSocketMonitor::stop):
Canonical link: https://commits.webkit.org/285339@main
Canonical link: https://commits.webkit.org/282416.221@webkitglib/2.46
Commit: 7b2158d4bc14b652981c99045d48d55326deea95
https://github.com/WebKit/WebKit/commit/7b2158d4bc14b652981c99045d48d55326deea95
Author: MingZhu Yan <yanmingzhu at iscas.ac.cn>
Date: 2024-10-20 (Sun, 20 Oct 2024)
Changed paths:
M Source/JavaScriptCore/jit/GPRInfo.h
Log Message:
-----------
Cherry-pick 285359 at main (78dc48740b53). https://bugs.webkit.org/show_bug.cgi?id=281380
[RISCV] Fix typo about GPRReg def
https://bugs.webkit.org/show_bug.cgi?id=281380
Reviewed by Yijia Huang.
* Source/JavaScriptCore/jit/GPRInfo.h:
Canonical link: https://commits.webkit.org/285359@main
Canonical link: https://commits.webkit.org/282416.222@webkitglib/2.46
Compare: https://github.com/WebKit/WebKit/compare/25474291fa68...7b2158d4bc14
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