unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Aiko Kyle <aikokyle@gmail.com>
To: Po Lu <luangruo@yahoo.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: WebKit plugins?
Date: Fri, 5 Nov 2021 19:22:29 -0600	[thread overview]
Message-ID: <CAPWcbYE1Q5n-Yp+uYCc=h7f3MSgoBPs4goi3hM1HN3StO2r_9A@mail.gmail.com> (raw)
In-Reply-To: <87bl2zba0n.fsf@yahoo.com>

https://webkitgtk.org/reference/webkit2gtk/stable/WebKitPlugin.html

On Thu, Nov 4, 2021 at 8:40 PM Po Lu <luangruo@yahoo.com> wrote:
>
> Inspecting the source of `xwidget.el', I came across the following
> curiosity:
>
>   (when (memq window-system '(mac ns))
>     (defcustom xwidget-webkit-enable-plugins nil
>       "Enable plugins for xwidget webkit.
>   If non-nil, plugins are enabled.  Otherwise, disabled."
>       :type 'boolean
>       :version "28.1"))
>
> The only place where these are used is in nsxwidget.m, which is only
> useful on macOS:
>
>   Lisp_Object enablePlugins =
>     Fintern (build_string ("xwidget-webkit-enable-plugins"), Qnil);
>   if (!EQ (Fsymbol_value (enablePlugins), Qnil))
>     configuration.preferences.plugInsEnabled = YES;
>
> I couldn't find any documentation with respect to what these plugins
> are, and what they do.  Could someone explain what these are, and if
> and/or why they cannot be used with WebKitGTK+?  Thanks.
>



  reply	other threads:[~2021-11-06  1:22 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87bl2zba0n.fsf.ref@yahoo.com>
2021-11-05  2:40 ` WebKit plugins? Po Lu
2021-11-06  1:22   ` Aiko Kyle [this message]
2021-11-06  1:43     ` Po Lu
2021-11-11  2:10       ` Akira Kyle
2021-11-11  2:44         ` Po Lu
2021-11-11  3:21           ` Akira Kyle
2021-11-11  7:30             ` Po Lu
2021-11-12  0:32               ` Akira Kyle
2021-11-10  4:34   ` Richard Stallman
2021-11-10  5:33     ` Po Lu
2021-11-10 12:39   ` Stefan Kangas
2021-11-10 13:51     ` Po Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPWcbYE1Q5n-Yp+uYCc=h7f3MSgoBPs4goi3hM1HN3StO2r_9A@mail.gmail.com' \
    --to=aikokyle@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).