summaryrefslogtreecommitdiff
path: root/src/events
Commit message (Collapse)AuthorAgeFilesLines
* Unregister all instances of a listenerDaniel Silverstone2017-02-041-3/+12
| | | | | | | Sometimes we register a listener a lot on an event target. This change allows us to pass NULL as the event type to the remove call in order to remove every instance of the given listener, regardless of event type and capture vs. bubble.
* Add getter/setter for event_target's is_trustedDaniel Silverstone2016-11-192-0/+30
|
* Add an is_initialised flag to eventsDaniel Silverstone2016-11-192-0/+18
|
* Add support to retrieve if an event is in dispatchDaniel Silverstone2016-11-191-0/+13
|
* Fix event target listener destruction.Michael Drake2015-11-221-8/+16
|
* Add support for Event.eventPhaseDaniel Silverstone2015-11-011-0/+14
|
* Remove unused document from event_listener apiDaniel Silverstone2015-10-311-2/+1
|
* Remove invalid asserts for parameters which are no longer present.Vincent Sanders2015-09-011-6/+0
|
* Strip doc from event layerDaniel Silverstone2015-08-2123-125/+84
|
* Fix removal of event listeners.Michael Drake2015-08-011-1/+8
|
* remove unreachable default (coverity 1127075)Vincent Sanders2014-01-241-2/+0
|
* add context for default action functionVincent Sanders2013-02-192-2/+6
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-032-8/+3
| | | | previous callsites
* 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 ↵Daniel Silverstone2012-09-108-31/+31
| | | | fixes. Test suite does not pass
* Update to new NSBUILD infrastructureDaniel Silverstone2012-06-291-1/+1
| | | | svn path=/trunk/libdom/; revision=14005
* Rename 'namespace' argument to _dom_text_event_init_nsDaniel Silverstone2012-03-241-2/+2
| | | | svn path=/trunk/libdom/; revision=13590
* C89 for BeOS build.François Revel2012-03-245-12/+22
| | | | svn path=/trunk/libdom/; revision=13581
* Fix listener destructor loop againJohn Mark Bell2012-02-211-7/+4
| | | | svn path=/trunk/libdom/; revision=13459
* Fix listener list destruction some moreJohn Mark Bell2012-02-201-3/+6
| | | | svn path=/trunk/libdom/; revision=13458
* Fix listener list destructionJohn Mark Bell2012-02-201-8/+6
| | | | svn path=/trunk/libdom/; revision=13455
* Remove unused variable.Michael Drake2012-02-201-3/+0
| | | | svn path=/trunk/libdom/; revision=13454
* Replace listener hash with a listJohn Mark Bell2012-02-202-118/+52
| | | | svn path=/trunk/libdom/; revision=13453
* 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