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

tonikitoo at webkit.org tonikitoo at webkit.org
Wed Dec 22 18:08:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d101ffae9a5800feb33f31e5bcb626f57924ef5a
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 7 22:07:57 2010 +0000

    2010-12-06  Antonio Gomes  <agomes at rim.com>
    
            Reviewed by Martin Robinson.
    
            Clean up fast/events/multiline-link-arrow-navigation.html
            https://bugs.webkit.org/show_bug.cgi?id=50616
    
            fast/events/multiline-link-arrow-navigation.html is setting both
            WebKitEnableCaretBrowsing and -webkit-user-modify CSS property. Since
            both work similarly for the purposes of this test, and the former is
            not support by Mac and Windows DRTs, lets stick with using the later
            only.
    
            * fast/events/multiline-link-arrow-navigation.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73464 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 196e88b..f0abad2 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-12-06  Antonio Gomes  <agomes at rim.com>
+
+        Reviewed by Martin Robinson.
+
+        Clean up fast/events/multiline-link-arrow-navigation.html
+        https://bugs.webkit.org/show_bug.cgi?id=50616
+
+        fast/events/multiline-link-arrow-navigation.html is setting both
+        WebKitEnableCaretBrowsing and -webkit-user-modify CSS property. Since
+        both work similarly for the purposes of this test, and the former is
+        not support by Mac and Windows DRTs, lets stick with using the later
+        only.
+
+        * fast/events/multiline-link-arrow-navigation.html:
+
 2010-12-07  Simon Fraser  <simon.fraser at apple.com>
 
         Reviewed by Dan Bernstein.
diff --git a/LayoutTests/fast/events/multiline-link-arrow-navigation.html b/LayoutTests/fast/events/multiline-link-arrow-navigation.html
index 83d8441..79938f9 100644
--- a/LayoutTests/fast/events/multiline-link-arrow-navigation.html
+++ b/LayoutTests/fast/events/multiline-link-arrow-navigation.html
@@ -3,7 +3,6 @@
 
 <script>
 if (window.layoutTestController) {
-    layoutTestController.overridePreference("WebKitEnableCaretBrowsing", true);
     layoutTestController.dumpAsText();
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list