[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: WebKit plugins?
From: |
Aiko Kyle |
Subject: |
Re: WebKit plugins? |
Date: |
Fri, 5 Nov 2021 19:22:29 -0600 |
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.
>
- WebKit plugins?, Po Lu, 2021/11/04
- Re: WebKit plugins?,
Aiko Kyle <=
- Re: WebKit plugins?, Po Lu, 2021/11/05
- Re: WebKit plugins?, Akira Kyle, 2021/11/10
- Re: WebKit plugins?, Po Lu, 2021/11/10
- Re: WebKit plugins?, Akira Kyle, 2021/11/10
- Re: WebKit plugins?, Po Lu, 2021/11/11
- Re: WebKit plugins?, Akira Kyle, 2021/11/11
Re: WebKit plugins?, Richard Stallman, 2021/11/09
Re: WebKit plugins?, Stefan Kangas, 2021/11/10