Bug 68534

Summary: Web Inspector: make WebInspector a bit more timeline friendly
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[patch] initial version
none
[patch] initial version yurys: review+

Description Ilya Tikhonovsky 2011-09-21 07:46:03 PDT
I found that the maximum captured stack frame depth tracked by timeline is not very convenient because the average depth of call stack considerably more than five.
Another useful trick is console.timeStamp for all backend calls.
Comment 1 Ilya Tikhonovsky 2011-09-21 07:49:30 PDT
Created attachment 108156 [details]
[patch] initial version
Comment 2 Ilya Tikhonovsky 2011-09-21 07:50:28 PDT
Created attachment 108158 [details]
[patch] initial version

wrong patch was attached
Comment 3 Yury Semikhatsky 2011-09-21 08:13:34 PDT
Comment on attachment 108158 [details]
[patch] initial version

View in context: https://bugs.webkit.org/attachment.cgi?id=108158&action=review

> Source/WebCore/ChangeLog:5
> +

Please provide description of the changes.
Comment 4 Ilya Tikhonovsky 2011-09-21 08:18:24 PDT
Committed r95632: <http://trac.webkit.org/changeset/95632>