summaryrefslogtreecommitdiff
path: root/include/dom/html/html_select_element.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix comparison of signed/unsigned variables.Michael Drake2012-09-191-1/+1
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-11/+44
|\ | | | | | | | | | | | | Conflicts: include/dom/html/html_select_element.h src/html/html_select_element.c src/html/html_select_element.h
| * Enable HTMLSelectElement testsJohn-Mark Bell2012-09-191-2/+9
| |
| * Mostly implement HTMLOptionElement, HTMLSelectElement.John-Mark Bell2012-08-081-4/+30
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-8/+8
|/ | | | fixes. Test suite does not pass
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+55
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724