]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - chromium_useragent.patch.in
update clean source script
[packages/chromium-browser.git] / chromium_useragent.patch.in
index 9bb7f28687a024f2ba69d18e5ff5ac3158905b53..9876f910b7046f2af2f6b279cbb4fbbb9f3d2e17 100644 (file)
@@ -1,23 +1,21 @@
---- chromium-browser-11.0.691.0~svn20110304r76865/src/webkit/glue/user_agent.cc~       2011-03-04 05:00:41.000000000 +0200
-+++ chromium-browser-11.0.691.0~svn20110304r76865/src/webkit/glue/user_agent.cc        2011-03-04 18:55:33.180524092 +0200
-@@ -102,15 +102,22 @@
-   // maximally compatible with Safari, we hope!!
-   std::string product = GetProductVersion();
+--- chromium-browser-29.0.1547.55/webkit/common/user_agent/user_agent_util.cc~ 2013-08-16 19:03:28.000000000 +0300
++++ chromium-browser-29.0.1547.55/webkit/common/user_agent/user_agent_util.cc  2013-08-18 13:39:00.749897316 +0300
+@@ -181,12 +181,20 @@
+   // This is done to expose our product name in a manner that is maximally
+   // compatible with Safari, we hope!!
+   std::string user_agent;
++
 +  // We want to also add Chromium
 +  std::string realproduct = product.c_str();
 +  size_t pos;
 +  if ((pos = realproduct.find("/")) != std::string::npos)
 +      realproduct.replace(0, pos, "Chromium");
 +
-   // Derived from Safari's UA string.
    base::StringAppendF(
        &user_agent,
-       "Mozilla/5.0 (%s%s) AppleWebKit/%d.%d"
--      " (KHTML, like Gecko) %s Safari/%d.%d",
-+      " (KHTML, like Gecko) @BUILD_DIST_NAME@/@BUILD_DIST_VERSION@ %s %s Safari/%d.%d",
-       mimic_windows ? "Windows " : kUserAgentPlatform,
-       webkit_glue::BuildOSCpuInfo().c_str(),
+-      "Mozilla/5.0 (%s) AppleWebKit/%d.%d (KHTML, like Gecko) %s Safari/%d.%d",
++      "Mozilla/5.0 (%s) AppleWebKit/%d.%d (KHTML, like Gecko) @BUILD_DIST_NAME@/@BUILD_DIST_VERSION@ %s %s Safari/%d.%d",
+       os_info.c_str(),
        WEBKIT_VERSION_MAJOR,
        WEBKIT_VERSION_MINOR,
 +      realproduct.c_str(),
This page took 0.034898 seconds and 4 git commands to generate.