WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
162753
Web Inspector: Make debugger stepping highlights work in inline <script>s
https://bugs.webkit.org/show_bug.cgi?id=162753
Summary
Web Inspector: Make debugger stepping highlights work in inline <script>s
Joseph Pecoraro
Reported
2016-09-29 14:24:47 PDT
Summary: Make debugger stepping highlights work in inline <script>s Test: <script> debugger; if (true) { 1; } </script> Current highlight on if statement line: if (|true) {| Expected highlight on if statement line: if (|true|) { Notes: - Works in external scripts via
bug 161658
, this is about getting it to work in inline scripts.
Attachments
[PATCH] Proposed Fix
(10.04 KB, patch)
2016-09-29 14:28 PDT
,
Joseph Pecoraro
bburg
: review+
joepeck
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-09-29 14:25:05 PDT
<
rdar://problem/28551332
>
Joseph Pecoraro
Comment 2
2016-09-29 14:28:12 PDT
Created
attachment 290244
[details]
[PATCH] Proposed Fix Won't apply due to other patches awaiting review.
Blaze Burg
Comment 3
2016-09-30 12:16:31 PDT
Comment on
attachment 290244
[details]
[PATCH] Proposed Fix r=me, Good catch!
Joseph Pecoraro
Comment 4
2016-09-30 12:37:37 PDT
<
https://trac.webkit.org/changeset/206655
>
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