Bug 86186 - Web Inspector: worker inspector controller should call InspectorController::frontendCreated()
Summary: Web Inspector: worker inspector controller should call InspectorController::f...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-11 01:48 PDT by Yury Semikhatsky
Modified: 2014-12-12 14:37 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 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.
Comment 1 Brian Burg 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.