Bug 217656 - Allow legacy custom scheme registration on non-main threads
Summary: Allow legacy custom scheme registration on non-main threads
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-13 08:43 PDT by Alex Christensen
Modified: 2020-10-13 13:10 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.45 KB, patch)
2020-10-13 08:45 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 2020-10-13 08:43:49 PDT
Allow legacy custom scheme registration on non-main threads
Comment 1 Alex Christensen 2020-10-13 08:45:41 PDT
Created attachment 411221 [details]
Patch
Comment 2 Alex Christensen 2020-10-13 09:31:52 PDT
Note: we did something similar for WKURLSchemeTask in r247461 because people just want to do loading things on different threads.
Comment 3 EWS 2020-10-13 11:42:50 PDT
Committed r268401: <https://trac.webkit.org/changeset/268401>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 411221 [details].
Comment 4 Radar WebKit Bug Importer 2020-10-13 11:43:23 PDT
<rdar://problem/70259314>
Comment 5 Geoffrey Garen 2020-10-13 13:10:47 PDT
Should we log an error when this happens, so the developer becomes aware?