Bug 147541 - Web Inspector: Remote interface should be portable
Summary: Web Inspector: Remote interface should be portable
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 05:52 PDT by rdowdall@cranksoftware.com
Modified: 2015-08-04 17:24 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.