From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Live System User Newsgroups: gmane.emacs.devel Subject: Re: [PATCH v2 00/15] xwidget webkit improvements Date: Wed, 26 Oct 2016 04:14:42 -0400 Message-ID: <87lgxbmsr1.fsf@aol.com> References: <20161024164101.26043-1-rekado@elephly.net> <2a39f450-c1ae-3fce-8aa4-d12d2e7506ec@cs.ucla.edu> <878ttbhew9.fsf@elephly.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1477469751 3410 195.159.176.226 (26 Oct 2016 08:15:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 26 Oct 2016 08:15:51 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: Paul Eggert , emacs-devel@gnu.org To: Ricardo Wurmus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 26 10:15:47 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 1bzJMz-0007Sd-J4 for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2016 10:15:33 +0200 Original-Received: from localhost ([::1]:60510 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzJN1-00030u-RL for ged-emacs-devel@m.gmane.org; Wed, 26 Oct 2016 04:15:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzJMp-0002ye-S0 for emacs-devel@gnu.org; Wed, 26 Oct 2016 04:15:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzJMk-0002zx-RM for emacs-devel@gnu.org; Wed, 26 Oct 2016 04:15:23 -0400 Original-Received: from omr-a019e.mx.aol.com ([204.29.186.67]:35493) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzJMk-0002zg-KI for emacs-devel@gnu.org; Wed, 26 Oct 2016 04:15:18 -0400 Original-Received: from mtaout-mac01.mx.aol.com (mtaout-mac01.mx.aol.com [172.26.222.205]) by omr-a019e.mx.aol.com (Outbound Mail Relay) with ESMTP id 3C1903800084; Wed, 26 Oct 2016 04:15:17 -0400 (EDT) Original-Received: from localhost.localdomain (c-50-163-96-131.hsd1.ma.comcast.net [50.163.96.131]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-mac01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id BF10438000081; Wed, 26 Oct 2016 04:15:16 -0400 (EDT) x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1477469717; bh=ulfW/1Y+9AGglhx7oIzcbWiU+GwsE0TRsvG+r+Uhom8=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=Zm0eY4WER7Fvl9hGQjEE6pm/bJBuNvOi8QPf5jP/YCRohL5F5iFeHvVzE60XFxpOc ic/vbCcLLFVNjGfNvjCsOFmmznoKXh38LI88dTRAITINoAxTkqFx6wfDNuELpHO+Ey CqLcKYg9OnfW+0f0c5e3F4yrVpfM/HpR/Eak83L8= x-aol-sid: 3039ac1adecd58106614176e X-AOL-IP: 50.163.96.131 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 204.29.186.67 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:208827 Archived-At: Ricardo Wurmus writes: > Paul Eggert writes: > >> Thanks. I tried that on Fedora 24 x86-64, and got the following=20 >> diagnostic when using M-x xwidget-webkit-browse-url to visit=20 >> http://cs.ucla.edu. >> >> (emacs:22840): Gtk-WARNING **: Allocating size to GtkOffscreenWindow=20 >> 0xd5b6d0 without calling gtk_widget_get_preferred_width/height(). How=20 >> does the code know the size to allocate? >> >> Is this something I should worry about? > > This warning is also produced by the existing xwidget code in Emacs > 25.1. It is harmless, but I did try to remove it and haven=E2=80=99t been > successful yet, as I=E2=80=99m not very familiar with GTK. Yes, this error message was reported with a very simple recipe as Bug#24343. Perhaps someone like Martin could figure out a fix? Thanks. [...]