[Webkit-unassigned] [Bug 135746] Web Inspector: add a Scripts timeline record for Promise fulfillment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 11 11:29:02 PDT 2014


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





--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2014-08-11 11:29:12 PST ---
(In reply to comment #2)
> I am not sure how we would get these callbacks through to an inspector agent. Current paths include plumbing to call into the global object's JSGlobalObjectInspectorController (i.e, to report exceptions) and through ScriptDebugServer listeners. The former seems better here, but that controller is guarded by ENABLE(REMOTE_INSPECTOR).

JSGlobalObjectInspectorController is only for JSContext inspection.

I think this should go through the JSGlobalObject::debugger JSC::Debugger (ScriptDebugServer).

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