[webkit-reviews] review granted: [Bug 31376] WebInspector: Adds test for Timeline EventDispatch record : [Attachment 44020] WebInspector: Adds test for DOM dispatch timeline record

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


Pavel Feldman <pfeldman at chromium.org> has granted Eric Ayers
<zundel at google.com>'s request for review:
Bug 31376: WebInspector: Adds test for Timeline EventDispatch record
https://bugs.webkit.org/show_bug.cgi?id=31376

Attachment 44020: WebInspector: Adds test for DOM dispatch timeline record
https://bugs.webkit.org/attachment.cgi?id=44020&action=review

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
> +    function step() 
> +    {
> +	   if (window.eventHandled) {
> +	       printTimelineRecords(null, "EventDispatch");
> +	   } else {
> +	       setTimeout(step, 100);
> +	   }
> +    }
> +    setTimeout(step, 100);

Can we avoid timeout here?


More information about the webkit-reviews mailing list