summaryrefslogtreecommitdiff
path: root/src/core/node.h
Commit message (Expand)AuthorAgeFilesLines
* Promote ref/unref in dom_node to be inlines.Daniel Silverstone2012-03-281-5/+3
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-52/+55
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-23/+23
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-0/+2
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-4/+2
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-0/+5
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-20/+124
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-1/+1
* Change the our dom to use vtable method. The first step: Bo Yang2009-03-121-14/+145
* Modify dom_node_initialise() API to permit specification of namespace URI and...John Mark Bell2007-09-271-1/+2
* Begin to cater for XML namespaces.John Mark Bell2007-09-261-2/+3
* Move attributes field to struct dom_element as it doesn't apply to other node...John Mark Bell2007-09-241-2/+0
* Make _dom_node_readonly() accessible to library internalsJohn Mark Bell2007-09-221-0/+4
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+4
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-4/+0
* Implement type-specific node constructors and veneer the appropriate Document...John Mark Bell2007-07-261-1/+5
* Add NodeList and string comparison APIJohn Mark Bell2007-07-101-1/+1
* Purge all trace of the ballache that was dom_ctx.John Mark Bell2007-07-061-2/+1
* Import DOM library.John Mark Bell2007-07-061-0/+60