[Webkit-unassigned] [Bug 30257] New: Web Inspector: Need a way to track pending timers through the inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 12:31:46 PDT 2009


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

           Summary: Web Inspector: Need a way to track pending timers
                    through the inspector
           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: pfeldman at chromium.org
                CC: timothy at hatcher.name, jamesr at chromium.org


It's much too hard to debug the common error of leaking timers, especially
setInterval() timers right now.  As a developer I want to be
able to click a button in the inspector and have it list out every pending
timer along with:

- whether it's a setTimeout or a setInterval
- the delay time specified and the clamped value
- how many times it has fired so far (for setIntervals)
- a timestamp and the JS stacktrace when it was set
- what code will be executed when it fires (either the specified string or
the contents of the specified function)

This would make debugging a few recent problems in google properties about
10,000,000x easier.

Upstreamed from Chromium's
http://code.google.com/p/chromium/issues/detail?id=24389

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