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

Create header file for interface declaration #26055

Conversation

pvollan
Copy link
Contributor

@pvollan pvollan commented Mar 18, 2024

e653334

Create header file for interface declaration
https://bugs.webkit.org/show_bug.cgi?id=271160
rdar://124950453

Reviewed by Sihui Liu and Chris Dumez.

Guard against potential build issues, by moving interface declaration to a header file.

* Source/WebKit/Platform/spi/Cocoa/AccessibilityUtilitiesSPI.h: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::postNotification):

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

046595a

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
  πŸ›  watch
βœ… πŸ›  πŸ§ͺ unsafe-merge βœ… πŸ›  watch-sim

@pvollan pvollan requested a review from cdumez as a code owner March 18, 2024 17:16
@pvollan pvollan self-assigned this Mar 18, 2024
@pvollan pvollan added the WebKit Misc. For miscellaneous bugs in the WebKit framework (and not JavaScriptCore or WebCore). label Mar 18, 2024
@pvollan pvollan marked this pull request as draft March 18, 2024 17:17
@pvollan pvollan force-pushed the eng/Create-header-file-for-interface-declaration branch from 94db9d3 to 046595a Compare March 18, 2024 17:21
@pvollan pvollan marked this pull request as ready for review March 18, 2024 17:22
@pvollan
Copy link
Contributor Author

pvollan commented Mar 18, 2024

Thanks for reviewing!

#if USE(APPLE_INTERNAL_SDK)
#include <AccessibilityUtilities.h>
#else
@interface NSObject (UIAccessibilitySafeCategory)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this available on non-iOS family platform?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think it is available on other platforms too.

Thanks for reviewing!

@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Mar 18, 2024
@karlrackler karlrackler removed the merging-blocked Applied to prevent a change from being merged label Mar 18, 2024
@pvollan pvollan added the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Mar 18, 2024
https://bugs.webkit.org/show_bug.cgi?id=271160
rdar://124950453

Reviewed by Sihui Liu and Chris Dumez.

Guard against potential build issues, by moving interface declaration to a header file.

* Source/WebKit/Platform/spi/Cocoa/AccessibilityUtilitiesSPI.h: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/cocoa/WebProcessCocoa.mm:
(WebKit::WebProcess::postNotification):

Canonical link: https://commits.webkit.org/276290@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/Create-header-file-for-interface-declaration branch from 046595a to e653334 Compare March 18, 2024 20:26
@webkit-commit-queue
Copy link
Collaborator

Committed 276290@main (e653334): https://commits.webkit.org/276290@main

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

@webkit-commit-queue webkit-commit-queue merged commit e653334 into WebKit:main Mar 18, 2024
@webkit-commit-queue webkit-commit-queue removed the unsafe-merge-queue Applied to send a pull request to merge-queue, but skip building and testing label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebKit Misc. For miscellaneous bugs in the WebKit framework (and not JavaScriptCore or WebCore).
Projects
None yet
7 participants