-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
isTestServerTrust() in ServiceWorkerBasic.mm should use WTF::bridge_cast<> #29059
Merged
webkit-commit-queue
merged 1 commit into
WebKit:main
from
ddkilzer:eng/isTestServerTrust-in-ServiceWorkerBasic-mm-should-use-WTFbridge_cast
May 25, 2024
Merged
isTestServerTrust() in ServiceWorkerBasic.mm should use WTF::bridge_cast<> #29059
webkit-commit-queue
merged 1 commit into
WebKit:main
from
ddkilzer:eng/isTestServerTrust-in-ServiceWorkerBasic-mm-should-use-WTFbridge_cast
May 25, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
ddkilzer
added
the
Tools / Tests
Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
label
May 24, 2024
EWS run on previous version of this PR (hash 1d8a9ce) |
darinadler
requested changes
May 24, 2024
ddkilzer
force-pushed
the
eng/isTestServerTrust-in-ServiceWorkerBasic-mm-should-use-WTFbridge_cast
branch
from
May 24, 2024 18:43
1d8a9ce
to
192e5af
Compare
EWS run on current version of this PR (hash 192e5af) |
darinadler
approved these changes
May 24, 2024
ddkilzer
added
the
unsafe-merge-queue
Applied to send a pull request to merge-queue, but skip building and testing
label
May 25, 2024
…ast<> <https://bugs.webkit.org/show_bug.cgi?id=274659> <rdar://128686657> Reviewed by Darin Adler. * Tools/TestWebKitAPI/Tests/WebKitCocoa/ServiceWorkerBasic.mm: - Switch from adoptNS() to adoptCF().get(), and use WTF::bridge_cast<>() instead of (NSString *) to toll-free bridge the CFStringRef to NSString. Canonical link: https://commits.webkit.org/279307@main
webkit-commit-queue
force-pushed
the
eng/isTestServerTrust-in-ServiceWorkerBasic-mm-should-use-WTFbridge_cast
branch
from
May 25, 2024 03:27
192e5af
to
90640da
Compare
Committed 279307@main (90640da): https://commits.webkit.org/279307@main Reviewed commits have been landed. Closing PR #29059 and removing active labels. |
webkit-commit-queue
removed
the
unsafe-merge-queue
Applied to send a pull request to merge-queue, but skip building and testing
label
May 25, 2024
ddkilzer
deleted the
eng/isTestServerTrust-in-ServiceWorkerBasic-mm-should-use-WTFbridge_cast
branch
May 25, 2024 04:16
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Tools / Tests
Tools in the Tools directory, build issues, test infrastructure, and bugs in test cases
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
90640da
192e5af
🧪 ios-wk2-wpt🧪 api-gtk