[webkit-changes] [WebKit/WebKit] 45c65b: Always use process launch fallback for Simulator o...
Per Arne Vollan
noreply at github.com
Tue Mar 5 19:46:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 45c65b492d2e9e881fcf0149ff141fe157f4a69d
https://github.com/WebKit/WebKit/commit/45c65b492d2e9e881fcf0149ff141fe157f4a69d
Author: Per Arne Vollan <pvollan at apple.com>
Date: 2024-03-05 (Tue, 05 Mar 2024)
Changed paths:
M Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm
Log Message:
-----------
Always use process launch fallback for Simulator on older OS versions
https://bugs.webkit.org/show_bug.cgi?id=270518
rdar://124070357
Reviewed by Chris Dumez and Brady Eidson.
For performance reasons, there is no need to try the main process launch path on Simulator for
older OS versions, since it will fail in that case.
* Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm:
(WebKit::launchWithExtensionKit):
Canonical link: https://commits.webkit.org/275723@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