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
Radar WebKit Bug Importer
Comment 1 2024-05-06 15:40:26 PDT
Geoffrey Garen
Comment 2 2024-05-06 15:43:12 PDT
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.