summaryrefslogtreecommitdiff
path: root/src/html/html_input_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix: HTMLInputElement's copy constructor copies its specialised members.Michael Drake2016-02-051-0/+12
|
* Provide generic copy constructor for HTMLInputElement.Michael Drake2016-02-051-3/+32
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* Split out tag names from general string table and enum.Michael Drake2016-01-271-2/+2
| | | | | Previously these were mixed in the the document's general memoised strings. This also gives us an enum by which HTML elements can be identified.
* Update the input element API to use dom_ulong where apropriateVincent Sanders2015-10-251-4/+4
|
* Input Element checked on clicking fix and also fixed bubbling and cancelabilityRupinder Singh Khokhar2014-07-181-8/+23
|
* changing size attribute of Input Element to be of type intrsk19942014-06-111-1/+13
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-031-16/+24
| | | | previous callsites
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-8/+8
| | | | 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-2/+2
| | | | exist on the html element.
* HTML{TextArea,Input,Button}Element: Do not ref the form, refs are for ↵Daniel Silverstone2012-07-221-14/+0
| | | | outside libdom
* HTML{Input,Button}Element: Clean up some of the local dataDaniel Silverstone2012-07-081-0/+10
|
* HTMLInputElement: Initial support and test enabling. Some TODOs leftDaniel Silverstone2012-07-081-1/+475
|
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+7
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724