[Webkit-unassigned] [Bug 78840] Abstract ImageEventSender into a general purpose EventSender

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


https://bugs.webkit.org/show_bug.cgi?id=78840


Daniel Bates <dbates at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #127438|                            |review?
               Flag|                            |




--- Comment #1 from Daniel Bates <dbates at webkit.org>  2012-02-16 14:06:08 PST ---
Created an attachment (id=127438)
 --> (https://bugs.webkit.org/attachment.cgi?id=127438&action=review)
Patch

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?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list