[epiphany] Revert "ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2"
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Revert "ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2"
- Date: Tue, 7 Jan 2014 16:35:53 +0000 (UTC)
commit 6044c959c13f5d2e9950379c2f5620e724d85414
Author: Bastien Nocera <hadess hadess net>
Date: Thu Dec 19 18:37:11 2013 +0100
Revert "ephy-embed-single: also initialize nspluginwrapper plugins in WebKit2"
The only plugin nspluginwrapper could really handle was Flash. Flash has
had a 64-bit version for a while, and isn't available separately from
Google Chrome any more. So, nspluginwrapper doesn't have anything to
support, ergo, let's remove nspluginwrapper support.
This reverts commit 09f082567a909bc9369f57a2e14b28846057814e.
https://bugzilla.gnome.org/show_bug.cgi?id=720758
embed/ephy-embed-shell.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c
index 61bcb54..ee57ff3 100644
--- a/embed/ephy-embed-shell.c
+++ b/embed/ephy-embed-shell.c
@@ -42,7 +42,6 @@
#define PAGE_SETUP_FILENAME "page-setup-gtk.ini"
#define PRINT_SETTINGS_FILENAME "print-settings.ini"
-#define NSPLUGINWRAPPER_SETUP "/usr/bin/mozilla-plugin-config"
#define EPHY_EMBED_SHELL_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE ((object), EPHY_TYPE_EMBED_SHELL,
EphyEmbedShellPrivate))
@@ -443,10 +442,6 @@ ephy_embed_shell_init (EphyEmbedShell *shell)
embed_shell = shell;
shell->priv->downloads = NULL;
-
- /* Initialise nspluginwrapper's plugins if available. */
- if (g_file_test (NSPLUGINWRAPPER_SETUP, G_FILE_TEST_EXISTS) != FALSE)
- g_spawn_command_line_sync (NSPLUGINWRAPPER_SETUP, NULL, NULL, NULL, NULL);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]