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+

Description Vsevolod Vlasov 2012-03-13 11:55:33 PDT
Add snippets tab to scripts navigator.
Comment 1 Vsevolod Vlasov 2012-03-13 12:22:10 PDT
Created attachment 131691 [details]
Patch
Comment 2 Pavel Feldman 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)
Comment 3 Vsevolod Vlasov 2012-03-14 05:23:26 PDT
Committed r110694: <http://trac.webkit.org/changeset/110694>