[Webkit-unassigned] [Bug 30395] [Qt] QtWebKit doesn't read content from qrc files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 00:50:34 PST 2009


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |hausmann at webkit.org




--- Comment #4 from Simon Hausmann <hausmann at webkit.org>  2009-11-18 00:50:34 PST ---
:/test.png is not a valid URL in WebKit to access Qt resources. qrc is the
scheme we use.

So the testcase works just fine after the following two modifications:

    1) :/ is replaced with qrc:/
    2) test.html references test.png, but it should reference tux.png

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