[Webkit-unassigned] [Bug 52553] [GTK] Many DOM XHTML tests time out

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 16:01:31 PST 2011


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





--- Comment #3 from Martin Robinson <mrobinson at webkit.org>  2011-01-24 16:01:31 PST ---
(In reply to comment #2)
> (From update of attachment 79129 [details])
> Can't we run the loop with a timeout?  Or schedule a timeout event on the loop before we run it?  That seems like a more general fix for this problem than this specific exclusion.

I had considered a solution like this, but the details of the operation of the WebCoreSynchronousLoader are hidden from ResourceHandle::loadResourceSynchronously. Meanwhile, the handle itself "owns" the WebCoreSynchronousLoader (it's the client), so it didn't seem clean to add another relationship. I finally chose this approach because it matches the CF network code.

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