RESOLVED FIXED54195
Web Inspector: refactoring, extract SourceMapping from SourceFrameContent
https://bugs.webkit.org/show_bug.cgi?id=54195
Summary Web Inspector: refactoring, extract SourceMapping from SourceFrameContent
Pavel Podivilov
Reported 2011-02-10 05:28:03 PST
Web Inspector: refactoring, extract SourceMapping from SourceFrameContent. This will allow supporting JS compiler source mappings without changing SourceFrameContent or SourceFrame code.
Attachments
Patch. (25.67 KB, patch)
2011-02-10 05:31 PST, Pavel Podivilov
yurys: review+
Pavel Podivilov
Comment 1 2011-02-10 05:31:42 PST
Yury Semikhatsky
Comment 2 2011-02-11 02:04:48 PST
Comment on attachment 81957 [details] Patch. View in context: https://bugs.webkit.org/attachment.cgi?id=81957&action=review > Source/WebCore/inspector/front-end/ScriptFormatter.js:200 > + fromScriptLocation: function(lineNumber, columnNumber) The method name is confusing, should be something like originalToFormattedLocation > Source/WebCore/inspector/front-end/ScriptFormatter.js:206 > + toScriptLocation: function(lineNumber, columnNumber) Ditto.
Pavel Podivilov
Comment 3 2011-02-14 06:06:58 PST
Note You need to log in before you can comment on or make changes to this bug.