RESOLVED FIXED 86478
Web Inspector: add show/hide debugger sidebar button.
https://bugs.webkit.org/show_bug.cgi?id=86478
Summary Web Inspector: add show/hide debugger sidebar button.
Pavel Feldman
Reported 2012-05-15 06:32:39 PDT
As with the navigator, but with no overlay. See the screenshot.
Attachments
[IMAGE] initial state (108.91 KB, image/png)
2012-05-15 06:34 PDT, Pavel Feldman
no flags
[IMAGE] on breakpoint (119.31 KB, image/png)
2012-05-15 06:34 PDT, Pavel Feldman
no flags
Patch (9.11 KB, patch)
2012-05-15 06:36 PDT, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-05-15 06:34:06 PDT
Created attachment 141951 [details] [IMAGE] initial state
Pavel Feldman
Comment 2 2012-05-15 06:34:21 PDT
Created attachment 141952 [details] [IMAGE] on breakpoint
Pavel Feldman
Comment 3 2012-05-15 06:36:27 PDT
Vsevolod Vlasov
Comment 4 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
Pavel Feldman
Comment 5 2012-05-15 07:15:11 PDT
Note You need to log in before you can comment on or make changes to this bug.