[Webkit-unassigned] [Bug 31030] New: Web Inspector: Timeline instrumentation for Node::dispatchGenericEvent missed a case.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 2 13:35:17 PST 2009


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

           Summary: Web Inspector: Timeline instrumentation for
                    Node::dispatchGenericEvent missed a case.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: knorton at google.com
                CC: timothy at hatcher.name, rik at webkit.org,
                    casey.hattori at gmail.com, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    bweinstein at apple.com


This one is my bad. When I filtered out events with no listeners, I forgot to
add support for DOMWindow dispatch. This only effects DOM events that are
delivered to window (like 'click').

So we current miss this case:
window.addEventListener('click', function(e) { }, false);

Patch is ready, I'm about to upload.

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