Commit Graph

21 Commits

Author SHA1 Message Date
Vincent Sanders 1b8f9daa51 Initial implementation of document.createComment
Improve robustness of jsobject to libdom object conversion in appendChild
2013-01-02 23:14:30 +00:00
Vincent Sanders c0f9ae95b9 change the javascript bindings to use generated headers 2012-12-20 17:00:06 +00:00
Vincent Sanders 484fa8b110 move common include path setup to core Makefile 2012-12-20 15:27:07 +00:00
Vincent Sanders 4448722425 allow flags to be selected based on compiler version 2012-12-13 19:27:16 +00:00
Vincent Sanders 68f359d1ec initial event fireing implementation 2012-11-28 18:07:36 +00:00
Vincent Sanders 2bea506f83 add Node interface binding just to get the prototype 2012-11-14 02:11:01 +00:00
Vincent Sanders b850b3ac49 ensure we do not have double path separators in the webidl include path 2012-11-08 00:46:57 +00:00
Vincent Sanders ca24b238ed add Text interface 2012-11-07 18:53:05 +00:00
Daniel Silverstone dfaa29d5b8 Ensure we wait for the OBJROOT *BEFORE* we try and build javascript bindings 2012-11-04 17:04:43 +00:00
Daniel Silverstone 25f0bcbaee Fix it so that the JSAPI bindings are rebuilt if sources are touched 2012-11-04 16:57:41 +00:00
Vincent Sanders 3f1b683845 implement dom-getElementsByTagName and nodelist and htmlcollection 2012-11-03 21:37:06 +00:00
Daniel Silverstone 5631943e40 Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggered 2012-11-02 23:03:20 +00:00
Vincent Sanders 48cbca0399 move bindings into the correct place 2012-11-02 22:37:57 +00:00
Vincent Sanders 2b6bd44ef0 add location binding 2012-11-01 23:30:28 +00:00
Vincent Sanders b34cbc5e83 remove old handmade binding code 2012-11-01 23:29:01 +00:00
Vincent Sanders 2b8cdf1f29 add HTMLElement interface binding 2012-11-01 21:13:14 +00:00
Vincent Sanders 5496a60431 console interface from IDL 2012-10-31 14:31:18 +00:00
Vincent Sanders ede48d6074 add navigator interface 2012-10-31 01:22:35 +00:00
Vincent Sanders 79e557bbe8 Move WebIDL to be available for all binding types not just jsapi (spidermonkey)
Add conversion message display
2012-10-30 13:49:02 +00:00
Vincent Sanders ac286c4a95 add binding for window class 2012-10-29 20:10:39 +00:00
Vincent Sanders 3ed0b09beb use generated htmldocument binding 2012-10-25 11:17:33 +01:00