aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/CHECKLIST_build
diff options
context:
space:
mode:
author[email protected] <[email protected]>2018-04-10 09:33:14 +0000
committerWerner Koch <[email protected]>2018-04-10 16:47:59 +0000
commiteef3a509fa5744e5f09ec8084985e6070b78226b (patch)
treed5fe58d4e50c56a2a750bac81d79266a71e5ec01 /lang/js/CHECKLIST_build
parentqt: Add test for resetting config value (diff)
downloadgpgme-eef3a509fa5744e5f09ec8084985e6070b78226b.tar.gz
gpgme-eef3a509fa5744e5f09ec8084985e6070b78226b.zip
js: Initial commit for JavaScript Native Messaging API
-- 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.
Diffstat (limited to 'lang/js/CHECKLIST_build')
-rw-r--r--lang/js/CHECKLIST_build9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/js/CHECKLIST_build b/lang/js/CHECKLIST_build
new file mode 100644
index 00000000..fa162a10
--- /dev/null
+++ b/lang/js/CHECKLIST_build
@@ -0,0 +1,9 @@
+- Checklist for build/install:
+
+browsers' manifests (see README) need allowedextension added, and the path set
+
+manifest.json/ csp needs adaption
+
+/dist contains a current build which is used by example app.
+We may either want to update it on every commit, or never at all, but not
+inconsistently.