[Webkit-unassigned] [Bug 114347] [GTK] Notify WebProcess in WebKitURISchemeRequest when we fail to read the user InputStream

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 23:21:51 PDT 2013


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





--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-04-11 23:20:06 PST ---
(From update of attachment 197719)
View in context: https://bugs.webkit.org/attachment.cgi?id=197719&action=review

> Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitWebContext.cpp:235
> +    g_assert_cmpstr(test->m_error->message, ==, "Stream is already closed");

Don't check the message in this case, this error comes from glib and the message might change making this test fail. Checking the domain and error code is enough.

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