RESOLVED FIXED 81018
Web Inspector: Add snippets tab to scripts navigator.
https://bugs.webkit.org/show_bug.cgi?id=81018
Summary Web Inspector: Add snippets tab to scripts navigator.
Vsevolod Vlasov
Reported 2012-03-13 11:55:33 PDT
Add snippets tab to scripts navigator.
Attachments
Patch (10.72 KB, patch)
2012-03-13 12:22 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-03-13 12:22:10 PDT
Pavel Feldman
Comment 2 2012-03-14 02:25:22 PDT
Comment on attachment 131691 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=131691&action=review > Source/WebCore/inspector/front-end/ScriptsNavigator.js:67 > + this._snippetsTreeElement = document.createElement("ol"); This can be a local variable (or even encapsulated into NavigatorTreeOutline)
Vsevolod Vlasov
Comment 3 2012-03-14 05:23:26 PDT
Note You need to log in before you can comment on or make changes to this bug.