Bug 81018 - Web Inspector: Add snippets tab to scripts navigator.
Summary: Web Inspector: Add snippets tab to scripts navigator.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks: 75094
  Show dependency treegraph
 
Reported: 2012-03-13 11:55 PDT by Vsevolod Vlasov
Modified: 2012-03-14 05:23 PDT (History)
10 users (show)

See Also:


Attachments
Patch (10.72 KB, patch)
2012-03-13 12:22 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>