Bug 55558 - Web Inspector: inspector protocol should allow different domains to have methods with same name
Summary: Web Inspector: inspector protocol should allow different domains to have meth...
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: Nobody
URL:
Keywords:
Depends on: 55584
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-02 00:00 PST by Yury Semikhatsky
Modified: 2011-03-03 03:59 PST (History)
10 users (show)

See Also:


Attachments
Patch (3.10 KB, patch)
2011-03-02 22:25 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-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.
Comment 1 Yury Semikhatsky 2011-03-02 22:25:25 PST
Created attachment 84519 [details]
Patch
Comment 2 Yury Semikhatsky 2011-03-03 03:59:27 PST
Committed r80230: <http://trac.webkit.org/changeset/80230>