Summary: | Web Inspector: Make WebKitGTK+ port work with Eclipse chromedevtools plugin | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Andre Moreira Magalhaes <andrunko> | ||||||||
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> | ||||||||
Status: | RESOLVED FIXED | ||||||||||
Severity: | Normal | CC: | commit-queue, danilo.eu, graouts, joepeck, timothy, webkit-bug-importer | ||||||||
Priority: | P2 | Keywords: | InRadar | ||||||||
Version: | 528+ (Nightly build) | ||||||||||
Hardware: | PC | ||||||||||
OS: | Linux | ||||||||||
Bug Depends on: | 121123 | ||||||||||
Bug Blocks: | |||||||||||
Attachments: |
|
Description
Andre Moreira Magalhaes
2013-09-10 14:08:05 PDT
Created attachment 211244 [details] Patch This patch requires the patch from bug #121123 to work properly. Created attachment 211586 [details] Updated patch against upstream master Updated patch after http://trac.webkit.org/changeset/155714 - to use Main.html instead of inspector.html on the "devtoolsFrontendUrl" entry on results to /json requests. Tested chromedevtools 0.3.8 plugin with master at 6fa836 + this updated patch and everything is working fine. Comment on attachment 211586 [details] Updated patch against upstream master View in context: https://bugs.webkit.org/attachment.cgi?id=211586&action=review > Source/WebKit2/ChangeLog:12 > + fails. s/fails/fail/ > Source/WebKit2/ChangeLog:28 > + This patch fix the issues by adding support for the missing fields and accepting requests s/fix/fixes/ > Source/WebKit2/UIProcess/InspectorServer/gtk/WebInspectorServerGtk.cpp:128 > + > + // chromedevtools (http://code.google.com/p/chromedevtools) 0.3.8 expected JSON format: > + // { > + // "title": "Foo", > + // "url": "http://foo", > + // "devtoolsFrontendUrl": "/Main.html?ws=localhost:9222/devtools/page/1", > + // "webSocketDebuggerUrl": "ws://localhost:9222/devtools/page/1" > + // }, > + This comment might be more useful if it comes before the response is built. Created attachment 212812 [details]
Patch with review suggestions applied
Patch with review suggestions applied.
Comment on attachment 212812 [details]
Patch with review suggestions applied
Will just wait on the EWS to cq+
Comment on attachment 212812 [details] Patch with review suggestions applied Clearing flags on attachment: 212812 Committed r156555: <http://trac.webkit.org/changeset/156555> All reviewed patches have been landed. Closing bug. |