Bug 73007

Summary: Web Inspector: [Extensions API] avoid exception in initExtensions() if elements panel is not present
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Andrey Kosyakov 2011-11-23 00:15:38 PST
Worker inspectors do not have Elements panel, so we should check if it's present before accessing it.
Comment 1 Andrey Kosyakov 2011-11-23 00:23:43 PST
Created attachment 116325 [details]
Patch
Comment 2 Andrey Kosyakov 2011-11-23 08:32:59 PST
Committed r101047: <http://trac.webkit.org/changeset/101047>
Comment 3 Timothy Hatcher 2011-11-23 18:23:11 PST
Why do workers get their own Inspector?