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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 10 13:48:09 PDT 2012


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





--- Comment #7 from Hanna <hanma at rim.com>  2012-07-10 13:48:08 PST ---
(From update of attachment 151496)
View in context: https://bugs.webkit.org/attachment.cgi?id=151496&action=review

>>> Source/WebCore/inspector/InspectorInstrumentation.cpp:1009
>>> +    if (InspectorTimelineAgent* timelineAgent = instrumentingAgents->inspectorTimelineAgent())
>> 
>> Why aren't you using didDestroyWorker? It belongs to the legacy workers inspection (fake workers), but should still work.
> 
> didDestroyWorker is not called on our platform

my bad, it might be called on the worker thread, but I tried didDestroyWorker it doesn't show up on the timeline of the mainthread (which is the purpose of this PR)

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