[webkit-reviews] review requested: [Bug 78840] Abstract ImageEventSender into a general purpose EventSender : [Attachment 127438] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 14:06:07 PST 2012


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 78840: Abstract ImageEventSender into a general purpose EventSender
https://bugs.webkit.org/show_bug.cgi?id=78840

Attachment 127438: Patch
https://bugs.webkit.org/attachment.cgi?id=127438&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
The name "EventSender" is a bit vague. The purpose of this class is to queue up
senders of a specific DOM event, say a Load event, and to call each sender back
when they should dispatch such an event. Maybe EventSenderScheduler or
EventSenderQueue would be a more descriptive name?


More information about the webkit-reviews mailing list