RESOLVED FIXED 127799
Web Inspector: Tweak UI when debugging a JSContext
https://bugs.webkit.org/show_bug.cgi?id=127799
Summary Web Inspector: Tweak UI when debugging a JSContext
Joseph Pecoraro
Reported 2014-01-28 14:26:29 PST
- Remove Inspect button - Hide Timelines navigation panel (currently unsupported) - Show small Dashboard with just errors, warnings, logs (resources count, resources size, and time don't make sense) - for JavaScript scripts that would go into "Extra Scripts" put them instead at the top level in the Resources sidebar. => adjust style so this looks good by default with .hide-disclosure-buttons
Attachments
[PATCH] Proposed Fix (11.47 KB, patch)
2014-01-28 14:30 PST, Joseph Pecoraro
timothy: review+
[IMAGE] JSContext Inspection (93.22 KB, image/png)
2014-01-28 14:31 PST, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2014-01-28 14:29:55 PST
Joseph Pecoraro
Comment 2 2014-01-28 14:30:51 PST
Created attachment 222491 [details] [PATCH] Proposed Fix
Joseph Pecoraro
Comment 3 2014-01-28 14:31:16 PST
Created attachment 222492 [details] [IMAGE] JSContext Inspection
Timothy Hatcher
Comment 4 2014-01-28 14:34:56 PST
Comment on attachment 222491 [details] [PATCH] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=222491&action=review > Source/WebInspectorUI/UserInterface/Main.js:45 > +} }; > Source/WebInspectorUI/UserInterface/Main.js:192 > + this.toolbar.element.classList.add(this.debuggableType); We might eventually want to put this on the body so any element can select off it.
Joseph Pecoraro
Comment 5 2014-01-28 14:38:36 PST
(In reply to comment #4) > (From update of attachment 222491 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=222491&action=review > > > Source/WebInspectorUI/UserInterface/Main.js:45 > > +} > > }; > > > Source/WebInspectorUI/UserInterface/Main.js:192 > > + this.toolbar.element.classList.add(this.debuggableType); > > We might eventually want to put this on the body so any element can select off it. Good idea. I'll do that now.
Joseph Pecoraro
Comment 6 2014-01-28 14:42:53 PST
Note You need to log in before you can comment on or make changes to this bug.