summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-10-30 13:49:02 +0000
committerVincent Sanders <vince@kyllikki.org>2012-10-30 13:49:02 +0000
commit79e557bbe83845df21575b525ea8aadbea29f6ce (patch)
tree57c22071e75a3bcb6647163cd158bfab036952d3
parent881daebce29e7c4c956a3999aa9088179aa5b655 (diff)
downloadnetsurf-79e557bbe83845df21575b525ea8aadbea29f6ce.tar.gz
netsurf-79e557bbe83845df21575b525ea8aadbea29f6ce.tar.bz2
Move WebIDL to be available for all binding types not just jsapi (spidermonkey)
Add conversion message display
-rw-r--r--Makefile.sources.javascript3
-rw-r--r--javascript/WebIDL/Makefile (renamed from javascript/jsapi/WebIDL/Makefile)0
-rw-r--r--javascript/WebIDL/dom.idl (renamed from javascript/jsapi/WebIDL/dom.idl)0
-rw-r--r--javascript/WebIDL/html.idl (renamed from javascript/jsapi/WebIDL/html.idl)0
4 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.sources.javascript b/Makefile.sources.javascript
index db63050cf..e188df6c1 100644
--- a/Makefile.sources.javascript
+++ b/Makefile.sources.javascript
@@ -21,7 +21,8 @@ define convert_jsapi_binding
S_JSAPI_BINDING += $(2)
$(2): $(1)
- $(Q)nsgenbind -I javascript/jsapi/WebIDL/ -o $(2) $(1)
+ $$(VQ)echo " GENBIND: $(1)"
+ $(Q)nsgenbind -I javascript/WebIDL/ -o $(2) $(1)
endef
diff --git a/javascript/jsapi/WebIDL/Makefile b/javascript/WebIDL/Makefile
index 77d54e21e..77d54e21e 100644
--- a/javascript/jsapi/WebIDL/Makefile
+++ b/javascript/WebIDL/Makefile
diff --git a/javascript/jsapi/WebIDL/dom.idl b/javascript/WebIDL/dom.idl
index 6ba870c41..6ba870c41 100644
--- a/javascript/jsapi/WebIDL/dom.idl
+++ b/javascript/WebIDL/dom.idl
diff --git a/javascript/jsapi/WebIDL/html.idl b/javascript/WebIDL/html.idl
index 94e7c75db..94e7c75db 100644
--- a/javascript/jsapi/WebIDL/html.idl
+++ b/javascript/WebIDL/html.idl