[Webkit-unassigned] [Bug 30835] REGRESSION (??? - r50171): inspector tests crashing at JSC::TypeInfo::type()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 13:03:37 PST 2009


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





--- Comment #53 from Pavel Feldman <pfeldman at chromium.org>  2009-11-18 13:03:23 PST ---
Timeline can only receive events on main thread. I can see timeline being
called from within callReadyStateChangeListener only. This one is presumably
dispatching events on the main thread for Document context. Workers' contexts
should have no timeline agent instances due to the logic in
InspectorTimelineAgent::retrieve. So things should be ok, unless marshalling of
these events from XHR to main thread is happening later.

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