RESOLVED FIXED 154998
Stub API to support a debug menu option for measuring resource load statistics
https://bugs.webkit.org/show_bug.cgi?id=154998
Summary Stub API to support a debug menu option for measuring resource load statistics
Brent Fulgham
Reported 2016-03-03 17:46:13 PST
Add a stub preference implementation to allow client applications to activate/deactivate the resource load statistics gathering.
Attachments
Patch (4.07 KB, patch)
2016-03-03 17:49 PST, Brent Fulgham
no flags
Patch (v2) (4.32 KB, patch)
2016-03-04 14:43 PST, Brent Fulgham
aestes: review+
Brent Fulgham
Comment 1 2016-03-03 17:46:35 PST
Brent Fulgham
Comment 2 2016-03-03 17:49:45 PST
Brent Fulgham
Comment 3 2016-03-04 14:43:28 PST
Created attachment 273046 [details] Patch (v2)
Brent Fulgham
Comment 4 2016-03-04 14:44:10 PST
Comment on attachment 273046 [details] Patch (v2) Revised to expect settings flag to be on the WebsiteDataStore, not the WKContext.
Andy Estes
Comment 5 2016-03-04 14:51:39 PST
Comment on attachment 273046 [details] Patch (v2) This looks right to me. If you did the APIWebsiteDataStore part in https://bugs.webkit.org/show_bug.cgi?id=154278 and landed that patch, then you could make this be more than a stub. WKWebsiteDataStoreRef would just need to call into APIWebsiteDataStore, which would already be wired up properly.
Brent Fulgham
Comment 6 2016-03-04 16:40:03 PST
Note You need to log in before you can comment on or make changes to this bug.