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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 8 23:24:07 PDT 2014


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





--- Comment #2 from Brian Burg <burg at cs.washington.edu>  2014-08-08 23:24:17 PST ---
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).

Any thoughts, Joe?

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