WebKit Bugzilla
Attachment 371682 Details for
Bug 198692
: [iOS] ResourceLoadStatistics state is not properly relayed to the NetworkProcess
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-198692-20190608170122.patch (text/plain), 1.54 KB, created by
Brent Fulgham
on 2019-06-08 17:01:23 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-06-08 17:01:23 PDT
Size:
1.54 KB
patch
obsolete
>Subversion Revision: 246206 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 1f4953a4f249882065b309a509e6765d74a26d34..ea62a170dc2d6883040a3ea4d2ced93ff75d6538 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2019-06-08 Brent Fulgham <bfulgham@apple.com> >+ >+ [iOS] ResourceLoadStatistics state is not properly relayed to the NetworkProcess >+ https://bugs.webkit.org/show_bug.cgi?id=198692 >+ <rdar://problem/51538088> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * UIProcess/WebProcessPool.cpp: >+ (WebKit::WebProcessPool::setResourceLoadStatisticsEnabled): Message the NetworkProcess >+ on state change. >+ > 2019-06-07 Brent Fulgham <bfulgham@apple.com> > > [iOS] Update sandboxes to address iokit-get-property errors >diff --git a/Source/WebKit/UIProcess/WebProcessPool.cpp b/Source/WebKit/UIProcess/WebProcessPool.cpp >index 34bfc038b957c1751a5bd018f654a472043a9044..604ff4fa33d420954d9e40c2a052514e6efce50b 100644 >--- a/Source/WebKit/UIProcess/WebProcessPool.cpp >+++ b/Source/WebKit/UIProcess/WebProcessPool.cpp >@@ -1488,6 +1488,9 @@ void WebProcessPool::setShouldUseFontSmoothing(bool useFontSmoothing) > void WebProcessPool::setResourceLoadStatisticsEnabled(bool enabled) > { > sendToAllProcesses(Messages::WebProcess::SetResourceLoadStatisticsEnabled(enabled)); >+#if ENABLE(RESOURCE_LOAD_STATISTICS) >+ sendToNetworkingProcess(Messages::NetworkProcess::SetResourceLoadStatisticsEnabled(enabled)); >+#endif > } > > void WebProcessPool::clearResourceLoadStatistics()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 198692
:
371666
|
371681
|
371682
|
371691
|
371697