Bug 259352
| Summary: | [macOS] WebKit should not re-export WebCore | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ap, jbedard, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 260114, 264050 | ||
Elliott Williams
We already have a mechanism for selectively exporting symbols from WebCore to clients, via WebKitLegacy's reexport lists. Hiding implementation details aside, avoiding a re-export means that generating WebKit's InstallAPI stub does not have to wait for WebCore to build, which is significant for build parallelism.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
<rdar://problem/110785133>
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/15997
EWS
Committed 266838@main (e52304a6c26a): <https://commits.webkit.org/266838@main>
Reviewed commits have been landed. Closing PR #15997 and removing active labels.
Jonathan Bedard
This broke the build, reverting and re-opening.
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/16807
EWS
Committed 267022@main (07730ed3b3b9): <https://commits.webkit.org/267022@main>
Reviewed commits have been landed. Closing PR #16807 and removing active labels.
EWS
Committed 267054@main (9ef92e6b63f9): <https://commits.webkit.org/267054@main>
Reviewed commits have been landed. Closing PR #16842 and removing active labels.