[Webkit-unassigned] [Bug 40040] New: Web Inspector: Timeline should nicely format the Timer timeout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 21:12:37 PDT 2010


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

           Summary: Web Inspector: Timeline should nicely format the Timer
                    timeout
           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: joepeck at webkit.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com


Given the following:

  setTimeout(function(){}, 15000);

I expected to see "15s" in the info bubble for the Timer on the Timeline panel.
Instead I saw the unitless 15000.

Is this worth testing? Its just a matter of applying the number formatter.

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