Bug 273798
Summary: | Annotate some main-thread-only classes and protocols in WebKit API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> |
Component: | WebKit API | Assignee: | Geoffrey Garen <ggaren> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | adam, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Geoffrey Garen
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/127629908>
Geoffrey Garen
Pull request: https://github.com/WebKit/WebKit/pull/28206
EWS
Committed 278930@main (13873b2f58fb): <https://commits.webkit.org/278930@main>
Reviewed commits have been landed. Closing PR #28206 and removing active labels.
Alexey Proskuryakov
*** Bug 275368 has been marked as a duplicate of this bug. ***
Adam Lickel
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
(oh sorry, wrong bug #