Bug 77062 - Web Inspector: CodeGeneratorInspector.py: clean InspectorBackendDispatcher.h
Summary: Web Inspector: CodeGeneratorInspector.py: clean InspectorBackendDispatcher.h
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:
Blocks: 72861
  Show dependency treegraph
 
Reported: 2012-01-25 17:10 PST by Peter Rybin
Modified: 2012-01-30 01:44 PST (History)
11 users (show)

See Also:


Attachments
Patch (27.71 KB, patch)
2012-01-25 17:16 PST, Peter Rybin
no flags Details | Formatted Diff | Diff
original cpp (166.95 KB, text/plain)
2012-01-25 17:19 PST, Peter Rybin
no flags Details
original h (26.50 KB, text/plain)
2012-01-25 17:19 PST, Peter Rybin
no flags Details
new cpp (188.25 KB, text/plain)
2012-01-25 17:22 PST, Peter Rybin
no flags Details
new h (26.37 KB, text/plain)
2012-01-25 17:23 PST, Peter Rybin
no flags Details
Patch (28.06 KB, patch)
2012-01-27 09:13 PST, Peter Rybin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Rybin 2012-01-25 17:10:51 PST
Remove private method from header file, add formal interfaces to domain agents (now called "CommandHandler").
Comment 1 Peter Rybin 2012-01-25 17:16:42 PST
Created attachment 124040 [details]
Patch
Comment 2 Peter Rybin 2012-01-25 17:19:30 PST
Created attachment 124042 [details]
original cpp
Comment 3 Peter Rybin 2012-01-25 17:19:51 PST
Created attachment 124043 [details]
original h
Comment 4 Peter Rybin 2012-01-25 17:22:48 PST
Created attachment 124044 [details]
new cpp
Comment 5 Peter Rybin 2012-01-25 17:23:14 PST
Created attachment 124045 [details]
new h
Comment 6 Yury Semikhatsky 2012-01-27 01:32:58 PST
The change looks good, but please add a meaningful description of the changes made in this patch to the ChangeLog including introduction of *CommandHandler interfaces and why we need InspectorBackendDispatcher to be an abstract interface. Are we going to have alternative implementation of the dispatcher?
Comment 7 Peter Rybin 2012-01-27 09:13:05 PST
Created attachment 124327 [details]
Patch
Comment 8 Yury Semikhatsky 2012-01-30 00:57:39 PST
Comment on attachment 124327 [details]
Patch

Clearing flags on attachment: 124327

Committed r106218: <http://trac.webkit.org/changeset/106218>
Comment 9 Yury Semikhatsky 2012-01-30 00:57:55 PST
All reviewed patches have been landed.  Closing bug.