Title: [137044] trunk/Source/WebCore
Revision
137044
Author
[email protected]
Date
2012-12-08 11:42:27 -0800 (Sat, 08 Dec 2012)

Log Message

Reviewed by Martin Robinson.

Update the Chromium/Chrome version we advertise in our User-Agent
string to version 25, to better match our current reality.

* platform/gtk/UserAgentGtk.cpp:
(WebCore::standardUserAgent):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (137043 => 137044)


--- trunk/Source/WebCore/ChangeLog	2012-12-08 19:18:21 UTC (rev 137043)
+++ trunk/Source/WebCore/ChangeLog	2012-12-08 19:42:27 UTC (rev 137044)
@@ -1,3 +1,13 @@
+2012-12-08  Gustavo Noronha Silva  <[email protected]>
+
+        Reviewed by Martin Robinson.
+
+        Update the Chromium/Chrome version we advertise in our User-Agent
+        string to version 25, to better match our current reality.
+
+        * platform/gtk/UserAgentGtk.cpp:
+        (WebCore::standardUserAgent):
+
 2012-12-08  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r137006.

Modified: trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp (137043 => 137044)


--- trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2012-12-08 19:18:21 UTC (rev 137043)
+++ trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2012-12-08 19:42:27 UTC (rev 137044)
@@ -89,7 +89,7 @@
     // CSS, or custom fonts. In some cases sites won't load resources at all.
     DEFINE_STATIC_LOCAL(const CString, uaVersion, (String::format("%i.%i", WEBKIT_USER_AGENT_MAJOR_VERSION, WEBKIT_USER_AGENT_MINOR_VERSION).utf8()));
     DEFINE_STATIC_LOCAL(const String, staticUA, (String::format("Mozilla/5.0 (%s; %s) AppleWebKit/%s (KHTML, like Gecko) "
-                                                                "Chromium/18.0.1025.168 Chrome/18.0.1025.168 Safari/%s",
+                                                                "Chromium/25.0.1349.2 Chrome/25.0.1349.2 Safari/%s",
                                                                 platformForUAString(), platformVersionForUAString().utf8().data(),
                                                                 uaVersion.data(), uaVersion.data())));
     if (applicationName.isEmpty())
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to