summaryrefslogtreecommitdiff
path: root/src/events
Commit message (Expand)AuthorAgeFilesLines
* Remove ability to dispatch a generic event as a ptr+len, and memoise all prev...Daniel Silverstone2012-11-032-8/+3
* Ensure we memoise all the strings used in the core event dispatchDaniel Silverstone2012-11-031-31/+8
* unsigned long -> uint32_t, signed long and long -> int32_t, plus collateral f...Daniel Silverstone2012-09-108-31/+31
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-2/+2
* C89 for BeOS build.François Revel2012-03-245-12/+22
* 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-202-118/+52
* Remove bogus SLEN usageJohn Mark Bell2012-02-061-1/+2
* Clean up event names in DocumentEvent destructorJohn Mark Bell2012-02-061-4/+10
* Move dom_string data accessing functions to public header.Michael Drake2011-12-222-5/+5
* Fix build with GCC 4.6John Mark Bell2011-12-211-8/+8
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-2127-851/+615
* s/struct dom_string/dom_string/gJohn Mark Bell2011-04-0717-67/+66
* Merge branches/struggleyb/libdom-html to trunk.John Mark Bell2010-08-302-28/+83
* Sync with modified libwapcaplet API: 11 additional DOM Level1 testsuite failu...John Mark Bell2010-08-263-39/+25
* Add an assert for event dispatch. Bo Yang2009-08-141-0/+1
* 1. Fix a string intern bug.Bo Yang2009-08-133-4/+21
* Merge the Events module (branches/struggleyb/libdom-events) back to trunk. :)Bo Yang2009-08-1327-0/+3821