aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/DemoExtension/testicon.png (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-13js: less confusing icons for test/Demo extensionMaximilian Krambach1-0/+0
-- * The current test icon was just a generic pin. Changed that by the gnupg lock symbol with 'Demo'/'Tests' written on it. Original taken from gnupg artwork/icons/lock-wing.svg.
2018-04-26js: created TestExtension and smaller fixesMaximilian Krambach1-0/+0
-- * Extensions: - Moved testapplication to Demoextension - Created BrowserTestExtension. Includes mocha and chai. For running tests that cannot be run outside a WebExtension Both Extensions can be found zipped in build/extensions after running build_extensions.sh * Code changes: - src/Config: Place for the configuration - small fixes raised during testing in Keyring.js, Message.js, - src/gpgmejs_openpgpjs.js don't offer direct GpgME object to the outside, as it only causes confusion - index.js init() now checks the config for validity * Tests: - Reordered tests in test/. - Input values are now in a separate file which may be of use for bulk testing * moved the build directory from dist to build
2018-04-10js: Initial commit for JavaScript Native Messaging API[email protected]1-0/+0
-- Note this code misses all the legal boilerplate; please add this as soon as possible and provide a DCO so we can merge it into master. I also removed the dist/ directory because that was not source code.