Bug 86186

Summary: Web Inspector: worker inspector controller should call InspectorController::frontendCreated()
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.