Bug 147541

Summary: Web Inspector: Remote interface should be portable
Product: WebKit Reporter: rdowdall <rdowdall>
Component: Web InspectorAssignee: 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   

Description rdowdall@cranksoftware.com 2015-08-02 05:52:49 PDT
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.
Comment 1 Timothy Hatcher 2015-08-04 14:50:58 PDT
GTK/EFL has a different remote inspector method that uses web sockets.
Comment 2 rdowdall@cranksoftware.com 2015-08-04 17:00:27 PDT
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.
Comment 3 rdowdall@cranksoftware.com 2015-08-04 17:24:16 PDT
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.