[Webkit-unassigned] [Bug 30724] [GTK] Failing test fast/loader/opaque-base-url.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 26 13:42:17 PDT 2009


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





--- Comment #2 from Alejandro G. Castro <alex at igalia.com>  2009-10-26 13:42:17 PDT ---
Created an attachment (id=41887)
 --> (https://bugs.webkit.org/attachment.cgi?id=41887)
Test showing the problem, not just in gtk+ DRT

This is a test that tries to reproduce the error in other platforms, not just
gtk+, trying to do a similar action done in the gtk+ DRT. Basically this kind
of opaque urls are causing problems when the state is saved in the
HistoryController, it is checked if that item is in current document and that
tries to create a URL using an opaque URL that hits the checkEncodedString
assertion about the first character in an url. I guess even this being an
invalid URL (we should remove that from the opaque test then) we should handle
the situation without reaching the assertion.

Can someone check the test with other platforms and see if the problem is
there? I guess the patch should control the current document condition in case
of this kind of opaque URLs, not sure if just avoiding saving or setting as
current because there is not URL.

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