summaryrefslogtreecommitdiff
path: root/include/dom/core/namednodemap.h
Commit message (Collapse)AuthorAgeFilesLines
* Tweak the types on namednodemapDaniel Silverstone2015-10-311-2/+3
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-3/+3
| | | | fixes. Test suite does not pass
* Remove casts related to dom_string in API macros because they were hiding ↵Daniel Silverstone2012-03-281-5/+4
| | | | | | errors such as the one fixed in r13764 svn path=/trunk/libdom/; revision=13765
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-7/+7
| | | | svn path=/trunk/libdom/; revision=12172
* 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