summaryrefslogtreecommitdiff
path: root/src/html/html_text_area_element.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: HTMLTextAreaElement's copy constructor copies its specialised members.Michael Drake2016-02-051-0/+9
* Provide generic copy constructor for HTMLTextAreaElement.Michael Drake2016-02-051-3/+32
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
* Split out tag names from general string table and enum.Michael Drake2016-01-271-2/+2
* Missed inputElement Test files && bubbling and cancelability of generic event...rsk19942014-06-111-8/+8
* Remove ability to dispatch a generic event as a ptr+len, and memoise all prev...Daniel Silverstone2012-11-031-12/+18
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-12/+12
* Return value of -1 when asked to get value of long property that doesn't exis...Michael Drake2012-09-081-3/+3
* HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for outside...Daniel Silverstone2012-07-221-14/+0
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+494