Bug 69068

Summary: Web Inspector: split SourceFile.js into RawSourceCode.js and UISourceCodeContentProviders.js.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
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 yurys: review+

Description Pavel Podivilov 2011-09-29 01:00:00 PDT
Web Inspector: split SourceFile.js into RawSourceCode.js and UISourceCodeContentProviders.js.
Comment 1 Pavel Podivilov 2011-09-29 01:00:57 PDT
Created attachment 109133 [details]
Patch
Comment 2 Yury Semikhatsky 2011-09-29 01:14:47 PDT
Comment on attachment 109133 [details]
Patch

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

> Source/WebCore/inspector/front-end/UISourceCodeContentProviders.js:1
> +/*

The file name is a bit confusing, there is no mentioning of UISourceCode in the file, could you rename it to ContentProviders?
Comment 3 Pavel Podivilov 2011-09-29 01:47:26 PDT
Committed r96313: <http://trac.webkit.org/changeset/96313>