RESOLVED FIXED Bug 55558
Web Inspector: inspector protocol should allow different domains to have methods with same name
https://bugs.webkit.org/show_bug.cgi?id=55558
Summary Web Inspector: inspector protocol should allow different domains to have meth...
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.