WebKit Bugzilla
Attachment 371697 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-20190608191015.patch (text/plain), 1.56 KB, created by
Brent Fulgham
on 2019-06-08 19:10:16 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-06-08 19:10:16 PDT
Size:
1.56 KB
patch
obsolete
>Subversion Revision: 246235 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 254cfbe48c0643843db167c4c50691ab0e06a0d1..d353e98033276d517939d3a85e1f9baaa3437fd0 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-08 Andy Estes <aestes@apple.com> > > [Apple Pay] If we have a bound interface identifier, set it on new PKPaymentRequests >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