summaryrefslogtreecommitdiff
path: root/src/html/html_table_element.c
Commit message (Expand)AuthorAgeFilesLines
* HTMLTableElement.deleteRow: Squash leaks and fix error paths.Michael Drake2018-08-031-20/+25
* HTMLTableElement.insertRow: Fix lifetimes and error handling.Michael Drake2018-08-031-52/+74
* Cleanup: Don't put static function in header.Michael Drake2016-02-051-1/+2
* Cleanup: Remove odd declaration of callbacks outside header guard.Michael Drake2016-02-051-2/+2
* Fix: Proper copy constructor for HTMLTableElement.Michael Drake2016-02-051-3/+32
* Store HTMLElement tag types as enum on the html elements.Michael Drake2016-01-281-0/+5
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-40/+59
* Split out tag names from general string table and enum.Michael Drake2016-01-271-16/+32
* gcc2 fixes.Adrien Destugues2015-03-211-17/+18
* Fix resource leak with html collection creation in t_body code, Coverity #122...Daniel Silverstone2014-11-151-1/+1
* remove type punning errorsRupinder Singh Khokhar2014-07-211-11/+29
* plugging in refs in table elementRupinder Singh Khokhar2014-07-201-40/+117
* Reference counting on cached nodes on table elementRupinder Singh Khokhar2014-07-191-72/+123
* Use the public API as it autoconverts types. Additionally, fix utterly bogus ...John-Mark Bell2014-07-181-18/+48
* tableSectionElement Rev.2 && tableCellElement Rev.4 && tableElement Rev.1 && ...rsk19942014-06-111-0/+740
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+7