Bug 65099 - Web Inspector: worker inspector should show Scripts panel by default
Summary: Web Inspector: worker inspector should show Scripts panel by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 02:51 PDT by Yury Semikhatsky
Modified: 2011-07-25 05:18 PDT (History)
10 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2011-07-25 02:53 PDT, Yury Semikhatsky
no flags Details | Formatted Diff | Diff
Patch (1.43 KB, patch)
2011-07-25 05:11 PDT, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2011-07-25 02:51:22 PDT
There is no Elements panel in case of worker inspector, so Scripts panel should be shown by default.
Comment 1 Yury Semikhatsky 2011-07-25 02:53:35 PDT
Created attachment 101859 [details]
Patch
Comment 2 Pavel Feldman 2011-07-25 05:05:07 PDT
Comment on attachment 101859 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=101859&action=review

> Source/WebCore/inspector/front-end/inspector.js:1029
> +WebInspector._defaultPanelName = function()

I think we should stop defining functions on WebInspector.
Comment 3 Yury Semikhatsky 2011-07-25 05:11:44 PDT
Created attachment 101861 [details]
Patch
Comment 4 Yury Semikhatsky 2011-07-25 05:18:26 PDT
Committed r91661: <http://trac.webkit.org/changeset/91661>