Bug 304930
| Summary: | Add SwiftReceiverIfEnabled | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKit Process Model | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | nham, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 305450 | ||
| Bug Blocks: | |||
adrian_taylor
WebKit uses python to generate C++ to parse and dispatch IPC messages. This generated C++ can call into either Swift or C++ code, which is selected using an attribute in the messages.in file called 'SwiftReceiver'. However, for all candidate Swift IPC handlers in the near future, we intend to selectively enable C++ vs Swift handlers using a build-time option. We therefore need to be able to choose 'SwiftReceiver' based on the value of a preprocessor directive.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/167541410>
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/56079
EWS
Committed 305539@main (dd8bdc771fa0): <https://commits.webkit.org/305539@main>
Reviewed commits have been landed. Closing PR #56079 and removing active labels.
Jonathan Bedard
Reopened Bugzilla.
REGRESSION(305532@main): Broke the Asan build, tracking revert in https://bugs.webkit.org/show_bug.cgi?id=305450.
EWS
Committed 305567@main (5b1d62e3436d): <https://commits.webkit.org/305567@main>
Reviewed commits have been landed. Closing PR #56546 and removing active labels.