From 4a2e50c180cbb1ff36d65d00a1c476339c230661 Mon Sep 17 00:00:00 2001 From: "dcheng@chromium.org" Date: Wed, 26 Aug 2015 07:54:57 +0000 Subject: Remove javaEnabled setting. As of M45, NPAPI support is (almost) completely gone, so Java will never be supported anyway. BUG=none Review URL: https://codereview.chromium.org/1306403003 git-svn-id: svn://svn.chromium.org/blink/trunk@201211 bbb929c8-8fbe-4397-9dbb-9b2b20218538 --- .../plugins/plugin-placeholder-explicit-size.html | 2 -- .../fast/plugins/plugin-placeholder.html | 2 -- third_party/WebKit/Source/core/frame/Settings.in | 1 - .../WebKit/Source/core/html/HTMLAppletElement.cpp | 27 ++-------------------- .../WebKit/Source/core/html/HTMLAppletElement.h | 1 - .../WebKit/Source/core/html/HTMLPlugInElement.cpp | 2 +- .../Source/modules/plugins/NavigatorPlugins.cpp | 10 +------- .../Source/modules/plugins/NavigatorPlugins.h | 1 - third_party/WebKit/Source/web/WebSettingsImpl.cpp | 5 ---- third_party/WebKit/Source/web/WebSettingsImpl.h | 1 - third_party/WebKit/public/web/WebSettings.h | 1 - 11 files changed, 4 insertions(+), 49 deletions(-) diff --git a/third_party/WebKit/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html b/third_party/WebKit/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html index 465ce24..6a2ff70 100644 --- a/third_party/WebKit/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html +++ b/third_party/WebKit/LayoutTests/fast/plugins/plugin-placeholder-explicit-size.html @@ -18,8 +18,6 @@ applet, embed, object { display: block; margin: 10px; }