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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 20 09:17:25 PDT 2012


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





--- Comment #17 from Hanna <hanma at rim.com>  2012-07-20 09:17:26 PST ---
(In reply to comment #16)
> I'd like to remove fake workers inspection to avoid the confusion (https://bugs.webkit.org/show_bug.cgi?id=91867). Once that instrumentation is removed, you should be able to add missing instrumentation to show workers in the timeline.

I think it might also be a javascript parsing issue that diddestroyworker is not called (in workersidebarpane, on http://pmav.eu/stuff/javascript-webworkers/, if you run the workers multiple times, they get piled up and is never terminated in the workersidebarpane, nevertheless this does not happen in the latest build of chromium, but happens in the official release of chromium on ubuntu and in everything else, ie safari, bb, qt), so I wonder if this has anything to do with how javascript core and v8 handles worker termination, nevertheless I am still investigating and will use diddestroyworker to make the instrumentation to timeline once I get it working

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