Bug 223715 - Move TelephoneNumberDetector preloading off the main thread
Summary: Move TelephoneNumberDetector preloading off the main thread
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-24 15:30 PDT by Chris Dumez
Modified: 2021-03-24 17:05 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.63 KB, patch)
2021-03-24 15:31 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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.
Comment 1 Chris Dumez 2021-03-24 15:31:48 PDT
Created attachment 424191 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2021-03-24 15:32:19 PDT
<rdar://problem/75807499>
Comment 3 Geoffrey Garen 2021-03-24 15:34:40 PDT
Comment on attachment 424191 [details]
Patch

r=me
Comment 4 EWS 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].