[Webkit-unassigned] [Bug 35016] Enable alternate front-ends for Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 17 12:50:50 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35016





--- Comment #11 from Pavel Feldman <pfeldman at chromium.org>  2010-02-17 12:50:49 PST ---
(In reply to comment #8)
> Created an attachment (id=48923)
 --> (https://bugs.webkit.org/attachment.cgi?id=48923) [details]
> Web Inspector architecture with patch 48854 applied
> 
> Shows subclassing of InspectorFrontend for the direct communication path into
> the ScriptState of the Web Inspector UI Page.

I can see the subclassing, but that's not really what you want. All inspector
frontend methods are dispatched into the "dispatch" script function calls with
script value parameters. All that you need is to be able to use your
ScriptFunctionCall that would serialize parameters. There already is a perfect
tool for serializing ScriptValues that is JSON. So you don't really need any
subclassing, just parametrized proxy object or pluggable ScriptFunctionCall
version.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list