summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bffe54c..cba4d8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@ test/smoke-tests/hello
test/smoke-tests/images/credits.gresource
Endless-0.gir
Endless-0.typelib
+WebHelper2Private-1.0.gir
+WebHelper2Private-1.0.typelib
endless/eosresource.c
endless/eosresource-private.h
tools/eos-application-manifest/eos-application-manifest