[Webkit-unassigned] [Bug 147822] [GTK] Test /webkit2/WebKitWebView/install-missing-plugins-permission-request times out in the bots
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 8 01:16:30 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=147822
--- Comment #14 from Philippe Normand <pnormand at igalia.com> ---
Seems like an issue with our jhbuild (as usual).
Try this:
export GST_INSTALL_PLUGINS_HELPER=$PWD/gst-codec-install-helper.sh
and in gst-codec-install-helper.sh:
#!/bin/sh
echo "Installation of gst plugin requested..."
echo $@
exit 0
(make it executable of course :))
Then try to load a mp4 video after making sure video/mp4 is in the mime-type set and you'll see MiniBrowser showing the permission request.
--
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/20161108/359ec936/attachment.html>
More information about the webkit-unassigned
mailing list