[Webkit-unassigned] [Bug 18785] New: Event dispatch should avoid malloc by using EventPromise

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 28 09:30:56 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18785

           Summary: Event dispatch should avoid malloc by using EventPromise
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: darin at apple.com
 BugsThisDependsOn: 16447


Event dispatch should avoid malloc by using EventPromise

Darin had this idea a long while back.  SVG would benefit from this, see bug
16447.

Basically there would be an EventPromise object which was used during
EventDispatch (passed "const EventPromise&" up the dispatch chain), which knew
how to create an Event subclass with the right information if a listener was
found, but otherwise would avoid malloc.


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



More information about the webkit-unassigned mailing list