We should not send network-related notifications unless front-end is interested.
Created attachment 79602 [details] [PATCH] Proposed change
Comment on attachment 79602 [details] [PATCH] Proposed change View in context: https://bugs.webkit.org/attachment.cgi?id=79602&action=review Looks good. > Source/WebCore/inspector/InspectorResourceAgent.h:52 > class InspectorObject; nit: this looks out of order.
Comment on attachment 79602 [details] [PATCH] Proposed change View in context: https://bugs.webkit.org/attachment.cgi?id=79602&action=review > Source/WebCore/inspector/InspectorController.cpp:491 > +InspectorResourceAgent* InspectorController::resourceAgent() We should be consistent: either agents are enabled explicitly or on demand.
Committed r76249: <http://trac.webkit.org/changeset/76249>
http://trac.webkit.org/changeset/76249 might have broken Windows Debug (Build)