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   

rdowdall@cranksoftware.com
Reported 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.
Attachments
Timothy Hatcher
Comment 1 2015-08-04 14:50:58 PDT
GTK/EFL has a different remote inspector method that uses web sockets.
rdowdall@cranksoftware.com
Comment 2 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.
rdowdall@cranksoftware.com
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.