summaryrefslogtreecommitdiff
path: root/src/events
Commit message (Collapse)AuthorAgeFilesLines
* Remove bogus SLEN usageJohn Mark Bell2012-02-061-1/+2
| | | | svn path=/trunk/libdom/; revision=13434
* Clean up event names in DocumentEvent destructorJohn Mark Bell2012-02-061-4/+10
| | | | svn path=/trunk/libdom/; revision=13433
* Move dom_string data accessing functions to public header.Michael Drake2011-12-222-5/+5
| | | | svn path=/trunk/libdom/; revision=13322
* Fix build with GCC 4.6John Mark Bell2011-12-211-8/+8
| | | | svn path=/trunk/libdom/; revision=13317
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2127-851/+615
| | | | svn path=/trunk/libdom/; revision=13316
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0717-67/+66
| | | | svn path=/trunk/libdom/; revision=12172
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-302-28/+83
| | | | | | 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-263-39/+25
| | | | | | failures. Most importantly, it actually compiles now. svn path=/trunk/dom/; revision=10717
* Add an assert for event dispatch. Bo Yang2009-08-141-0/+1
| | | | svn path=/trunk/dom/; revision=9283
* 1. Fix a string intern bug.Bo Yang2009-08-133-4/+21
| | | | | | 2. Reset the fields when finalise a dom_event. svn path=/trunk/dom/; revision=9247
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1327-0/+3821
svn path=/trunk/dom/; revision=9236