[Webkit-unassigned] [Bug 121121] New: Web Inspector: Make WebKitGTK+ port work with Eclipse chromedevtools plugin
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 10 14:08:53 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=121121
Summary: Web Inspector: Make WebKitGTK+ port work with Eclipse
chromedevtools plugin
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: andrunko at gmail.com
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com, graouts at apple.com
The chromedevtools plugin (http://code.google.com/p/chromedevtools/) requires a specific json format to connect to the webkit inspector.
The current format is missing some required fields that make the connection with the plugin fails.
The format expected by the plugin is as follows:
{
"title": "Foo",
"url": "http://foo",
"devtoolsFrontendUrl": "/inspector.html?ws=localhost:9222/devtools/page/1",
"webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/1"
}
The current format is missing the entries for "devtoolsFrontendUrl" and "webSocketDebuggerUrl".
The plugin also sends a GET request to http://host:port/json instead of http://host:port/pagelist.json when retrieving the pages list.
Patch to follow.
--
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