Remove the browser plugin

The browser plugin is crashy and broken; there are dozens of bugs filed
against it on Bugzilla and nobody is looking at them. Chrome and Firefox
have both dropped support for NPAPI plugins. Epiphany still has support,
but it's hidden behind a gsetting and all the UI to enable it has been
removed, so very few users would be able to figure out how to enable.
I've even previously considered blacklisting this plugin in the past due
to all the crashes.

Since this plugin has not actually worked in any browsers for a long
time now, time to delete it.

https://bugzilla.gnome.org/show_bug.cgi?id=766776
This commit is contained in:
Michael Catanzaro 2018-12-31 13:25:05 -06:00
parent c1c00a8c1d
commit 49133c7245
9 changed files with 0 additions and 2838 deletions

View file

@ -1,9 +1,3 @@
option('browser_plugin',
type: 'boolean',
value: true,
description: 'Enable extensions.gnome.org browser plugin'
)
option('gtk_doc',
type: 'boolean',
value: false,