summaryrefslogtreecommitdiff
path: root/include/dom/core/namednodemap.h
Commit message (Expand)AuthorAgeFilesLines
* Tweak the types on namednodemapDaniel Silverstone2015-10-311-2/+3
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-3/+3
* Remove casts related to dom_string in API macros because they were hiding err...Daniel Silverstone2012-03-281-5/+4
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-7/+7
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-4/+5
* Make dom_namednodemap and dom_nodelist more usable through macroes. Note, it ...Bo Yang2009-04-291-7/+46
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-1/+2
* Add NamedNodeMap.John Mark Bell2007-07-101-0/+43