Bug 172970 - [GLIB] Make remote inspector DBus protocol common to all glib based ports
Summary: [GLIB] Make remote inspector DBus protocol common to all glib based ports
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks: 172971
  Show dependency treegraph
 
Reported: 2017-06-06 05:20 PDT by Carlos Garcia Campos
Modified: 2017-06-06 08:17 PDT (History)
7 users (show)

See Also:


Attachments
Patch (5.11 KB, patch)
2017-06-06 05:23 PDT, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-06-06 05:20:56 PDT
We are currently using "webkitgtk" in the names of DBus interfaces and object paths inside an ifdef with the idea that other ports could use their own names. However, the protocol is the same, so we could use the same names and make all glib based ports compatible to each other. This way we could use the GTK+ MiniBrowser to debug WPE, without having to implement the frontend part in WPE yet.
Comment 1 Carlos Garcia Campos 2017-06-06 05:23:30 PDT
Created attachment 312067 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-06-06 08:17:00 PDT
Committed r217831: <http://trac.webkit.org/changeset/217831>