Elliott Williams
Elliott Williams
#### 57d67a1cac8d0be5a3bb8d08850310093d31983e [Xcode] build-jsc and "Everything up to JavaScriptCore" should build TestWTF https://bugs.webkit.org/show_bug.cgi?id=243703 Reviewed by NOBODY (OOPS!). Fix up TestWebKitAPI so that the "TestWTF" binary can be built in isolation,...
#### 8c2cba3a21c589907ad397125308db4486fcf3f2 [Xcode] Add a style check to keep xcschemes in sync https://bugs.webkit.org/show_bug.cgi?id=245587 Reviewed by NOBODY (OOPS!). XcodeSchemeChecker defines relationships between schemes using set algebra, e.g.: "Everything up to WebKit...
#### cc230839fc74365db9b7be35e6769845aa9c07f6 [Build] iOS simulator build intermittently performs a clean build (when it should be incremental) rdar://127636159 https://bugs.webkit.org/show_bug.cgi?id=274184 Reviewed by NOBODY (OOPS!). Incremental builds break when the targeted simulator changes....
#### cdf1d712b13fd3e5ccd4c536f8aa35e2967abdc5 [tvOS 18] Build on the public SDK https://bugs.webkit.org/show_bug.cgi?id=278831 rdar://problem/134900475 Reviewed by NOBODY (OOPS!). Copy SDK additions template and generate TBD stubs using extract-tbds-from-internal-sdk. The only interesting change from...
#### b1bef0f318c65220dda0987600ea2c7e2c007b81 [Build] Forward-declare SPI of public Swift modules https://bugs.webkit.org/show_bug.cgi?id=278736 rdar://problem/134794714 WebKit on visionOS 2 introduces our first use of SPI in a public, Swift-only framework--`PreviewApplication` in QuickLook. Add a...
#### c2964b39769d7b6c351577f4bb3f4fa339474a73 Merge WebKit swift overlay into WebKit.framework https://bugs.webkit.org/show_bug.cgi?id=280734 rdar://119206029 Reviewed by NOBODY (OOPS!). Instead of building a separate libswiftWebKit.dylib containing Swift wrappers of WebKit APIs, implement those wrappers in...