RESOLVED INVALID 86186
Web Inspector: worker inspector controller should call InspectorController::frontendCreated()
https://bugs.webkit.org/show_bug.cgi?id=86186
Summary Web Inspector: worker inspector controller should call InspectorController::f...
Yury Semikhatsky
Reported 2012-05-11 01:48:10 PDT
Now that we have support for timeline panel in workers we need to make sure that InspectorController::hasFrontends() works for workers as well. The problem here is that now frontend counter is a static variable while we need a thread local one. Turning it into a thread-local may have significant performance impact in some cases so wee have to be careful.
Attachments
Brian Burg
Comment 1 2014-12-12 14:37:24 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Note You need to log in before you can comment on or make changes to this bug.