[Webkit-unassigned] [Bug 35340] [Qt] Enable alternate HTML/JavaScript front-ends for Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 26 06:18:44 PST 2010


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





--- Comment #11 from Jamey Hicks <jamey.hicks at nokia.com>  2010-02-26 06:18:44 PST ---
I agree that it would be helpful to have the remote inspector available in
WebKit trunk.

There are two pieces of this that are platform specific: The first is the piece
I just patched for Qt -- the platform specific code that launches a particular
html/javascript page for the inspector frontend. 

Someone would need to do this for other platforms.

The second is the server part. Using WebSockets to connect the UI and the
inspector might remove the need for an HTTP server in WebKit, which would
reduce the platform dependences.

In the short term, I'll be working on the HTTP server in Qt/WebKit and I do
plan on making that public.

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