[epiphany] Remove about:plugins leftovers



commit c7017b2137f4d12a1bbe066b612345291ea88620
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Nov 28 12:44:17 2019 -0600

    Remove about:plugins leftovers
    
    This page no longer exists.

 src/resources/about.css    | 34 ----------------------------------
 tests/ephy-web-view-test.c |  1 -
 2 files changed, 35 deletions(-)
---
diff --git a/src/resources/about.css b/src/resources/about.css
index 54ed39dff..8549a52e8 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -97,40 +97,6 @@ h1 {
             drop-shadow(-1px 0 rgba(0, 0, 0, 0.1));
 }
 
-/* about:plugins */
-
-#plugin-table
-{
-    margin-top: 10px;
-    width: 96%;
-    text-align: left;
-    border-collapse: collapse;
-}
-
-#plugin-table th
-{
-    padding: 6px;
-    background: var(--header-color);
-    border: 2px var(--header-color);
-    color: var(--header-text-color);
-    width: 33%;
-}
-
-#plugin-table td
-{
-    padding: 4px;
-    background: var(--bg-color);
-    border-bottom: 1px solid var(--borders);
-    color: var(--fg-color);
-    border-top: 1px solid transparent;
-}
-
-#plugin-table tr:hover td
-{
-    background: var(--row-hover-color);
-    color: var(--fg-color);
-}
-
 /* about:epiphany */
 
 html.epiphany-html {
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index d6712c7c2..797715f45 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -129,7 +129,6 @@ static const URLTest test_load_url[] = {
   /* { "about:epiphany", "ephy-about:epiphany" }, */
   /* { "about:applications", "ephy-about:applications" }, */
   /* { "about:memory", "ephy-about:memory" }, */
-  /* { "about:plugins", "ephy-about:plugins" }, */
 };
 
 /* Tests that EphyWebView is successfully loading the given URL. */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]