RESOLVED FIXED 65411
Web Inspector: merge FormattedSourceFile into SourceFile.
https://bugs.webkit.org/show_bug.cgi?id=65411
Summary Web Inspector: merge FormattedSourceFile into SourceFile.
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.