[Webkit-unassigned] [Bug 90675] Web Inspector: implement testing harness for pure protocol tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 02:39:20 PDT 2012


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





--- Comment #13 from Pavel Feldman <pfeldman at chromium.org>  2012-07-19 02:39:19 PST ---

> So are you hinting at InspectorFrontendClientDummy inheriting both InspectorFrontendClientLocal as well as InspectorFrontendChannel and keeping a raw pointer to the Page* for the frontend?

I was, but now that I've looked at the InspectorFrontendClientLocal, I realized that it does not have enough logic. So you should either proceed as you planned.

Your sendMessageToFrontend should call InspectorClient::doDispatchMessageOnFrontendPage.

It is by nature static utility method exposed on the client for reuse only. It can be declared static.

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