WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Yury Semikhatsky
Comment 1
2011-03-02 22:25:25 PST
Created
attachment 84519
[details]
Patch
Yury Semikhatsky
Comment 2
2011-03-03 03:59:27 PST
Committed
r80230
: <
http://trac.webkit.org/changeset/80230
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug