summaryrefslogtreecommitdiff
path: root/src/html/html_select_element.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide generic copy constructor for HTMLSelectElement.Michael Drake2016-02-051-0/+9
|
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-4/+4
| | | | Also fixes STYLE element not getting the correct namespace or prefix.
* Remove a bunch of leaks but not reffing dom nodes from dom nodesDaniel Silverstone2014-01-051-2/+0
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-0/+9
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-2/+9
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-1/+1
|/ | | | fixes. Test suite does not pass
* A bunch of panel beating:John Mark Bell2012-02-051-2/+2
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-9/+4
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-2/+2
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+60
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724