[webkit-changes] [WebKit/WebKit] af63f2: Drop process termination workaround landed in 2775...
Chris Dumez
noreply at github.com
Thu Aug 1 08:41:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: af63f2675fb9e3f33fb5730f92814226471ffd09
https://github.com/WebKit/WebKit/commit/af63f2675fb9e3f33fb5730f92814226471ffd09
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-08-01 (Thu, 01 Aug 2024)
Changed paths:
M Source/WTF/wtf/PlatformUse.h
M Source/WebKit/Platform/cocoa/XPCUtilities.h
M Source/WebKit/Platform/cocoa/XPCUtilities.mm
M Source/WebKit/Shared/Authentication/cocoa/AuthenticationManagerCocoa.mm
M Source/WebKit/Shared/Cocoa/XPCEndpoint.mm
M Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm
Log Message:
-----------
Drop process termination workaround landed in 277509 at main
https://bugs.webkit.org/show_bug.cgi?id=274901
rdar://128018004
Reviewed by Per Arne Vollan.
Drop (on newer OSes) the process termination workaround that was landed in
277509 at main now that the libxpc bug has been fixed (rdar://problem/128018004).
* Source/WebKit/Platform/cocoa/XPCUtilities.h:
* Source/WebKit/Platform/cocoa/XPCUtilities.mm:
(WebKit::terminateWithReason):
(WebKit::handleXPCExitMessage): Deleted.
* Source/WebKit/Shared/Authentication/cocoa/AuthenticationManagerCocoa.mm:
(WebKit::AuthenticationManager::initializeConnection):
* Source/WebKit/Shared/Cocoa/XPCEndpoint.mm:
(WebKit::XPCEndpoint::XPCEndpoint):
* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm:
(WebKit::XPCServiceEventHandler):
Canonical link: https://commits.webkit.org/281713@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