gpgme/lang/js/BrowserTestExtension/tests
Maximilian Krambach e16a87e839 js: Making objects inmutable
--

* An Object.freeze should stop any malicious third party from changing
  objects' methods once the objects are instantiated (see unittest for
  an approach that would have worked before)
  - An initialized gpgmejs- object doesn't have a '_Keyring' property
    anymore (it still has its 'Keyring')
  - The internal expect='base64' needed to be turned into a method.
2018-07-30 12:31:27 +02:00
..
encryptDecryptTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00
encryptTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00
inputvalues.js js: change the write access for js class methods 2018-07-27 20:36:21 +02:00
KeyImportExport.js js: clean up test extension 2018-07-27 11:20:33 +02:00
longRunningTests.js js: clean up test extension 2018-07-27 11:20:33 +02:00
signTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00
startup.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
verifyTest.js js: clean up test extension 2018-07-27 11:20:33 +02:00