Bug 86478

Summary: Web Inspector: add show/hide debugger sidebar button.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
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
[IMAGE] initial state
none
[IMAGE] on breakpoint
none
Patch vsevik: review+

Description Pavel Feldman 2012-05-15 06:32:39 PDT
As with the navigator, but with no overlay. See the screenshot.
Comment 1 Pavel Feldman 2012-05-15 06:34:06 PDT
Created attachment 141951 [details]
[IMAGE] initial state
Comment 2 Pavel Feldman 2012-05-15 06:34:21 PDT
Created attachment 141952 [details]
[IMAGE] on breakpoint
Comment 3 Pavel Feldman 2012-05-15 06:36:27 PDT
Created attachment 141954 [details]
Patch
Comment 4 Vsevolod Vlasov 2012-05-15 07:08:00 PDT
Comment on attachment 141954 [details]
Patch

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

> Source/WebCore/inspector/front-end/ScriptsPanel.js:962
> +        this._toggleDebuggerSidebarButton.title = "Hide debugger";

Please use WebInspector.UIString here.

> Source/WebCore/inspector/front-end/ScriptsPanel.js:972
> +        this._toggleDebuggerSidebarButton.title = "Show debugger";

Ditto
Comment 5 Pavel Feldman 2012-05-15 07:15:11 PDT
Committed r117064: <http://trac.webkit.org/changeset/117064>