summaryrefslogtreecommitdiff
path: root/src/events/dispatch.c
Commit message (Collapse)AuthorAgeFilesLines
* dispatch: Do not blindly destroy eventsDaniel Silverstone2019-12-081-6/+6
| | | | | | | | We used to destroy events after dispatching them. The client *can* hold refs to those events which makes this blind destruction unsafe. Instead unref them and let the refcnt deal with things. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Strip doc from event layerDaniel Silverstone2015-08-211-6/+8
|
* Remove ability to dispatch a generic event as a ptr+len, and memoise all ↵Daniel Silverstone2012-11-031-7/+2
| | | | previous callsites
* Ensure we memoise all the strings used in the core event dispatchDaniel Silverstone2012-11-031-31/+8
|
* Merge branches/jmb/dom-alloc-purge back to trunkJohn Mark Bell2011-12-211-0/+296
svn path=/trunk/libdom/; revision=13316