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

Remove the __has_include(<Network/proxy_config_private.h>) check in WKWebsiteDataStore.h #13124

Merged
merged 1 commit into from
Apr 25, 2023

Conversation

whsieh
Copy link
Member

@whsieh whsieh commented Apr 24, 2023

3d3a942

Remove the __has_include(<Network/proxy_config_private.h>) check in WKWebsiteDataStore.h
https://bugs.webkit.org/show_bug.cgi?id=255894
rdar://108476084

Reviewed by Aditya Keerthi.

This was added in a desperate attempt to fix the build in 261208@main. Clean this up by moving the
declaration to WebKitAdditions altogether, where we can replace the `<Network/proxy_config_private.h>`
include check with something more appropriate.

* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.h:

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

354c06f

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

@whsieh whsieh requested a review from cdumez as a code owner April 24, 2023 23:20
@whsieh whsieh self-assigned this Apr 24, 2023
@whsieh whsieh added the WebKit API For issues and bugs in the Web Kit public embedding APIs label Apr 24, 2023
@whsieh whsieh added the merge-queue Applied to send a pull request to merge-queue label Apr 25, 2023
…KWebsiteDataStore.h

https://bugs.webkit.org/show_bug.cgi?id=255894
rdar://108476084

Reviewed by Aditya Keerthi.

This was added in a desperate attempt to fix the build in 261208@main. Clean this up by moving the
declaration to WebKitAdditions altogether, where we can replace the `<Network/proxy_config_private.h>`
include check with something more appropriate.

* Source/WebKit/UIProcess/API/Cocoa/WKWebsiteDataStore.h:

Canonical link: https://commits.webkit.org/263348@main
@webkit-commit-queue
Copy link
Collaborator

Committed 263348@main (3d3a942): https://commits.webkit.org/263348@main

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

@webkit-commit-queue webkit-commit-queue merged commit 3d3a942 into WebKit:main Apr 25, 2023
@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebKit API For issues and bugs in the Web Kit public embedding APIs
Projects
None yet
5 participants