Bug 81018

Summary: Web Inspector: Add snippets tab to scripts navigator.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
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   
Bug Depends on:    
Bug Blocks: 75094    
Attachments:
Description Flags
Patch pfeldman: review+

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.