[Webkit-unassigned] [Bug 149006] ASSERT(!m_frontendRouter->hasLocalFrontend()) when running Web Inspector tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 15:56:30 PDT 2015


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

Brian Burg <bburg at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|webkit-unassigned at lists.web |bburg at apple.com
                   |kit.org                     |

--- Comment #2 from Brian Burg <bburg at apple.com> ---
Joe and I believe that this is caused when the inspected page times out and doesn't close the dummy inspector frontend. Later, the InspectorController expects its frontend to close, but requests the InspectorClient to close the frontend. In the case of a dummy frontend, the InspectorClient doesn't know about it, thus doesn't close anything.

Possible solutions:

 * In -[WebInspector close], break early if (!_frontend)
 * Change the API so InspectorController can request (via FrontendClient) that the frontend should close.

-- 
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/20150910/5253e647/attachment.html>


More information about the webkit-unassigned mailing list