[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
Wed Feb 16 04:35:45 PST 2011


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





--- Comment #18 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2011-02-16 04:35:45 PST ---
(From update of attachment 82575)
View in context: https://bugs.webkit.org/attachment.cgi?id=82575&action=review

> Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp:83
> +#if ENABLE(VIDEO) && ENABLE(QT_MULTIMEDIA)

Can we just use ENABLE(VIDEO) guard here - that is less code and the function could be perhaps reused for the phonon case as well ?

> Source/WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp:969
> +#if ENABLE(VIDEO) && ENABLE(QT_MULTIMEDIA)

Ditto.

-- 
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