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: Current status of the xwidget branch Date: Sun, 08 Feb 2015 00:26:59 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423351649 19446 80.91.229.3 (7 Feb 2015 23:27:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2015 23:27:29 +0000 (UTC) Cc: Emacs developers To: raman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 08 00:27:28 2015 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 1YKEme-00018j-7z for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2015 00:27:28 +0100 Original-Received: from localhost ([::1]:54963 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKEmd-000193-Lt for ged-emacs-devel@m.gmane.org; Sat, 07 Feb 2015 18:27:27 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKEma-00018x-9X for emacs-devel@gnu.org; Sat, 07 Feb 2015 18:27:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKEmV-0006Uz-A9 for emacs-devel@gnu.org; Sat, 07 Feb 2015 18:27:24 -0500 Original-Received: from mx2.bahnhof.se ([213.80.101.12]:44586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKEmV-0006TE-3w for emacs-devel@gnu.org; Sat, 07 Feb 2015 18:27:19 -0500 Original-Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx2-reinject (Postfix) with ESMTP id A236E40B4C; Sun, 8 Feb 2015 00:27:16 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF2) Original-Received: from mf2.bahnhof.se ([127.0.0.1]) by localhost (mf2.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bZ1M3-8j4dmP; Sun, 8 Feb 2015 00:27:10 +0100 (CET) Original-Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf2.bahnhof.se (Postfix) with ESMTP id DE0319401C7; Sun, 8 Feb 2015 00:27:09 +0100 (CET) Original-Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 8C6B352BBB8; Sat, 7 Feb 2015 23:27:09 +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 lxJUKnfzejJa; Sun, 8 Feb 2015 00:26:59 +0100 (CET) Original-Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id 8353E52BBB7; Sun, 8 Feb 2015 00:26:59 +0100 (CET) In-Reply-To: (raman@google.com's message of "Sat, 07 Feb 2015 14:47:10 -0800") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182623 Archived-At: raman writes: > Would it also be possible to manipulate the DOM from the Lisp side? > Would make for interesting use-cases. > > Webkit implements the debugger API so the other way to do this is to > talk to that API and get a copy of the DOM to parse via libxml on the > Emacs side Yes it is possible, and some of that is already done in the branch. However, at the moment I will focus on simplifying the patch so that it can be merged to master. -- Joakim Verona