Bug 147541
| Summary: | Web Inspector: Remote interface should be portable | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | rdowdall <rdowdall> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
rdowdall@cranksoftware.com
The current remote web inspector enablement is Mac OSX centric. If someone wanted to extend it to the GTK, Windows, or EFL ports, there isn't a clean way to go about this as much of the remote inspector code assumes that it is being built for mac.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
GTK/EFL has a different remote inspector method that uses web sockets.
rdowdall@cranksoftware.com
Thanks for the follow up. Whereabouts in the code base could I find that implementation? It sounds like exactly what I want, but I just couldn't find it.
rdowdall@cranksoftware.com
Never mind, I found it. It's under Webkit2/UIProcess/InspectorServer
I was looking for the REMOTE_INSPECTOR enablement, and not the INSPECTOR_SERVER enablement.