[webkit-changes] [WebKit/WebKit] 5df446: WebContent process should allow mach exception han...

Commit Queue noreply at github.com
Fri Aug 23 11:53:25 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5df4469841c825e8c2f9556da35ea2018e1a35e4
      https://github.com/WebKit/WebKit/commit/5df4469841c825e8c2f9556da35ea2018e1a35e4
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2024-08-23 (Fri, 23 Aug 2024)

  Changed paths:
    M Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.h
    M Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.mm

  Log Message:
  -----------
  WebContent process should allow mach exception handlers by default.
https://bugs.webkit.org/show_bug.cgi?id=278564
rdar://134573352

Reviewed by Yijia Huang.

282592 at main mistakenly only allowed the WebContent process to use mach exception handlers if initializer
messages are present instead of unconditionally.  This patch fixed this to be unconditional.

* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.h:
(WebKit::XPCServiceInitializer):
* Source/WebKit/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.mm:
(WebKit::setJSCOptions):

Canonical link: https://commits.webkit.org/282668@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