WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
273798
Annotate some main-thread-only classes and protocols in WebKit API
https://bugs.webkit.org/show_bug.cgi?id=273798
Summary
Annotate some main-thread-only classes and protocols in WebKit API
Geoffrey Garen
Reported
2024-05-06 15:40:13 PDT
...
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-05-06 15:40:26 PDT
<
rdar://problem/127629908
>
Geoffrey Garen
Comment 2
2024-05-06 15:43:12 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/28206
EWS
Comment 3
2024-05-17 16:12:21 PDT
Committed
278930@main
(13873b2f58fb): <
https://commits.webkit.org/278930@main
> Reviewed commits have been landed. Closing PR #28206 and removing active labels.
Alexey Proskuryakov
Comment 4
2024-06-12 19:47:54 PDT
***
Bug 275368
has been marked as a duplicate of this bug. ***
Adam Lickel
Comment 5
2024-09-10 10:51:14 PDT
I'm still experiencing this with WKWebsiteDataStore.fetchAllDataStoreIdentifiers() / WKWebsiteDataStore.allDataStoreIdentifiers. I initially tried it as part of AppDelegate.application(_:,didFinishLaunchingWithOptions:) I then added an explicit `DispatchQueue.main.async {}` + `withCheckedContinuation` to call the closure-based method on the next run loop. Both crash in the WTF handler.
Adam Lickel
Comment 6
2024-09-10 10:52:07 PDT
(oh sorry, wrong bug #
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug