summaryrefslogtreecommitdiff
path: root/src/html/html_form_element.c
Commit message (Collapse)AuthorAgeFilesLines
* Fieldset & Legend Elementsrsk19942014-06-111-1/+1
|
* Fix the form iterator testDaniel Silverstone2014-01-051-17/+8
|
* Remove a bunch of leaks but not reffing dom nodes from dom nodesDaniel Silverstone2014-01-051-32/+26
|
* Unref the form's collection on finaliseDaniel Silverstone2014-01-051-0/+3
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-031-8/+12
| | | | previous callsites
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-1/+1
| | | | fixes. Test suite does not pass
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-8/+20
| | | | Make buttons work and forms contain their correct buttons
* HTML{Form,Link,Meta}Element: Tidy up SIMPLE_GET_SETDaniel Silverstone2012-07-071-28/+32
|
* HTMLFormElement: Add basic attributes, enable 5 more testsDaniel Silverstone2012-07-071-0/+40
|
* HTMLFormElement: Initial support, 2 tests now passDaniel Silverstone2012-07-071-11/+23
|
* C89 for BeOS build.François Revel2012-03-241-1/+3
| | | | svn path=/trunk/libdom/; revision=13581
* A bunch of panel beating:John Mark Bell2012-02-051-5/+5
| | | | | | | | * HTMLElement and HTMLDocument now have vtables * All HTML nodes require an HTMLDocument to create * Miscellaneous other cleanups svn path=/trunk/libdom/; revision=13424
* Remove form association logic -- this is not the way to do itJohn Mark Bell2012-02-051-2/+4
| | | | svn path=/trunk/libdom/; revision=13423
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-33/+14
| | | | 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/+256
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724