[webkit-reviews] review requested: [Bug 19159] Inspector should support console.time/console.timeEnd : [Attachment 21974] Fixed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 27 11:10:02 PDT 2008


Keishi Hattori <casey.hattori at gmail.com> has asked  for review:
Bug 19159: Inspector should support console.time/console.timeEnd
https://bugs.webkit.org/show_bug.cgi?id=19159

Attachment 21974: Fixed.
https://bugs.webkit.org/attachment.cgi?id=21974&action=edit

------- Additional Comments from Keishi Hattori <casey.hattori at gmail.com>
I did [ConvertUndefinedOrNullToNullString] but isNull seems to return true.
Strange.

Below is the test run in Firebug.

>>>console.timeEnd("1")
>>>console.time("2")
>>>console.time("3")
>>>console.timeEnd("3")
3: 3ms
>>>console.timeEnd("3")
>>>console.time()
>>>console.timeEnd()
>>>console.time("2")
>>>console.timeEnd("2")
2: 1014ms
2: If it says ~1000ms the first time is not overwritten.


More information about the webkit-reviews mailing list