summaryrefslogtreecommitdiff
path: root/include/dom/core/element.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-23/+15
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765
* Add some functions to implement some of LibCSS's selection callbacks, as an ↵Michael Drake2012-03-281-0/+12
| | | | | | experiment in clawing back performance. May well get reverted. svn path=/trunk/libdom/; revision=13755
* Provide custom API to ease optimal binding to libcssJohn Mark Bell2012-02-111-0/+29
| | | | svn path=/trunk/libdom/; revision=13440
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-68/+67
| | | | svn path=/trunk/libdom/; revision=12172
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-3/+4
| | | | svn path=/trunk/dom/; revision=9191
* Convert DOMElement interface to use vtable structure.Bo Yang2009-03-201-52/+300
| | | | svn path=/trunk/dom/; revision=6808
* Add Element.John Mark Bell2007-07-111-0/+78
Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400