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+

Pavel Podivilov
Reported 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
Attachments
Patch (13.12 KB, patch)
2011-07-30 06:51 PDT, Pavel Podivilov
pfeldman: review+
Pavel Podivilov
Comment 1 2011-07-30 06:51:46 PDT
Pavel Feldman
Comment 2 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.
Pavel Podivilov
Comment 3 2011-08-02 09:00:19 PDT
Note You need to log in before you can comment on or make changes to this bug.