Bug 55820 - Web Inspector: pass explicit agent references to InspectorBackendDispatcher
Summary: Web Inspector: pass explicit agent references to InspectorBackendDispatcher
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-05 03:40 PST by Yury Semikhatsky
Modified: 2011-03-09 06:03 PST (History)
10 users (show)

See Also:


Attachments
Patch (9.99 KB, patch)
2011-03-05 03:41 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
Patch (10.34 KB, patch)
2011-03-05 03:44 PST, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
Patch (15.69 KB, patch)
2011-03-09 05:24 PST, Yury Semikhatsky
pfeldman: review+
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-05 03:40:06 PST
Web Inspector: pass explicit agent references to InspectorBackendDispatcher. The dispatcher should exists only when frontend is connected to the backend as in other moments we don't expect any messages to be sent to the backend.
Comment 1 Yury Semikhatsky 2011-03-05 03:41:41 PST
Created attachment 84856 [details]
Patch
Comment 2 Yury Semikhatsky 2011-03-05 03:44:33 PST
Created attachment 84857 [details]
Patch
Comment 3 Yury Semikhatsky 2011-03-09 05:24:08 PST
Created attachment 85164 [details]
Patch
Comment 4 Yury Semikhatsky 2011-03-09 06:03:37 PST
Committed r80640: <http://trac.webkit.org/changeset/80640>