[Webkit-unassigned] [Bug 148025] Web Inspector: add support for running protocol-test.js tests on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 14 08:58:49 PDT 2015


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

--- Comment #2 from Brian Burg <bburg at apple.com> ---
As a starting point, the existing Windows code specifies the page to load inside WebInspectorClient::openInspectorFrontend:

RetainPtr<CFURLRef> htmlURLRef = adoptCF(CFBundleCopyResourceURL(webKitBundle(), CFSTR("Main"), CFSTR("html"), CFSTR("WebInspectorUI")));

The mac WK1 code does something like this, which could be copied to Windows.

    NSString *pagePath = isUnderTest ? [self inspectorTestPagePath] : [self inspectorPagePath];

-- 
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/20150814/d2a74212/attachment-0001.html>


More information about the webkit-unassigned mailing list