summaryrefslogtreecommitdiff
path: root/src/core/text.h
Commit message (Collapse)AuthorAgeFilesLines
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-101-1/+1
| | | | fixes. Test suite does not pass
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-20/+19
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-5/+4
| | | | svn path=/trunk/libdom/; revision=12172
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite ↵John Mark Bell2010-08-261-1/+0
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Merge the branches/struggleyb/libdom-remain back to trunk.Bo Yang2009-08-111-13/+33
| | | | svn path=/trunk/dom/; revision=9191
* Convert Text to use vtable structure. Now the whole libdom is compiled ↵Bo Yang2009-03-241-0/+16
| | | | | | successfully again. svn path=/trunk/dom/; revision=6833
* Finalisation and destruction of nodesJohn Mark Bell2007-07-281-0/+4
| | | | svn path=/trunk/dom/; revision=3467
* Sort out somewhat messy object construction.John Mark Bell2007-07-281-3/+18
| | | | | | We now have explicit types for all classes (rather than using the parent class for those which inherit but add no extra data content). svn path=/trunk/dom/; revision=3465
* Implement type-specific node constructors and veneer the appropriate ↵John Mark Bell2007-07-261-0/+23
Document APIs onto them. svn path=/trunk/dom/; revision=3463