summaryrefslogtreecommitdiff
path: root/src/jsapi-libdom-property.c
Commit message (Expand)AuthorAgeFilesLines
* add short property handlingVincent Sanders2012-11-181-2/+19
* geneate constants as fixed value properties on the prototypeVincent Sanders2012-11-141-137/+0
* generate teh correct output for const propertiesVincent Sanders2012-11-131-4/+78
* add const properties on interfaceVincent Sanders2012-11-111-19/+86
* add warning switch to control warning output at generation timeVincent Sanders2012-11-081-19/+32
* take unsigned type modifier into account on webidl long (int32_t) typesVincent Sanders2012-11-031-1/+15
* emit null "safe" versions of jsstring to jsval macrosVincent Sanders2012-11-031-1/+1
* fix list generation indentation to use tabs correctlyVincent Sanders2012-11-031-6/+7
* improve return variable handlingVincent Sanders2012-11-011-39/+243
* implement the "implements" webidl directiveVincent Sanders2012-10-311-36/+61
* implement basic property getter functionalityVincent Sanders2012-10-291-4/+63
* split out property generationVincent Sanders2012-10-291-0/+231