Bug 82622

Summary: Web Inspector: Implement snippet creation/renaming in ScriptsNavigator.
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, podivilov, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 75094    
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Vsevolod Vlasov 2012-03-29 09:21:05 PDT
patch to follow
Comment 1 Vsevolod Vlasov 2012-03-29 09:57:19 PDT
Created attachment 134606 [details]
Patch
Comment 2 Pavel Feldman 2012-04-19 03:51:51 PDT
Comment on attachment 134606 [details]
Patch

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

> Source/WebCore/inspector/front-end/SnippetsModel.js:283
> +WebInspector.SnippetsPresentationModel = function()

As we agreed offline, there should be no such model.
Comment 3 Vsevolod Vlasov 2012-05-16 06:28:05 PDT
Created attachment 142241 [details]
Patch
Comment 4 Vsevolod Vlasov 2012-05-16 06:40:14 PDT
Committed r117274: <http://trac.webkit.org/changeset/117274>