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

mihaip at chromium.org mihaip at chromium.org
Wed Dec 22 15:29:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7ca821d76914914847237acd81e0774612c688dd
Author: mihaip at chromium.org <mihaip at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Nov 5 01:26:16 2010 +0000

    2010-11-04  Mihai Parparita  <mihaip at chromium.org>
    
            Unreviewed fix to webkit-patch rebaseline-server so that it runs under
            Python 2.5 (it needs an import to use the with statement).
    
            * Scripts/webkitpy/tool/commands/rebaselineserver.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71378 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 5b6810a..ab3303d 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-11-04  Mihai Parparita  <mihaip at chromium.org>
+
+        Unreviewed fix to webkit-patch rebaseline-server so that it runs under
+        Python 2.5 (it needs an import to use the with statement).
+
+        * Scripts/webkitpy/tool/commands/rebaselineserver.py:
+
 2010-11-04  Dirk Pranke  <dpranke at chromium.org>
 
         Reviewed by Adam Barth.
@@ -15,7 +22,7 @@
         * Scripts/webkitpy/layout_tests/port/config.py: Added.
         * Scripts/webkitpy/layout_tests/port/config_unittest.py: Added.
 
-2010-11-02  Mihai Parparita  <mihaip at chromium.org>
+2010-11-04  Mihai Parparita  <mihaip at chromium.org>
 
         Reviewed by Tony Chang.
 
diff --git a/WebKitTools/Scripts/webkitpy/tool/commands/rebaselineserver.py b/WebKitTools/Scripts/webkitpy/tool/commands/rebaselineserver.py
index ab4c50f..0a37677 100644
--- a/WebKitTools/Scripts/webkitpy/tool/commands/rebaselineserver.py
+++ b/WebKitTools/Scripts/webkitpy/tool/commands/rebaselineserver.py
@@ -29,6 +29,7 @@
 """Starts a local HTTP server which displays layout test failures (given a test
 results directory), provides comparisons of expected and actual results (both
 images and text) and allows one-click rebaselining of tests."""
+from __future__ import with_statement
 
 import codecs
 import datetime

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list