Bug 55558

Summary: Web Inspector: inspector protocol should allow different domains to have methods with same name
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
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: 55584    
Bug Blocks:    
Attachments:
Description Flags
Patch pfeldman: review+

Yury Semikhatsky
Reported 2011-03-02 00:00:02 PST
Now we cannot have Debugger.enable and Profiler.enable methods as they both would be translated into "enable" command and break InspectorBackendDispatcher which maps each command name to a single agent+method pair. Also each protocol event results in a similarly named method on InspectorFrontend.
Attachments
Patch (3.10 KB, patch)
2011-03-02 22:25 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2011-03-02 22:25:25 PST
Yury Semikhatsky
Comment 2 2011-03-03 03:59:27 PST
Note You need to log in before you can comment on or make changes to this bug.