Title: [206826] trunk/Source/WebCore
- Revision
- 206826
- Author
- mcatanz...@igalia.com
- Date
- 2016-10-05 13:21:25 -0700 (Wed, 05 Oct 2016)
Log Message
[GTK] Improve OS X UA quirk
https://bugs.webkit.org/show_bug.cgi?id=162613
Reviewed by Carlos Garcia Campos.
Include OS X version number in user agent, like Safari does.
* platform/gtk/UserAgentGtk.cpp:
(WebCore::buildUserAgentString):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (206825 => 206826)
--- trunk/Source/WebCore/ChangeLog 2016-10-05 20:20:02 UTC (rev 206825)
+++ trunk/Source/WebCore/ChangeLog 2016-10-05 20:21:25 UTC (rev 206826)
@@ -1,5 +1,17 @@
2016-10-05 Michael Catanzaro <mcatanz...@igalia.com>
+ [GTK] Improve OS X UA quirk
+ https://bugs.webkit.org/show_bug.cgi?id=162613
+
+ Reviewed by Carlos Garcia Campos.
+
+ Include OS X version number in user agent, like Safari does.
+
+ * platform/gtk/UserAgentGtk.cpp:
+ (WebCore::buildUserAgentString):
+
+2016-10-05 Michael Catanzaro <mcatanz...@igalia.com>
+
[GTK] Improve comment in platformVersionForUAString
https://bugs.webkit.org/show_bug.cgi?id=162612
Modified: trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp (206825 => 206826)
--- trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp 2016-10-05 20:20:02 UTC (rev 206825)
+++ trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp 2016-10-05 20:21:25 UTC (rev 206826)
@@ -122,7 +122,7 @@
uaString.appendLiteral("; ");
if (quirks.contains(UserAgentQuirks::NeedsMacintoshPlatform))
- uaString.appendLiteral("Intel Mac OS X");
+ uaString.appendLiteral("Intel Mac OS X 10_12");
else
uaString.append(platformVersionForUAString());
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes