Bug 82477

Summary: Web Inspector: Implement snippets renaming in 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   
Attachments:
Description Flags
Patch pfeldman: review+

Description Vsevolod Vlasov 2012-03-28 10:12:55 PDT
Implement snippets renaming in scripts navigator.
Comment 1 Vsevolod Vlasov 2012-03-28 10:16:38 PDT
Created attachment 134325 [details]
Patch
Comment 2 Pavel Feldman 2012-03-28 10:19:06 PDT
Comment on attachment 134325 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=134325&action=review

> Source/WebCore/inspector/front-end/ScriptsNavigator.js:366
> +        WebInspector.markBeingEdited(scriptTreeElement.treeOutline.element, true);

Adding comment here would not hurt.
Comment 3 Vsevolod Vlasov 2012-03-28 11:23:22 PDT
Committed r112416: <http://trac.webkit.org/changeset/112416>