[Webkit-unassigned] [Bug 30861] New: WebInspector: Adds InspectorTimelineAgent instrumentation for <script> tag processing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 28 08:30:18 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30861

           Summary: WebInspector: Adds InspectorTimelineAgent
                    instrumentation for <script> tag processing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zundel at google.com
                CC: timothy at hatcher.name, knorton at google.com,
                    pfeldman at chromium.org


This change adds another instrumentation point for the InspectorTimelineAgent -
reporting the time spent processing a script tag.

In order to report the URL and line number for the tag, I updated
SourceSourceCode to provide accessors for these values.  I could have
de-referenced the JSC object, but that would cause a fork with Chrome.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list