summaryrefslogtreecommitdiff
path: root/include/dom/events
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Michael Drake2012-11-071-1/+1
|
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral ↵Daniel Silverstone2012-09-104-42/+42
| | | | fixes. Test suite does not pass
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-1/+1
| | | | svn path=/trunk/libdom/; revision=13590
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-212-21/+69
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0712-123/+121
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-6/+61
| | | | | | A few additional fixes to reduce the number of regressions to single figures. svn path=/trunk/dom/; revision=10724
* 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 Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1314-0/+801
svn path=/trunk/dom/; revision=9236