Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 05ef73b10fcf62e4fd115f21550f6d130ff99396 https://github.com/WebKit/WebKit/commit/05ef73b10fcf62e4fd115f21550f6d130ff99396 Author: Per Arne Vollan <pvol...@apple.com> Date: 2024-06-29 (Sat, 29 Jun 2024)
Changed paths: M Source/WTF/wtf/PlatformUse.h M Source/WebKit/Platform/IPC/Connection.h M Source/WebKit/Platform/IPC/cocoa/ConnectionCocoa.mm M Source/WebKit/Platform/cocoa/XPCUtilities.h M Source/WebKit/Platform/cocoa/XPCUtilities.mm M Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp M Source/WebKit/UIProcess/Cocoa/XPCConnectionTerminationWatchdog.h M Source/WebKit/UIProcess/Cocoa/XPCConnectionTerminationWatchdog.mm Log Message: ----------- [iOS] Older OS versions need to use legacy code path for process termination https://bugs.webkit.org/show_bug.cgi?id=276017 rdar://130762747 Reviewed by Chris Dumez. Older iOS versions need to use the legacy code path for process termination. This change resolves API test failures we are seeing on bots running older versions of iOS. This issue was introduced in <https://commits.webkit.org/280261@main>. * Source/WTF/wtf/PlatformUse.h: * Source/WebKit/Platform/IPC/Connection.h: * Source/WebKit/Platform/IPC/cocoa/ConnectionCocoa.mm: * Source/WebKit/Platform/cocoa/XPCUtilities.h: * Source/WebKit/Platform/cocoa/XPCUtilities.mm: * Source/WebKit/UIProcess/AuxiliaryProcessProxy.cpp: (WebKit::AuxiliaryProcessProxy::terminate): * Source/WebKit/UIProcess/Cocoa/XPCConnectionTerminationWatchdog.h: * Source/WebKit/UIProcess/Cocoa/XPCConnectionTerminationWatchdog.mm: (WebKit::XPCConnectionTerminationWatchdog::XPCConnectionTerminationWatchdog): (WebKit::XPCConnectionTerminationWatchdog::watchdogTimerFired): Canonical link: https://commits.webkit.org/280501@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes