[Webkit-unassigned] [Bug 53973] [Qt] Can't play HTML5 Video because of the URL is percent encoded twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 10 14:06:10 PST 2011


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





--- Comment #10 from Hui Huang <hui_huang at yahoo.com>  2011-02-10 14:06:10 PST ---
I attached a new patch with regression test and Simon's improvement. I spent quite some time trying to find out a way to create a test using HTML and JS only, but I can't find a good solution without the involvement of an external web server. Therefore, I added a test function in tst_qwebpage. Since the HTTP request is sent by QtMobility, QNetworkAccessManager can not be used to check the request URL. I used DumpRenderTreeSupportQt to access media content URL from the Media Player via video element in DOM. I tested the patch and the test function worked. Suggestions on improvements are appreciated.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list