[webkit-changes] [WebKit/WebKit] b2f90a: Use fallback to XPC services in Simulator

Per Arne Vollan noreply at github.com
Sat Jan 20 18:36:32 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b2f90ae420e448b278dd7c0d1a3facf7981d4a1e
      https://github.com/WebKit/WebKit/commit/b2f90ae420e448b278dd7c0d1a3facf7981d4a1e
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-01-20 (Sat, 20 Jan 2024)

  Changed paths:
    M Source/WebKit/Configurations/BaseXPCService.xcconfig
    M Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm

  Log Message:
  -----------
  Use fallback to XPC services in Simulator
https://bugs.webkit.org/show_bug.cgi?id=267824
rdar://121324948

Reviewed by Chris Dumez.

There is currently an issue with conflicting bundle IDs in Simulator, between the WebKit extensions,
and the macOS WebKit XPC services. This conflict causes the extension launch path to fail. This can
be resolved by restoring the fallback to the XPC services launch path we had earlier.

* Source/WebKit/Configurations/BaseXPCService.xcconfig:
* Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm:
(WebKit::ProcessLauncher::launchProcess):

Canonical link: https://commits.webkit.org/273269@main




More information about the webkit-changes mailing list