summaryrefslogtreecommitdiff
path: root/src/core/namednodemap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-26/+27
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-6/+6
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-307/+54
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-291-7/+7
* Modify NamedNodeMap, note that there is no vtable for this type because it is...Bo Yang2009-03-231-20/+23
* Implement dom_namednodemap_get_named_item_ns()John Mark Bell2007-09-291-14/+110
* Add library-internal accessor to the head of an Element's attribute list (dom...John Mark Bell2007-09-251-19/+156
* Whitespace changesJohn Mark Bell2007-09-221-1/+1
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-17/+17
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+345