[Webkit-unassigned] [Bug 187236] [GTK] /webkit/WebKitWebView/mouse-target subtest fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 1 15:25:38 PDT 2018


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

Daniel Bates <dbates at webkit.org> changed:

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

--- Comment #2 from Daniel Bates <dbates at webkit.org> ---
Comment on attachment 344057
  --> https://bugs.webkit.org/attachment.cgi?id=344057
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=344057&action=review

> Tools/ChangeLog:9
> +        video URL is not exposed this will fail. So allow local file access for the video

Can you please elaborate on what you mean by "the local video URL is not exposed"?

> Tools/TestWebKitAPI/Tests/WebKitGLib/TestUIClient.cpp:682
> +    WebKitSettings* settings = webkit_web_view_get_settings(test->m_webView);
> +    webkit_settings_set_allow_universal_access_from_file_urls(settings, TRUE);

Can you please explain why we need to universal access? I mean, this test only loads subresources with file URLs. (The markup is substituted for the request with URL file://// and movie.org is computed relative to it, file:///movie.ogg).

-- 
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/20180701/f34a8f74/attachment.html>


More information about the webkit-unassigned mailing list