all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Po Lu <luangruo@yahoo.com>, emacs-devel@gnu.org
Cc: Jaesup Kwak <veshboo@gmail.com>, Sungbin Jo <pcr910303@icloud.com>
Subject: Re: WebKit plugins?
Date: Wed, 10 Nov 2021 04:39:05 -0800	[thread overview]
Message-ID: <CADwFkmkF3pDW1ijBUpc1a3MTEwhvMi3vYEnFCjh_BU43fhRwuA@mail.gmail.com> (raw)
In-Reply-To: <87bl2zba0n.fsf@yahoo.com>

Po Lu <luangruo@yahoo.com> writes:

> 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.

That was added here:

    commit d089c4fbfc8be432dc3015a99b4044dab0a0de97
    Author: Sungbin Jo <pcr910303@icloud.com>
    Date:   Wed Aug 12 12:12:34 2020 +0200

        Add xwidget support for macOS

        Co-authored-by: Jaesup Kwak <veshboo@gmail.com>

I've CC:ed the authors of that change.



  parent reply	other threads:[~2021-11-10 12:39 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
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 [this message]
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

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

  git send-email \
    --in-reply-to=CADwFkmkF3pDW1ijBUpc1a3MTEwhvMi3vYEnFCjh_BU43fhRwuA@mail.gmail.com \
    --to=stefankangas@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=pcr910303@icloud.com \
    --cc=veshboo@gmail.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.