[Webkit-unassigned] [Bug 33853] New: InspectorTimelineAgent refactor to support reporting data when closing a record

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 11:35:43 PST 2010


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

           Summary: InspectorTimelineAgent refactor to support reporting
                    data when closing a record
           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: jaimeyap at google.com
                CC: timothy at hatcher.name, knorton at google.com,
                    pfeldman at chromium.org


This patch (soon to be attached) refactors the TimelineRecordFactory and
InspectorTimelineAgent to support reporting data when closing a record. Since
ScriptObject has no get method for retrieving fields, eagerly installing a data
object on the base record precluded us from adding any fields to it later on.

This patch also includes grabbing the start and end line number for parse HTML
records as a reference use case for the above refactor.

-- 
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