From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: WPE Webkit update Date: Sat, 10 Aug 2024 08:46:11 +0300 Message-ID: <86y155j5gc.fsf@gnu.org> References: <877ccpmf75.fsf.ref@yahoo.com> <877ccpmf75.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5298"; mail-complaints-to="usenet@ciao.gmane.io" Cc: noe@xn--no-cja.eu, emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Aug 10 07:46:59 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1scewM-0001Dw-PO for ged-emacs-devel@m.gmane-mx.org; Sat, 10 Aug 2024 07:46:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1scevh-0005Em-Rp; Sat, 10 Aug 2024 01:46:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1scevf-0005ES-VV for emacs-devel@gnu.org; Sat, 10 Aug 2024 01:46:16 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sceve-0003wc-UW; Sat, 10 Aug 2024 01:46:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=dw903+25qo8CWs9GXF9lUaSCFXteVssoHHPHBYap+4M=; b=Ypdzgjkog3a5qrD4iQja ozjRIbru95jVmVKmNhiuEFAnW4qRJxbGhznrOtdKiio6OTWetfksg4P9T5ITPc1zjBLrf6Egg8dby +2Q027pCPNBTNT2Dt/QncvGDg81TYzpzS+yeJAuv/3Rm8M/wSZ2MRonOlzV3ZyPMtXRpVuod1bnMq ejcFQm2qcAfWeSI0AthKda9c9IKK9yMH0uptIpvqKP3KMi2pYtmRpXqu/zycSvxjHFHzyjSfSHAkD H172dPx8dvMMD/Kb42YodKXC0ewcCNCeklo1eS1JPxxwhfz5zexbfyJ+cvUWLyC0/dCsS8UQxMiO5 sbpycuJDcmXWRQ==; In-Reply-To: <877ccpmf75.fsf@yahoo.com> (message from Po Lu on Sat, 10 Aug 2024 07:47:26 +0800) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:322605 Archived-At: > From: Po Lu > Cc: emacs-devel@gnu.org > Date: Sat, 10 Aug 2024 07:47:26 +0800 > > Noé Lopez writes: > > > Hi everyone, > > > > I am happy to say that after a lot of debugging I've managed to get WPE > > Webkit to load a web page and display it inside xwidgets! > > > > Next step is to get the inputs working again, but it should be much > > easier now with all the knowledge I've gathered. > > > > There's 8 commits now, what's the best way to share these? > > If you've signed papers, I suggest creating a scratch or feature branch > in the Emacs repository, to which Eli or Stefan should be capable of > granting you write access. I'm not sure 8 commits justify a branch, unless there's a good chance for significantly more. Also, a branch is a good idea if you want people to try it and report any issues before landing on master. Is the WIP at that stage now? Thanks.