GNU bug report logs - #22602
Patch to enable webgl and javascript debug on xwidget-webkit

Previous Next

Package: emacs;

Reported by: "anderson.marco" <anderson.marco <at> gmail.com>

Date: Mon, 8 Feb 2016 21:08:01 UTC

Severity: wishlist

Tags: moreinfo, patch

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 22602 in the body.
You can then email your comments to 22602 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#22602; Package emacs. (Mon, 08 Feb 2016 21:08:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "anderson.marco" <anderson.marco <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 08 Feb 2016 21:08:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "anderson.marco" <anderson.marco <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Patch to enable webgl and javascript debug on xwidget-webkit
Date: Mon, 8 Feb 2016 18:57:49 -0200
[Message part 1 (text/plain, inline)]
Webkit in emacs 25.0.90 haven't supports  webgl and javascript debug. I
makes a  patch short to correct this problem.  This patch is annexed in
this email.
Forgive my english. I just know write a little english.
[Message part 2 (text/html, inline)]
[inspectHtmlJavascripAndSuportToWebgl.patch (text/x-patch, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22602; Package emacs. (Wed, 12 Aug 2020 12:10:01 GMT) Full text and rfc822 format available.

Message #8 received at 22602 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "anderson.marco" <anderson.marco <at> gmail.com>
Cc: 22602 <at> debbugs.gnu.org
Subject: Re: bug#22602: Patch to enable webgl and javascript debug on
 xwidget-webkit
Date: Wed, 12 Aug 2020 14:09:20 +0200
(I'm going through old bug reports that unfortunately got no response at
the time.)

"anderson.marco" <anderson.marco <at> gmail.com> writes:

> Webkit in emacs 25.0.90 haven't supports  webgl and javascript debug. I makes a 
> patch short to correct this problem.  This patch is annexed in this email. 
> Forgive my english. I just know write a little english. 

This was more than four years ago, and there's been a large number of
changes to the xwidget code in Emacs, so the patch no longer applies.

> +          WebKitWebSettings *settings =webkit_web_view_get_settings (WEBKIT_WEB_VIEW(xw->widget_osr));
> +
> +          g_object_set (G_OBJECT(settings), "enable-webgl", TRUE, NULL);
> +          g_object_set (G_OBJECT(settings), "enable-developer-extras",TRUE,NULL);         

So I wonder whether this is still something that's necessary?  It's
surprising to me that webkit doesn't enable webgl by default, for instance.

> +WebKitWebView* inspect_web_view(WebKitWebInspector *web_inspector, 
> +                                WebKitWebView      *web_view, gpointer user_data)

Also -- how is this inspect_web_view function supposed to be used?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 12 Aug 2020 12:10:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22602; Package emacs. (Mon, 14 Sep 2020 15:06:02 GMT) Full text and rfc822 format available.

Message #13 received at 22602 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: "anderson.marco" <anderson.marco <at> gmail.com>
Cc: 22602 <at> debbugs.gnu.org
Subject: Re: bug#22602: Patch to enable webgl and javascript debug on
 xwidget-webkit
Date: Mon, 14 Sep 2020 17:05:38 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

>> +WebKitWebView* inspect_web_view(WebKitWebInspector *web_inspector, 
>> + WebKitWebView *web_view, gpointer user_data)
>
> Also -- how is this inspect_web_view function supposed to be used?

This was five weeks ago, and there was no response, so I'm closing this
bug report.  If progress can be made, please respond to the debbugs
mail address, and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 22602 <at> debbugs.gnu.org and "anderson.marco" <anderson.marco <at> gmail.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 14 Sep 2020 15:06:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 13 Oct 2020 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 196 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.