Add diagnostic logging for ResourceResponse's source (network, disk cache, disk cache after validation) to give us an idea of our network cache efficacy. Radar: <rdar://problem/19632080>
Created attachment 245899 [details] Patch
Comment on attachment 245899 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245899&action=review > Source/WebCore/loader/ResourceLoader.cpp:300 > +static inline void logResourceResponseSource(Frame* frame, ResourceResponseBase::Source source) inline seems overkill
Comment on attachment 245899 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=245899&action=review >> Source/WebCore/loader/ResourceLoader.cpp:300 >> +static inline void logResourceResponseSource(Frame* frame, ResourceResponseBase::Source source) > > inline seems overkill it is nicer to use ResourceResponse::Source, the Base is just an implementation detail.
Committed r179533: <http://trac.webkit.org/changeset/179533>