summaryrefslogtreecommitdiff
path: root/include/dom/html/html_text_area_element.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-6/+6
| | | | fixes. Test suite does not pass
* Return value of -1 when asked to get value of long property that doesn't ↵Michael Drake2012-09-081-3/+3
| | | | exist on the html element.
* HTMLTextAreaElement: Make it workDaniel Silverstone2012-07-181-0/+82