[Webkit-unassigned] [Bug 90264] Web Inspector: added low-level instrumentation support for TimelineAgent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 29 07:52:06 PDT 2012


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





--- Comment #12 from Pavel Feldman <pfeldman at chromium.org>  2012-06-29 07:52:03 PST ---
(From update of attachment 150178)
View in context: https://bugs.webkit.org/attachment.cgi?id=150178&action=review

> Source/WebCore/inspector/InspectorTimelineAgent.cpp:103
> +    AtomicallyInitializedStatic(WTF::ThreadSpecific<InspectorTimelineAgent*>*, instance = new WTF::ThreadSpecific<InspectorTimelineAgent*>());

We don't want to have several timelines running at a time and I wonder if we can make it clear on the declarative level. Deferring this to Yury as he is the one that added plumbing for the workers.

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