[Webkit-unassigned] [Bug 7079] New: various event cleanup, including fixing of the load event for iframes

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Feb 5 01:13:28 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7079

           Summary: various event cleanup, including fixing of the load
                    event for iframes
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.0
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: mjs at apple.com


I made a few improvements to event dispatch:

        - don't bother to nil-check the document, a node can never have a null
document now
        - move temp event forgetting from dispatchEvent to dispatchGenericEvent
        - pass event down using RefPtr::release() to avoid ref thrashing
        - support default handlers even for non-bubbling events (only on
          target node) and skip calling default event handler explicitly in
          callers
        - dispatch a whole separate load event to a frame document's containing
frame
        - don't let propagationStopped prevent this new event
        - remove bogus security check for iframe onload


-- 
Configure bugmail: http://bugzilla.opendarwin.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