Bug 241157 - Allow decidePolicyForNavigation* decisionHandlers to be called on non-main runloops
Summary: Allow decidePolicyForNavigation* decisionHandlers to be called on non-main ru...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-05-31 14:17 PDT by Alex Christensen
Modified: 2022-06-01 13:15 PDT (History)
2 users (show)

See Also:


Attachments
Patch (7.47 KB, patch)
2022-05-31 14:36 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (9.54 KB, patch)
2022-06-01 11:37 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2022-05-31 14:17:42 PDT
It causes strange problems when they aren't.  This is what ensureOnMainRunLoop is for.
Comment 1 Alex Christensen 2022-05-31 14:36:05 PDT
Created attachment 459909 [details]
Patch
Comment 2 EWS 2022-05-31 22:00:48 PDT
Committed r295080 (251175@main): <https://commits.webkit.org/251175@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 459909 [details].
Comment 3 Radar WebKit Bug Importer 2022-05-31 22:01:13 PDT
<rdar://problem/94199423>
Comment 4 Ryan Haddad 2022-06-01 10:44:59 PDT
This was reverted in https://commits.webkit.org/251190@main due to causing https://bugs.webkit.org/show_bug.cgi?id=241190
Comment 5 Alex Christensen 2022-06-01 11:37:12 PDT
Created attachment 459929 [details]
Patch
Comment 6 EWS 2022-06-01 13:15:24 PDT
Committed r295101 (251196@main): <https://commits.webkit.org/251196@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 459929 [details].