[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 17:40:06 PST 2013


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





--- Comment #25 from pdeng6 <pan.deng at intel.com>  2013-03-04 17:42:30 PST ---
(In reply to comment #24)
> (From update of attachment 189223 [details])
> 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()?)

no special intent, TimelineAgent::timestamp() is the right one. :)

thanks!
Pan

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