Bug 223715

Summary: Move TelephoneNumberDetector preloading off the main thread
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, kkinnunen, simon.fraser, thorton, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=223713
Attachments:
Description Flags
Patch none

Chris Dumez
Reported 2021-03-24 15:30:27 PDT
Move TelephoneNumberDetector preloading off the main thread. We have evidence that prewarmGlobally() can be slow and hang the main thread for too long. As a result, it is a good idea to prewarm things off the main thread whenever possible.
Attachments
Patch (3.63 KB, patch)
2021-03-24 15:31 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2021-03-24 15:31:48 PDT
Radar WebKit Bug Importer
Comment 2 2021-03-24 15:32:19 PDT
Geoffrey Garen
Comment 3 2021-03-24 15:34:40 PDT
Comment on attachment 424191 [details] Patch r=me
EWS
Comment 4 2021-03-24 17:05:54 PDT
Committed r274985: <https://commits.webkit.org/r274985> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424191 [details].
Note You need to log in before you can comment on or make changes to this bug.