Bug 25093 - REGRESSION: some scripts are showing in the Inspector with only "true" as the source
Summary: REGRESSION: some scripts are showing in the Inspector with only "true" as the...
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: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-08 09:24 PDT by Timothy Hatcher
Modified: 2009-04-08 10:53 PDT (History)
4 users (show)

See Also:


Attachments
Fix conversion problem, v1. (1.94 KB, patch)
2009-04-08 10:39 PDT, Dimitri Glazkov (Google)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2009-04-08 09:24:11 PDT
Recently some scripts have started to just show "true" as the source. It seems to be eval scripts and anything using the ScriptView class.
Comment 1 Timothy Hatcher 2009-04-08 09:32:09 PDT
<rdar://problem/6769932>
Comment 2 Dimitri Glazkov (Google) 2009-04-08 09:32:26 PDT
I think I fixed it in the last commit. It was this: http://trac.webkit.org/changeset/42295/trunk/WebCore/bindings/js/JSInspectorControllerCustom.cpp

But I'll check.
Comment 3 Dimitri Glazkov (Google) 2009-04-08 10:39:45 PDT
Created attachment 29338 [details]
Fix conversion problem, v1.

 WebCore/ChangeLog                         |   12 ++++++++++++
 WebCore/inspector/InspectorController.cpp |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
Comment 4 Dimitri Glazkov (Google) 2009-04-08 10:40:33 PDT
This was all my fault.
Comment 5 Dimitri Glazkov (Google) 2009-04-08 10:53:28 PDT
Landed as http://trac.webkit.org/changeset/42325.