summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom-operator.c
Commit message (Expand)AuthorAgeFilesLines
* implement the "implements" webidl directiveVincent Sanders2012-10-311-21/+142
* implement basic property getter functionalityVincent Sanders2012-10-291-0/+5
* output class initialisor and new entries if provided in bindingVincent Sanders2012-10-291-19/+2
* change to using JSAPI_THIS_OBJECT to pbtain the instance objectVincent Sanders2012-10-281-2/+2
* make teh class object non static and named according to interfaceVincent Sanders2012-10-251-3/+34
* fix basic bugs code generationVincent Sanders2012-10-241-2/+2
* The name of teh tool is nsgenbind correct this everywhereVincent Sanders2012-10-231-2/+2
* add generation of constructor and finalizerVincent Sanders2012-10-211-1/+1
* add basic input parameter readindVincent Sanders2012-10-211-31/+132
* initial input parameter generationVincent Sanders2012-10-151-7/+86
* add loop to generate arrtibute variablesVincent Sanders2012-10-121-6/+35
* construct input variablesVincent Sanders2012-10-111-14/+37
* split out operator body generationVincent Sanders2012-10-081-0/+184