summaryrefslogtreecommitdiff
path: root/src/core/namednodemap.c
Commit message (Collapse)AuthorAgeFilesLines
* Make NamedNodeMap more genericJohn Mark Bell2007-07-121-17/+17
| | | | svn path=/trunk/dom/; revision=3404
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+345
Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395