[webkit-reviews] review granted: [Bug 190312] Prewarm FontDatabase on process swap : [Attachment 351768] patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 8 09:23:35 PDT 2018
Chris Dumez <cdumez at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 190312: Prewarm FontDatabase on process swap
https://bugs.webkit.org/show_bug.cgi?id=190312
Attachment 351768: patch
https://bugs.webkit.org/attachment.cgi?id=351768&action=review
--- Comment #10 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 351768
--> https://bugs.webkit.org/attachment.cgi?id=351768
patch
View in context: https://bugs.webkit.org/attachment.cgi?id=351768&action=review
r=me
> Source/WebKit/UIProcess/WebProcessPool.h:702
> + HashMap<String, std::unique_ptr<WebCore::PrewarmInformation>>
m_prewarmInformationForRegistrableDomain;
It seems we use PerRegistrableDomain naming above, let's be consistent?
More information about the webkit-reviews
mailing list