summaryrefslogtreecommitdiff
path: root/jasmine.json
diff options
context:
space:
mode:
authorPhilip Chimento <philip@endlessm.com>2015-05-18 17:37:45 -0700
committerPhilip Chimento <philip@endlessm.com>2015-05-21 13:22:21 -0700
commite2729f045a9459c9a320c617ac6e599814744e56 (patch)
tree1da582aae21c2dea1896ab26f8e7102e795c450b /jasmine.json
parent6ff70f1a9ae70e3481411d27de7594477fa4d0d2 (diff)
Implement web actions in WebHelper2
This allows communicating with the host program through URIs of the form webhelper://action?param=value&param2=value2. Actions can be defined on the WebHelper object and given a callback in Javascript. Unfortunately we have to use a private C library to register the URI scheme, because of https://bugs.webkit.org/show_bug.cgi?id=116672 [endlessm/eos-sdk#291]
Diffstat (limited to 'jasmine.json')
-rw-r--r--jasmine.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/jasmine.json b/jasmine.json
index 4d2ef8b..9c7b40c 100644
--- a/jasmine.json
+++ b/jasmine.json
@@ -14,6 +14,7 @@
"environment": {
"GI_TYPELIB_PATH": ".",
"LD_LIBRARY_PATH": ".libs",
- "XDG_CONFIG_HOME": "/tmp"
+ "XDG_CONFIG_HOME": "/tmp",
+ "WEBHELPER_UNINSTALLED_EXTENSION_DIR": ".libs"
}
}