Summary: | Web Inspector: enable resource agent upon request. | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Pavel Feldman <pfeldman> | ||||
Component: | Web Inspector (Deprecated) | Assignee: | Pavel Feldman <pfeldman> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | abarth, apavlov, bweinstein, eric, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Attachments: |
|
Description
Pavel Feldman
2011-01-20 08:11:02 PST
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) |