summaryrefslogtreecommitdiff
path: root/src/events/event_target.c
Commit message (Expand)AuthorAgeFilesLines
* Fix event target listener destruction.Michael Drake2015-11-221-8/+16
* Fix removal of event listeners.Michael Drake2015-08-011-1/+8
* Fix listener destructor loop againJohn Mark Bell2012-02-211-7/+4
* Fix listener list destruction some moreJohn Mark Bell2012-02-201-3/+6
* Fix listener list destructionJohn Mark Bell2012-02-201-8/+6
* Remove unused variable.Michael Drake2012-02-201-3/+0
* Replace listener hash with a listJohn Mark Bell2012-02-201-110/+49
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-634/+76
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-071-5/+5
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-301-28/+79
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-261-22/+12
* Add an assert for event dispatch. Bo Yang2009-08-141-0/+1
* 1. Fix a string intern bug.Bo Yang2009-08-131-2/+3
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-131-0/+812