Bug 65411

Summary: Web Inspector: merge FormattedSourceFile into SourceFile.
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 pfeldman: review+

Description Pavel Podivilov 2011-07-30 06:49:59 PDT
Web Inspector: merge FormattedSourceFile into SourceFile.

Prepare for splitting SourceFile into RawSourceCode and UISourceCode:
* merge FormattedSourceFile into SourceFile
* rename SourceFile to RawSourceCode
* hide formatter worker lazy creation in ScriptFormatter
Comment 1 Pavel Podivilov 2011-07-30 06:51:46 PDT
Created attachment 102435 [details]
Patch
Comment 2 Pavel Feldman 2011-08-01 09:55:45 PDT
Comment on attachment 102435 [details]
Patch

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

> Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:33
> +    this._formatter = new WebInspector.ScriptFormatter();

Please add fixme suggesting that formatter is applied from outside as a generic mapping.
Comment 3 Pavel Podivilov 2011-08-02 09:00:19 PDT
Committed r92196: <http://trac.webkit.org/changeset/92196>