Bug 55673 - Web Inspector: AppCache agent should have same lifetime as InspectorAgent
Summary: Web Inspector: AppCache agent should have same lifetime as InspectorAgent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks: 54112
  Show dependency treegraph
 
Reported: 2011-03-03 07:21 PST by Yury Semikhatsky
Modified: 2011-03-04 00:29 PST (History)
10 users (show)

See Also:


Attachments
Patch (10.35 KB, patch)
2011-03-03 07:26 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff
Patch for landing (11.81 KB, patch)
2011-03-04 00:21 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-03-03 07:21:21 PST
Web Inspector: AppCache agent should have same lifetime as InspectorAgent
Comment 1 Yury Semikhatsky 2011-03-03 07:26:54 PST
Created attachment 84559 [details]
Patch
Comment 2 Pavel Feldman 2011-03-03 07:47:28 PST
Comment on attachment 84559 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=84559&action=review

> Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp:52
> +void InspectorApplicationCacheAgent::setFrontend(InspectorFrontend* frontend)

I would pass agent-specific frontend in here.
Comment 3 Yury Semikhatsky 2011-03-04 00:21:02 PST
Created attachment 84702 [details]
Patch for landing
Comment 4 Yury Semikhatsky 2011-03-04 00:29:19 PST
Committed r80332: <http://trac.webkit.org/changeset/80332>