[Webkit-unassigned] [Bug 92621] New: Refactor EventDispatcher::dispatchEvent() so that we can call each phase (Caputure, Target and Bubbling) of event dispatching separately.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 30 02:03:09 PDT 2012


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

           Summary: Refactor EventDispatcher::dispatchEvent() so that we
                    can call each phase (Caputure, Target and Bubbling) of
                    event dispatching separately.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hayato at chromium.org
                CC: dglazkov at chromium.org, dominicc at chromium.org,
                    morrita at google.com, shinyak at chromium.org,
                    tasak at google.com
        Depends on: 92613,92614
            Blocks: 91290


This is one of the required refactorings to support event propagation of seamless iframes.

It might be worth nothing that we can get rid of 'goto' sentence from EventDispatcher by this refactoring.

-- 
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