summaryrefslogtreecommitdiff
path: root/include/dom/core/characterdata.h
Commit message (Expand)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-101-23/+23
* Remove casts related to dom_string in API macros because they were hiding err...Daniel Silverstone2012-03-281-7/+6
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-20/+18
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-4/+4
* Some more typo.Bo Yang2009-05-081-3/+3
* Add typedefs for public DOM interfaces.Bo Yang2009-03-311-1/+2
* Convert the dom_characterdata to use vtable.Bo Yang2009-03-151-17/+114
* Add CharacterDataJohn Mark Bell2007-07-111-0/+35