From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: xwidget and webkit devtools Date: Wed, 13 Apr 2016 23:52:41 +0200 Message-ID: References: <878u0hw5yk.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1460584414 12679 80.91.229.3 (13 Apr 2016 21:53:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2016 21:53:34 +0000 (UTC) Cc: emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 13 23:53:24 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aqSiw-0000h7-PQ for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2016 23:53:22 +0200 Original-Received: from localhost ([::1]:52923 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqSiw-0005Ac-2W for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2016 17:53:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55523) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqSis-00057r-A9 for emacs-devel@gnu.org; Wed, 13 Apr 2016 17:53:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqSip-0005yY-4X for emacs-devel@gnu.org; Wed, 13 Apr 2016 17:53:18 -0400 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:18330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqSio-0005yR-U9 for emacs-devel@gnu.org; Wed, 13 Apr 2016 17:53:15 -0400 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id 6836343FB3; Wed, 13 Apr 2016 23:53:12 +0200 (CEST) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF3) Original-Received: from mf3.bahnhof.se ([127.0.0.1]) by localhost (mf3.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lbAj5rzZt145; Wed, 13 Apr 2016 23:53:02 +0200 (CEST) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf3.bahnhof.se (Postfix) with ESMTP id D1A0D3E8D27; Wed, 13 Apr 2016 23:52:59 +0200 (CEST) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 50B5D4EF5C3; Wed, 13 Apr 2016 21:52:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Original-Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FIRKNXylpKwQ; Wed, 13 Apr 2016 23:52:41 +0200 (CEST) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id B3B104EF5BE; Wed, 13 Apr 2016 23:52:41 +0200 (CEST) In-Reply-To: <878u0hw5yk.fsf@petton.fr> (Nicolas Petton's message of "Wed, 13 Apr 2016 23:32:03 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 213.80.101.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:202888 Archived-At: Nicolas Petton writes: > Hi, > > I was wondering if it's possible to toggle the webkit devtools with > xwidgets? Not that I know of. Probably you need to expose api:s like: http://webkitgtk.org/reference/webkitgtk/stable/WebKitWebInspector.html In the main xwidget branch there is a gir implementation so that you dont need to wrap every interesting function. In this case it seems a little bit harder than usual to access because it seems you need to manage a new frame. > > Cheers, > Nico > -- Joakim Verona