From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 0/6] xwidget webkit: Use WebKit2 API. Date: Wed, 21 Sep 2016 17:51:27 +0300 Message-ID: <83oa3hfgr4.fsf@gnu.org> References: <20160921115018.29576-1-rekado@elephly.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1474470433 8964 195.159.176.226 (21 Sep 2016 15:07:13 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 21 Sep 2016 15:07:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ricardo Wurmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 21 17:07:09 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bmj6d-0005Im-W5 for ged-emacs-devel@m.gmane.org; Wed, 21 Sep 2016 17:06:40 +0200 Original-Received: from localhost ([::1]:42972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmiuE-00011m-3b for ged-emacs-devel@m.gmane.org; Wed, 21 Sep 2016 10:53:50 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmirl-0008JX-KW for emacs-devel@gnu.org; Wed, 21 Sep 2016 10:51:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmird-0005hx-NK for emacs-devel@gnu.org; Wed, 21 Sep 2016 10:51:15 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmird-0005h3-Kb; Wed, 21 Sep 2016 10:51:09 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3646 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bmirb-0007gH-5l; Wed, 21 Sep 2016 10:51:07 -0400 In-reply-to: <20160921115018.29576-1-rekado@elephly.net> (message from Ricardo Wurmus on Wed, 21 Sep 2016 13:50:12 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:207659 Archived-At: > From: Ricardo Wurmus > Date: Wed, 21 Sep 2016 13:50:12 +0200 > Cc: Ricardo Wurmus > > O fellow humans on emacs-devel! > > I noticed that for the embedding of a WebKit widget in Emacs an old > version of WebKitGtk is needed, because the code in "src/xwidget.c" > targets the WebKit1 API. As far as I know, only the latest version of > WebKitGtk is actively maintained, so it seems like a good idea to make > Emacs work with the latest version. > > The first patch in this series adjusts the code such that the WebKit2 > API is used instead, which allows users to build Emacs with the latest > version of WebKit(2)Gtk. Due to process separation in WebKit2Gtk, > scrolling is now supposed to be done in the UI process. This is what > the second patch does; it implements scrolling by executing JavaScript > in the WebKit view. (Maybe the first two commits should be squashed?) > > The other patches are simple changes to make interacting with the > WebKit widget a little easier. Thank you for your contribution. > PS: I did copyright assigment for GNU Guile already, but I'm not sure > if copyright assignment is on file for Emacs already. No, the Emacs assignment is not yet on file. We will have to wait until it is, before we can accept your contributions. Thanks again for working on this.