summaryrefslogtreecommitdiff
path: root/src/html/html_title_element.c
Commit message (Collapse)AuthorAgeFilesLines
* HTMLTitleElement: use HTMLElement's vtable for nowDaniel Silverstone2012-07-071-1/+1
|
* HTMLTitleElement: Implementation and enabling of testDaniel Silverstone2012-07-071-13/+7
|
* 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-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-32/+14
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-4/+4
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+187
A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724