[WebKit-devel] Flash workaround

Jakub Stachowski qbast at go2.pl
Sat Mar 14 19:34:08 CET 2009


Hello,

Currently plugin factory contains workaround for flash (returning QWebView 
instead of 0). What bug does it exactly works around?
If it is video player embedded from youtube showing just controls but no video 
(testcase: http://www.webscription.net/s-108-david-weber.aspx ) then attached 
patch contains alternative solution.
The problem is that QNetworkManager (and maybe flash plugin) expects to handle 
redirects itself, but KIO internally fetches destination URL instead.
The patch makes KNetworkReply emit finish()  and kill the KIO job upon 
redirect. 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/webkit-devel/attachments/20090314/f927633e/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: redir.patch
Type: text/x-patch
Size: 2913 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/webkit-devel/attachments/20090314/f927633e/attachment.patch 


More information about the WebKit-devel mailing list