Bug 57010 - Web Inspector: fix console messages positions in formatted scripts.
Summary: Web Inspector: fix console messages positions in formatted scripts.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-24 06:38 PDT by Pavel Podivilov
Modified: 2011-03-28 05:24 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (11.55 KB, patch)
2011-03-24 06:39 PDT, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-03-24 06:38:49 PDT
Web Inspector: fix console messages positions in formatted scripts.
Comment 1 Pavel Podivilov 2011-03-24 06:39:26 PDT
Created attachment 86766 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-03-24 07:22:08 PDT
Comment on attachment 86766 [details]
Patch.

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

> Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:187
> +            presentationMessage.sourceFileId = sourceFile.id;

Would be nice to see sourceFile declaration above didRequestMapping
Comment 3 Pavel Podivilov 2011-03-28 05:23:44 PDT
Committed r82107: <http://trac.webkit.org/changeset/82107>
Comment 4 Pavel Podivilov 2011-03-28 05:24:08 PDT
(In reply to comment #2)
> (From update of attachment 86766 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=86766&action=review
> 
> > Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:187
> > +            presentationMessage.sourceFileId = sourceFile.id;
> 
> Would be nice to see sourceFile declaration above didRequestMapping

Done.