summaryrefslogtreecommitdiff
path: root/src/html/html_meta_element.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: Proper copy constructor for HTMLMetaElement.Michael Drake2016-02-051-3/+32
* Simplified consistant interface to HTMLElement creation.Michael Drake2016-01-281-12/+10
* Split out tag names from general string table and enum.Michael Drake2016-01-271-2/+2
* HTML*Element: Fix up remaining _dom_element_vtable usage to _dom_html_element...Daniel Silverstone2012-07-221-1/+1
* HTML{Form,Link,Meta}Element: Tidy up SIMPLE_GET_SETDaniel Silverstone2012-07-071-27/+31
* HTMLMetaElement: Implement, install, enable testsDaniel Silverstone2012-07-071-12/+45
* C89 for BeOS build.François Revel2012-03-241-1/+3
* A bunch of panel beating:John Mark Bell2012-02-051-3/+2
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-33/+15
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-2/+2
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+137