[webkit-reviews] review granted: [Bug 199468] Clarify threading model for WebResourceLoadStatisticsStore::dumpResourceLoadStatistics() : [Attachment 373422] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 16:38:45 PDT 2019


youenn fablet <youennf at gmail.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 199468: Clarify threading model for
WebResourceLoadStatisticsStore::dumpResourceLoadStatistics()
https://bugs.webkit.org/show_bug.cgi?id=199468

Attachment 373422: Patch

https://bugs.webkit.org/attachment.cgi?id=373422&action=review




--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 373422
  --> https://bugs.webkit.org/attachment.cgi?id=373422
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=373422&action=review

>
Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.h:7
6
> +    void dumpResourceLoadStatistics(CompletionHandler<void(const
String&)>&&) override;

final

>
Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsMemoryStore.h:82
> +    void dumpResourceLoadStatistics(CompletionHandler<void(const
String&)>&&) override;

final


More information about the webkit-reviews mailing list