[Webkit-unassigned] [Bug 31376] WebInspector: Adds test for Timeline EventDispatch record

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 1 08:00:55 PST 2009


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


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44020|review?                     |review+
               Flag|                            |




--- Comment #5 from Pavel Feldman <pfeldman at chromium.org>  2009-12-01 08:00:53 PST ---
(From update of attachment 44020)
> +    function step() 
> +    {
> +        if (window.eventHandled) {
> +            printTimelineRecords(null, "EventDispatch");
> +        } else {
> +            setTimeout(step, 100);
> +        }
> +    }
> +    setTimeout(step, 100);

Can we avoid timeout here?

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