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

andersca at apple.com andersca at apple.com
Wed Dec 22 11:18:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit fec48d9a85cb38d6995c587a7d9eea7d5e406314
Author: andersca at apple.com <andersca at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jul 17 21:44:44 2010 +0000

    [EFL] Unreviewed build system cleanup.
    
    Patch by Leandro Pereira <leandro at profusion.mobi> on 2010-07-16
    Remove reference to "mediaControlsGtk.css".
    
    * cmake/WebKitGenerators.cmake:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63615 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 80d18f3..be5d909 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-17  Anders Carlsson  <andersca at apple.com>
+
+        Fix relative paths in test.
+
+        * plugins/npruntime/browser-object-identity.html:
+
 2010-07-15  Qi Zhang  <qi.2.zhang at nokia.com>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/LayoutTests/plugins/npruntime/browser-object-identity.html b/LayoutTests/plugins/npruntime/browser-object-identity.html
index 882b432..91fa8cd 100644
--- a/LayoutTests/plugins/npruntime/browser-object-identity.html
+++ b/LayoutTests/plugins/npruntime/browser-object-identity.html
@@ -1,13 +1,13 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html>
 <head>
-<link rel="stylesheet" href="../fast/js/resources/js-test-style.css">
-<script src="../fast/js/resources/js-test-pre.js"></script>
+<link rel="stylesheet" href="../../fast/js/resources/js-test-style.css">
+<script src="../../fast/js/resources/js-test-pre.js"></script>
 </head>
 <body>
 <p id="description"></p>
 <div id="console"></div>
 <script src="script-tests/netscape-browser-object-identity.js"></script>
-<script src="../fast/js/resources/js-test-post.js"></script>
+<script src="../../fast/js/resources/js-test-post.js"></script>
 </body>
 </html>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list