WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
68144
Web Inspector: skip overlapping scripts when displaying concatenated content.
https://bugs.webkit.org/show_bug.cgi?id=68144
Summary
Web Inspector: skip overlapping scripts when displaying concatenated content.
Pavel Podivilov
Reported
2011-09-15 00:32:41 PDT
Web Inspector: skip overlapping scripts when displaying concatenated content.
Attachments
Patch
(5.54 KB, patch)
2011-09-15 00:37 PDT
,
Pavel Podivilov
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Podivilov
Comment 1
2011-09-15 00:37:22 PDT
Created
attachment 107471
[details]
Patch
Pavel Feldman
Comment 2
2011-09-19 00:37:28 PDT
Comment on
attachment 107471
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=107471&action=review
> Source/WebCore/inspector/front-end/SourceFile.js:274 > + if (lineNumber > scripts[i].lineOffset || (lineNumber === scripts[i].lineOffset && columnNumber > scripts[i].columnOffset - scriptOpenTag.length))
Could you also investigate when this happens? I.e. can we process scripts added via appendChild differently?
Pavel Podivilov
Comment 3
2011-09-23 06:46:31 PDT
Committed
r95797
: <
http://trac.webkit.org/changeset/95797
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug