[Webkit-unassigned] [Bug 133855] [Gtk] [Stable] Fix the "Safari" part of the UA

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 13 08:09:45 PDT 2014


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





--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2014-06-13 08:10:08 PST ---
(From update of attachment 233049)
View in context: https://bugs.webkit.org/attachment.cgi?id=233049&action=review

> Tools/TestWebKitAPI/Tests/WebKitGtk/testwebsettings.c:108
>      settings = webkit_web_view_get_settings(WEBKIT_WEB_VIEW(webView));
>      defaultUserAgent = g_strdup(webkit_web_settings_get_user_agent(settings));
>  
> +    g_assert(g_strstr_len(defaultUserAgent, -1, "Version/8.0 Safari/"));
> +    g_assert(g_strstr_len(defaultUserAgent, -1, "Version/8.0") < g_strstr_len(defaultUserAgent, -1, "Safari/"));
> +
>      test_non_quirky_user_agents(settings, defaultUserAgent);
>  
>      /* Test quirky google domains */

This file doesn't exist any longer. :)

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