RESOLVED FIXED 63699
[GTK] media/media-blocked-by-willsendrequest.html fails
https://bugs.webkit.org/show_bug.cgi?id=63699
Summary [GTK] media/media-blocked-by-willsendrequest.html fails
Philippe Normand
Reported 2011-06-30 04:04:58 PDT
I think it fails because the player tries to load a file:// uri which implies using the filesrc gstreamer element. In this case the resource access is not verified at all on WebKit side. For http uris our custom webkitwebsrc element does this check already. I'll skip the test for now and try to work out a patch.
Attachments
proposed patch (3.13 KB, patch)
2011-07-12 08:37 PDT, Philippe Normand
mrobinson: review+
Philippe Normand
Comment 1 2011-07-04 23:44:18 PDT
One approach to explore would be to use webkitwebsrc for file:// uris as well.
Philippe Normand
Comment 2 2011-07-12 08:37:07 PDT
Created attachment 100490 [details] proposed patch
Philippe Normand
Comment 3 2011-07-13 10:05:18 PDT
Note You need to log in before you can comment on or make changes to this bug.