[Webkit-unassigned] [Bug 61098] Web Inspector: Provide inspector extension API to access timeline data

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 01:51:51 PDT 2011


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





--- Comment #11 from Andrey Kosyakov <caseq at chromium.org>  2011-05-20 01:51:51 PST ---
(From update of attachment 94123)
View in context: https://bugs.webkit.org/attachment.cgi?id=94123&action=review

> Source/WebCore/inspector/front-end/TimelinePanel.js:300
> +            this._addRecordToTimeline(JSON.parse(JSON.stringify(event.data)));

Can we move record clonging down to the place we actually modify data, i.e. to FormattedRecord, and only do conditionally for certain record types that we modify? A bit of a hack, perhaps, but given timeline has to process large amount of events, this may save us from regressing performance.

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