WebKit Bugzilla
Attachment 371681 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-20190608164959.patch (text/plain), 1.49 KB, created by
Brent Fulgham
on 2019-06-08 16:50:00 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Brent Fulgham
Created:
2019-06-08 16:50:00 PDT
Size:
1.49 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..08a33ac92fd4bd5855e05c0a6863782f89c89c6f 100644 >--- a/Source/WebKit/UIProcess/WebProcessPool.cpp >+++ b/Source/WebKit/UIProcess/WebProcessPool.cpp >@@ -1488,6 +1488,7 @@ void WebProcessPool::setShouldUseFontSmoothing(bool useFontSmoothing) > void WebProcessPool::setResourceLoadStatisticsEnabled(bool enabled) > { > sendToAllProcesses(Messages::WebProcess::SetResourceLoadStatisticsEnabled(enabled)); >+ sendToNetworkingProcess(Messages::NetworkProcess::SetResourceLoadStatisticsEnabled(enabled)); > } > > 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