NEW 161170
NetworkLoadTiming shouldn't be on ResourceResponseBase
https://bugs.webkit.org/show_bug.cgi?id=161170
Summary NetworkLoadTiming shouldn't be on ResourceResponseBase
Johan K. Jensen
Reported 2016-08-24 16:02:46 PDT
Don't save the NetworkLoadTiming object on the ResourceResponse, as it gets saved to the cache and never used when fetching from the cache.
Attachments
Joseph Pecoraro
Comment 1 2017-02-10 12:01:26 PST
This would be great cleanup for Resource Timing. I think currently it is on ResourceResponse so that it gets serialized with the ResourceResponse from the NetworkProcess to the WebContentProcess in didReceiveResponse. I'll keep this in mind as I further the Resource Timing implementation.
Note You need to log in before you can comment on or make changes to this bug.