gpgme/lang/js/BrowserTestExtension
Maximilian Krambach 0356a667c5 js: implement import/delete Key, some fixes
--

* Keyring.js
   - implemented importKey: importing one or more armored public key
     blocks.
   - implemented deleteKey: deleting a public Key from gpg.

* Key.js renamed property Key.armor to Key.armored

* Helpers.js: toKeyIDArray does not complain anymore if there are no
  keys. Not having Keys in e.g. signing keys in encrypt is legitimate
  and common, the complaints were getting spammy

* Errors.js: gpgme_errors now always pass an optional additional
  message, for easier debugging in minified code

* Connection.js: Fix in gpgme-json responses containing objects

* eslintrc.json: Start using eslint. A cleanup to conform to it is not
  done yet

* Added further tests for the new functionality
2018-06-06 11:57:41 +02:00
..
tests js: implement import/delete Key, some fixes 2018-06-06 11:57:41 +02:00
browsertest.html js: implement import/delete Key, some fixes 2018-06-06 11:57:41 +02:00
index.html js: remove openpgp mode 2018-05-23 12:56:23 +02:00
longTests.html js: more testing of nativeMessaging connection 2018-05-09 19:40:57 +02:00
manifest.json js: created TestExtension and smaller fixes 2018-04-26 17:13:34 +02:00
popup.html js: created TestExtension and smaller fixes 2018-04-26 17:13:34 +02:00
popup.js js: more testing of nativeMessaging connection 2018-05-09 19:40:57 +02:00
runbrowsertest.js js: more testing of nativeMessaging connection 2018-05-09 19:40:57 +02:00
rununittests.js js: more testing of nativeMessaging connection 2018-05-09 19:40:57 +02:00
setup_testing.js js: created TestExtension and smaller fixes 2018-04-26 17:13:34 +02:00
testicon.png js: created TestExtension and smaller fixes 2018-04-26 17:13:34 +02:00
testkey2.pub js: Keyring listing keys 2018-05-28 17:26:56 +02:00
testkey.pub js: more testing 2018-05-08 18:33:41 +02:00
testkey.sec js: more testing 2018-05-08 18:33:41 +02:00
unittests.html js: more testing of nativeMessaging connection 2018-05-09 19:40:57 +02:00