[Webkit-unassigned] [Bug 157198] Web Inspector: Issues inspecting the inspector, pausing on breakpoints causes content to not load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 17:26:45 PDT 2016


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

--- Comment #4 from Brian Burg <bburg at apple.com> ---
View in context: https://bugs.webkit.org/attachment.cgi?id=277765&action=review

> Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:59
> +    ASSERT(m_queue.isEmpty());

This assertion seems wrong. What if evaluating a dequeued expression caused us to hit a breakpoint and suspend?

> Source/WebKit2/WebProcess/WebPage/WebInspectorFrontendAPIDispatcher.cpp:75
> +    evaluateOrQueueExpression(makeString("InspectorFrontendAPI.dispatch([\"", command, "\"])"));

Nit: evaluateOrEnqueueExpression

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


More information about the webkit-unassigned mailing list