Bug 277116
Summary: | [macOS Sequoia] Build on the public SDK | ||
---|---|---|---|
Product: | WebKit | Reporter: | Elliott Williams <emw> |
Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | mike, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=276455 | ||
Bug Depends on: | 277189, 277564 | ||
Bug Blocks: | 276455 |
Elliott Williams
Do the annual process of copying over an additions SDK and running extract-tbds-from-internal-sdk.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/132539043>
EWS
Committed 281531@main (65f4502edd34): <https://commits.webkit.org/281531@main>
Reviewed commits have been landed. Closing PR #31338 and removing active labels.
sideshowbarker
Got this failure:
macOS Sequoia 15.0 Beta (24A5298h) + Xcode 16.0 beta 3 (16A5202i)
/opt/WebKit/Source/WebKitLegacy/mac/WebView/WebFullScreenController.mm:208:53: error: 'CGWindowListCreateImage' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead.
208 | RetainPtr<CGImageRef> webViewContents = adoptCF(CGWindowListCreateImage(NSRectToCGRect(webViewFrame), kCGWindowListOptionIncludingWindow, windowID, kCGWindowImageShouldBeOpaque));
| ^
Raised a separate bug at https://bugs.webkit.org/show_bug.cgi?id=277564
Elliott Williams
Reopening until we get the above issue fixed.