summaryrefslogtreecommitdiff
path: root/include/dom/core/namednodemap.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-4/+5
| | | | svn path=/trunk/dom/; revision=9191
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ↵Bo Yang2009-04-291-7/+46
| | | | | | is the partly-completed testcase that find this problem. Our DOMTS is on its way. svn path=/trunk/dom/; revision=7365
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-1/+2
| | | | svn path=/trunk/dom/; revision=7002
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+43
Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395