[Webkit-unassigned] [Bug 192669] Correctly label Intersection Observer callbacks in the timeline

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 11:14:38 PST 2018


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Extra data, such as a name, could probably be provided at these points:

    bindings/js/JSCallbackData.cpp
    78:    InspectorInstrumentationCookie cookie = JSExecState::instrumentFunctionCall(context, callType, callData);

    bindings/js/JSEventListener.cpp
    171:    InspectorInstrumentationCookie cookie = JSExecState::instrumentFunctionCall(&scriptExecutionContext, callType, callData);

    bindings/js/JSErrorHandler.cpp
    102:        InspectorInstrumentationCookie cookie = JSExecState::instrumentFunctionCall(&scriptExecutionContext, callType, callData);

    bindings/js/ScheduledAction.cpp
    115:    InspectorInstrumentationCookie cookie = JSExecState::instrumentFunctionCall(&context, callType, callData);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181213/14ddf86b/attachment.html>


More information about the webkit-unassigned mailing list