[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:49:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit b1d6859d73ce5e2c86f97c18af77aa02158af7f6
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Dec 20 16:08:25 2010 +0000

    2010-12-19  Antonio Gomes  <agomes at rim.com>
    
            Reviewed by Xan Lopez.
    
            no-caret-repaint-in-non-content-editable-element.html does not need to disable CaretBrowsing
            https://bugs.webkit.org/show_bug.cgi?id=51308
    
            Patch removes the useless statement to disable caret browsing from
            no-caret-repaint-in-non-content-editable-element.html.
    
            Caret browsing gets toggled OFF before the execution of each test
            on the DRTs that support testing it (GTK+, Qt and Chromium). On Mac or
            Windows's DRT testing this feature is unsupport, so caret
            browsing is also disabled by default.
    
            * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74349 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index b25d952..82d3179 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,20 @@
+2010-12-19  Antonio Gomes  <agomes at rim.com>
+
+        Reviewed by Xan Lopez.
+
+        no-caret-repaint-in-non-content-editable-element.html does not need to disable CaretBrowsing
+        https://bugs.webkit.org/show_bug.cgi?id=51308
+
+        Patch removes the useless statement to disable caret browsing from
+        no-caret-repaint-in-non-content-editable-element.html.
+
+        Caret browsing gets toggled OFF before the execution of each test
+        on the DRTs that support testing it (GTK+, Qt and Chromium). On Mac or
+        Windows's DRT, testing this feature is unsupport, so caret
+        browsing is also disabled by default.
+
+        * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
+
 2010-12-20  Yury Semikhatsky  <yurys at chromium.org>
 
         Unreviewed. Removed custom expectation for a passing test.
diff --git a/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html b/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html
index 629c0f2..dee2420 100644
--- a/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html
+++ b/LayoutTests/fast/repaint/no-caret-repaint-in-non-content-editable-element.html
@@ -2,8 +2,6 @@
 <head>
 <script src="resources/repaint.js"></script>
 <script>
-if (window.layoutTestController)
-    layoutTestController.overridePreference("WebKitEnableCaretBrowsing", false);
 function repaintTest()
 {
     if (!window.eventSender)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list