summaryrefslogtreecommitdiff
path: root/src/html/html_collection.c
Commit message (Collapse)AuthorAgeFilesLines
* HTMLCollection.namedItem: Squash leak of id_name.Michael Drake2018-08-031-15/+17
|
* Fix some doxygen warningsVincent Sanders2015-09-011-2/+2
|
* gcc2 fixes.Adrien Destugues2015-03-211-1/+1
|
* HTMLCollectionRupinder Singh Khokhar2014-07-181-4/+21
|
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ↵rsk19942014-06-111-1/+1
| | | | tableRowElement Rev.1 && DOMTSHandler(Test Suite) Revised and implemented inefficient ways to produce correct .c's && other minor bg fixes in HTMLCollection... Tests expecting 2nd attribute of dom_html_collection_get_length to be of type int32_t aren't enabled yet. Will be done in a later commit.
* Area Element & documentElement minor fixrsk19942014-06-111-1/+1
|
* Merge branch 'tlsa/selectstuff'Michael Drake2012-09-191-3/+1
|\ | | | | | | | | | | | | 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-3/+1
| | | | | | | | Enable HTMLOptionElement tests that pass.
* | unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-5/+5
|/ | | | fixes. Test suite does not pass
* HTML{{,Button,Select,Form}Element,Document,Element,{,Options}Collection}: ↵Daniel Silverstone2012-07-071-5/+10
| | | | Make buttons work and forms contain their correct buttons
* HTMLCollection: Fix node walker to not stop after left-tree of rootDaniel Silverstone2012-07-071-2/+2
|
* Squash scan-build issuesDaniel Silverstone2012-03-251-2/+4
| | | | svn path=/trunk/libdom/; revision=13686
* A bunch of panel beating:John Mark Bell2012-02-051-3/+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-17/+10
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-1/+1
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+300
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724