Bug 55673

Summary: Web Inspector: AppCache agent should have same lifetime as InspectorAgent
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 54112    
Attachments:
Description Flags
Patch
pfeldman: review+
Patch for landing none

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>