[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector - Cross Platform InspectorServer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 27 04:17:44 PST 2011


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





--- Comment #50 from Pavel Feldman <pfeldman at chromium.org>  2011-01-27 04:17:43 PST ---
(From update of attachment 80254)
View in context: https://bugs.webkit.org/attachment.cgi?id=80254&action=review

> Source/WebCore/inspector/InspectorServer.cpp:1
> +/*

My biggest concern is that this class lives in the WebCore. In Chromium, we can't do page discovery from within the WebCore and we also can't open listen socket from there. What is it going to be like in WebKit2? I was thinking that we implement it a bit differently:
- WebCore (or WebKit/cf) contains code that can be reused by the platforms in order to support HTTP/WebSocket server infrastructure
- WebKit layer instantiates it and pipes messages to the corresponding InspectorController instance.

The code looks nice and clean btw, great job!

-- 
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