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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 05:12:56 PST 2010


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





--- Comment #17 from Jamey Hicks <jamey.hicks at nokia.com>  2010-03-08 05:12:56 PST ---
Created an attachment (id=50213)
 --> (https://bugs.webkit.org/attachment.cgi?id=50213)
diagram of remote Web Inspector use case

In this use case, the inspected webkit (on the left) exports a JSON over HTTP
interface to the full inspector backend functionality, enabling the Web
Inspector UI to be run on a different machine.

In order for the javascript to accept a connection, either it will have to use
an intermediary, so that both inspected and inspector javascript use HTTP
client sockets, or one of the browsers will need to use an extension enabling
HTTP server sockets.

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