Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2011-01-24 Martin Robinson <mrobinson@igalia.com>
Reviewed by Eric Seidel. [GTK] Many DOM XHTML tests time out https://bugs.webkit.org/show_bug.cgi?id=52553 * platform/gtk/Skipped: Unskip tests which are no longer timing out. 2011-01-24 Martin Robinson <mrobinson@igalia.com> Reviewed by Eric Seidel. [GTK] Many DOM XHTML tests time out https://bugs.webkit.org/show_bug.cgi?id=52553 Properly handle the situation where a synchronous load fails before the inner event loop has started. In this case, we simply do not run the inner event loop, or else it will block indefinitely (since no GIO or libsoup callbacks will fire). * platform/network/soup/ResourceHandleSoup.cpp: (WebCore::ResourceHandle::loadResourceSynchronously): Bail out of a synchronous load if it fails up front. Canonical link: https://commits.webkit.org/66785@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@76555 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
4 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters