Bug 82477 - Web Inspector: Implement snippets renaming in scripts navigator.
Summary: Web Inspector: Implement snippets renaming in 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:
 
Reported: 2012-03-28 10:12 PDT by Vsevolod Vlasov
Modified: 2012-03-28 11:23 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.63 KB, patch)
2012-03-28 10:16 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-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>