[Webkit-unassigned] [Bug 40222] Use the new SoupURILoader API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 07:44:27 PDT 2010


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





--- Comment #13 from Gustavo Noronha (kov) <gns at gnome.org>  2010-08-30 07:44:28 PST ---
(In reply to comment #11)
> There is only 1 test that fails if I keep the timeout_add thing which is 
> http/tests/security/dataURL/xss-DENIED-from-data-url-in-foreign-domain-subframe.html
[...]
> Thing is that the test works fine, I mean, the output of the test is OK, WebKit behaves as it should not allowing access to the root element from a dataURL loaded from another domain, it's just that the test framework don't get the events when it expects them to arrive, that's why it reaches the timeout. So maybe skipping the test is a possibility.

I think this test is being fragile by depending on timing or on a specific order of events. I would recommend skipping it, and reenabling it after we figure a way of making it less dependant on the order of the events - though it might be that the order of events is actually specified in the standard. Either way, I am indeed against replacing a timeout with an idle, idles may never run like Martin described.

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