summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom.c
Commit message (Expand)AuthorAgeFilesLines
...
* fix formatting errors introduced in refactorVincent Sanders2012-10-061-23/+23
* complete parameter refactorVincent Sanders2012-10-061-155/+133
* mid refactor of parameter passingVincent Sanders2012-10-051-161/+164
* fix private data geenration and useVincent Sanders2012-09-271-17/+55
* add private struct outputVincent Sanders2012-09-261-0/+75
* add modifier to allow setting of readonly or unsigned etc.Vincent Sanders2012-09-261-2/+137
* put return type in argument list so we can have multiple prototypes per opera...Vincent Sanders2012-09-251-6/+6
* add basic function body creationVincent Sanders2012-09-241-2/+104
* cope with partial interfacesVincent Sanders2012-09-201-25/+32
* add property and function array generationVincent Sanders2012-09-201-31/+211
* add comments on generating jsapi function outputVincent Sanders2012-09-191-0/+8
* extract and output binding parametersVincent Sanders2012-09-191-12/+51
* add search functionVincent Sanders2012-09-171-10/+38
* add preamble outputVincent Sanders2012-09-141-2/+21
* fixus interface memer attributesVincent Sanders2012-09-141-1/+1
* add debug dump to webidlVincent Sanders2012-09-131-29/+6
* clean up parser warningsVincent Sanders2012-09-101-1/+0
* make comment header output workVincent Sanders2012-09-101-4/+42
* clean up AST building for both parsersVincent Sanders2012-09-101-4/+62
* split out output geenrationVincent Sanders2012-09-091-0/+42