From f7ed80ff6a66f2c5ee6f1c3daebd597f4592733d Mon Sep 17 00:00:00 2001
From: Maximilian Krambach
Date: Wed, 23 May 2018 12:56:23 +0200
Subject: [PATCH] js: remove openpgp mode
--
* After discussion, that mode is not required, and can result in
being quite misleading and a maintenance hassle later on.
---
lang/js/BrowserTestExtension/index.html | 7 -
.../BrowserTestExtension/openpgpModeTest.html | 23 --
.../tests/inputValues_openpgpjs.js | 32 --
.../tests/openpgpModeTest.js | 169 ----------
lang/js/BrowserTestExtension/tests/startup.js | 16 -
lang/js/CHECKLIST | 7 +-
lang/js/README | 5 -
lang/js/src/Config.js | 8 +-
lang/js/src/Errors.js | 8 -
lang/js/src/gpgmejs.js | 4 +-
lang/js/src/gpgmejs_openpgpjs.js | 301 ------------------
lang/js/src/index.js | 7 +-
12 files changed, 9 insertions(+), 578 deletions(-)
delete mode 100644 lang/js/BrowserTestExtension/openpgpModeTest.html
delete mode 100644 lang/js/BrowserTestExtension/tests/inputValues_openpgpjs.js
delete mode 100644 lang/js/BrowserTestExtension/tests/openpgpModeTest.js
delete mode 100644 lang/js/src/gpgmejs_openpgpjs.js
diff --git a/lang/js/BrowserTestExtension/index.html b/lang/js/BrowserTestExtension/index.html
index c49aedae..05d413ba 100644
--- a/lang/js/BrowserTestExtension/index.html
+++ b/lang/js/BrowserTestExtension/index.html
@@ -34,13 +34,6 @@
Functionality tests with larger/longer running data sets.
-
-
- Testing openPGP mode.
- - Please notice that, due to comparing
- the inputs and outputs with openpgpjs objects, this test
- requires a copy of openpgpjs in libs.
-
- Openpgp mode test
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/lang/js/BrowserTestExtension/openpgpModeTest.html b/lang/js/BrowserTestExtension/openpgpModeTest.html
deleted file mode 100644
index e7a12be9..00000000
--- a/lang/js/BrowserTestExtension/openpgpModeTest.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-