[Webkit-unassigned] [Bug 105527] [Web Inspector]Add WebSocket networking events in WebInspector Timeline panel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 09:45:15 PST 2013


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





--- Comment #24 from Andrey Kosyakov <caseq at chromium.org>  2013-03-04 09:47:39 PST ---
(From update of attachment 189223)
View in context: https://bugs.webkit.org/attachment.cgi?id=189223&action=review

> Source/WebCore/inspector/InspectorTimelineAgent.cpp:503
> +    RefPtr<InspectorObject> record = TimelineRecordFactory::createGenericRecord(WTF::currentTimeMS(), m_maxCallStackDepth);

Is there any reason this uses time that is potentially different from other timeline records (WTF::currentTimeMS() vs. TimelineAgent::timestamp()?)

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