[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-10851-g50815da

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 18:03:08 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1e28862103889f167588ae5f813d77fe63b0b37c
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 6 18:06:40 2010 +0000

    2010-12-03  Mihai Parparita  <mihaip at chromium.org>
    
            Reviewed by Tony Chang.
    
            Allow the Chromium port to have Leopard-specific baselines
            https://bugs.webkit.org/show_bug.cgi?id=50506
    
            * Scripts/webkitpy/layout_tests/port/chromium_mac.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73375 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 74b30a3..4176b31 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-03  Mihai Parparita  <mihaip at chromium.org>
+
+        Reviewed by Tony Chang.
+
+        Allow the Chromium port to have Leopard-specific baselines
+        https://bugs.webkit.org/show_bug.cgi?id=50506
+
+        * Scripts/webkitpy/layout_tests/port/chromium_mac.py:
+
 2010-12-03  Tony Chang  <tony at chromium.org>
 
         Reviewed by Kent Tamura.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_mac.py b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_mac.py
index d1c383c..b023c94 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_mac.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_mac.py
@@ -49,7 +49,13 @@ class ChromiumMacPort(chromium.ChromiumPort):
         chromium.ChromiumPort.__init__(self, **kwargs)
 
     def baseline_search_path(self):
-        port_names = ["chromium-mac", "chromium", "mac" + self.version(), "mac"]
+        port_names = [
+            "chromium-mac" + self.version(),
+            "chromium-mac",
+            "chromium",
+            "mac" + self.version(),
+            "mac",
+        ]
         return map(self._webkit_baseline_path, port_names)
 
     def check_build(self, needs_http):

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list