Summary: | [Gtk] [Stable] Fix the "Safari" part of the UA | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Sergio Villar Senin <svillar> | ||||
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | cgarcia, gustavo, mrobinson | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Bug Depends on: | 133403 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Sergio Villar Senin
2014-06-13 07:30:27 PDT
Created attachment 233049 [details]
Patch
Comment on attachment 233049 [details] Patch 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. :) Comment on attachment 233049 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=233049&action=review >> Tools/TestWebKitAPI/Tests/WebKitGtk/testwebsettings.c:108 >> /* Test quirky google domains */ > > This file doesn't exist any longer. :) It does in the stable branch. This is for stable only Comment on attachment 233049 [details]
Patch
Doh! Sorry.
Comment on attachment 233049 [details]
Patch
Clearing the flag now that landed
|