Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix older visionOS builds (linker) #25689

Conversation

etiennesegonzac
Copy link
Contributor

@etiennesegonzac etiennesegonzac commented Mar 10, 2024

e8e13ca

Try to fix older visionOS builds (linker)
https://bugs.webkit.org/show_bug.cgi?id=270763
<rdar://124349498>

Reviewed by Tim Horton.

`WKSPreviewWindowController.h` needs to be part of `WebKitSwift.h`
because of the delegate. So it can't be included only based on a
(compile-time) feature flag.
Introduce a stub `WKSPreviewWindowController` instead for older SDKs,
where the feature is turned off anyway.

* Source/WebKit/WebKitSwift/Preview/PreviewWindowController.swift:

Canonical link: https://commits.webkit.org/275893@main

0ab2e55

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe βœ… πŸ›  wincairo
βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ§ͺ wpe-wk2
βœ… πŸ§ͺ webkitperl βœ… πŸ§ͺ ios-wk2 βœ… πŸ§ͺ api-mac βœ… πŸ§ͺ api-wpe
βœ… πŸ§ͺ ios-wk2-wpt βœ… πŸ›  wpe-skia
βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk2 βœ… πŸ›  gtk
βœ… πŸ›  tv βœ… πŸ§ͺ mac-AS-debug-wk2 βœ… πŸ§ͺ gtk-wk2
βœ… πŸ›  tv-sim βœ… πŸ§ͺ api-gtk
βœ… πŸ›  πŸ§ͺ merge βœ… πŸ›  watch
βœ… πŸ›  watch-sim

@etiennesegonzac etiennesegonzac self-assigned this Mar 10, 2024
@etiennesegonzac etiennesegonzac added the Media Bugs related to the HTML 5 Media elements. label Mar 10, 2024
@etiennesegonzac etiennesegonzac added the merge-queue Applied to send a pull request to merge-queue label Mar 10, 2024
https://bugs.webkit.org/show_bug.cgi?id=270763
<rdar://124349498>

Reviewed by Tim Horton.

`WKSPreviewWindowController.h` needs to be part of `WebKitSwift.h`
because of the delegate. So it can't be included only based on a
(compile-time) feature flag.
Introduce a stub `WKSPreviewWindowController` instead for older SDKs,
where the feature is turned off anyway.

* Source/WebKit/WebKitSwift/Preview/PreviewWindowController.swift:

Canonical link: https://commits.webkit.org/275893@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Try-to-fix-older-visionOS-builds-linker branch from 0ab2e55 to e8e13ca Compare March 10, 2024 17:39
@webkit-commit-queue
Copy link
Collaborator

Committed 275893@main (e8e13ca): https://commits.webkit.org/275893@main

Reviewed commits have been landed. Closing PR #25689 and removing active labels.

@webkit-commit-queue webkit-commit-queue merged commit e8e13ca into WebKit:main Mar 10, 2024
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Media Bugs related to the HTML 5 Media elements.
Projects
None yet
4 participants