[Webkit-unassigned] [Bug 89692] Web Inspector: show worker started and finished on timeline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 12:13:28 PDT 2012


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





--- Comment #42 from Hanna <hanma at rim.com>  2012-08-02 12:13:27 PST ---
(In reply to comment #41)
> (From update of attachment 155311 [details])
> Is there a way I get a pointer to a request for this feature? It sounds like 1) there are not so many scenarios that involve it and 2) worker context destruction time does not really map to what developer might expect well.


The current worker panel uses instrumentation to worker context start/finished to add and remove workers in the panel, so it makes sense to use them here (only for dedicated workers)

The original request was for the timeline to show all the events in the main and the worker process instead of having them in 2 seperate frontends (they want to see the events happening all together in one place and having a tag indicating it is from which process), and this is just a start. I would appreciate your opinions/thoughts on this project/request.

It also makes sense if the user wants to see when the worker starts and how long it's been active relative to everything else

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