Bug 55770

Summary: Web Inspector: move dispatching of didCommitLoad to agents into InspectorInstrumentation
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-04 06:03:38 PST
Web Inspector: move dispatching of didCommitLoad to agents into InspectorInstrumentation
Comment 1 Yury Semikhatsky 2011-03-04 06:06:41 PST
Created attachment 84734 [details]
Patch
Comment 2 Pavel Feldman 2011-03-04 06:20:23 PST
Comment on attachment 84734 [details]
Patch

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

> Source/WebCore/inspector/InspectorInstrumentation.cpp:551
> +        domAgent->reset();

setDocument will call reset.
Comment 3 Yury Semikhatsky 2011-03-04 06:33:30 PST
Created attachment 84738 [details]
Patch for landing

Addressed review comments.
Comment 4 Yury Semikhatsky 2011-03-04 07:16:27 PST
Committed r80350: <http://trac.webkit.org/changeset/80350>