Bug 91534 - Web Inspector: inspectorinstrumentation::diddestroyworker is never called
Summary: Web Inspector: inspectorinstrumentation::diddestroyworker is never called
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: 89692
  Show dependency treegraph
 
Reported: 2012-07-17 12:43 PDT by Hanna
Modified: 2012-07-27 09:53 PDT (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hanna 2012-07-17 12:43:32 PDT
inspectorinstrumentation::diddestroyworker is never called
Comment 1 Hanna 2012-07-18 12:59:11 PDT
So I looked into it a little. The current inspectorinstrumentation::diddestroyworker is called in ~abstrackworker, which sharedworker inherits, though it wasn't even called on sharedworker's destruction

What I am thinking is to move the instrumentation of diddestroyworker to injectedscripthost, which is called via injectedfakeworker.js,and the instrumentation should be called on fakeworker destruction. Please let me know if this is be valid as I am not familiar with fakeworker, thank you
Comment 2 Hanna 2012-07-19 11:33:44 PDT
apparently this is fixed in the latest chromium build, can someone let me know which patch fixes this? thanks a bunch
Comment 3 Hanna 2012-07-27 09:53:28 PDT
this instrumentation is deleted