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

dpranke at chromium.org dpranke at chromium.org
Wed Dec 22 13:21:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ea7d21fde8bc28cf22deda289d02e0de29e546fa
Author: dpranke at chromium.org <dpranke at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 12 23:37:46 2010 +0000

    2010-09-12  Dirk Pranke  <dpranke at chromium.org>
    
            Unreviewed, build fix.
    
            My last change accidentally contained a local change to the
            rebaselinig script; webkit-patch land picked it up without telling
            me and committed it :(
    
            * Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67352 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 4854bd3..2b72256 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,13 @@
+2010-09-12  Dirk Pranke  <dpranke at chromium.org>
+
+        Unreviewed, build fix.
+
+        My last change accidentally contained a local change to the
+        rebaselinig script; webkit-patch land picked it up without telling
+        me and committed it :(
+
+        * Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
+
 2010-09-11  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py b/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
index 6f35d66..3a9f923 100644
--- a/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
+++ b/WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
@@ -738,7 +738,7 @@ class HtmlGenerator(object):
 
         _log.info('Launching html: "%s"', self._html_file)
 
-        html_uri = "file:///" + self._html_file
+        html_uri = self._target_port.filename_to_uri(self._html_file)
         webbrowser.open(html_uri, 1)
 
         _log.info('Html launched.')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list