Bug 243775 - Cocoa IPC code depends on WebCore accessibility
Summary: Cocoa IPC code depends on WebCore accessibility
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kimmo Kinnunen
URL:
Keywords: InRadar
Depends on:
Blocks: 243780
  Show dependency treegraph
 
Reported: 2022-08-10 02:18 PDT by Kimmo Kinnunen
Modified: 2022-08-10 04:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 2022-08-10 02:18:09 PDT
Cocoa IPC code depends on WebCore accessibility.

This is a problem when trying to compile the IPC code in a way that would enable testing IPC with C++ unit tests.
Comment 1 Radar WebKit Bug Importer 2022-08-10 02:19:00 PDT
<rdar://problem/98435378>
Comment 2 Kimmo Kinnunen 2022-08-10 02:26:10 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3185