[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-142-g786665c

commit-queue at webkit.org commit-queue at webkit.org
Mon Dec 27 16:26:20 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1d447ce3462339cbd6110ecc70e338f5f42291dd
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 21 05:24:01 2010 +0000

    2010-12-20  Sheriff Bot  <webkit.review.bot at gmail.com>
    
            Unreviewed, rolling out r74349.
            http://trac.webkit.org/changeset/74349
            https://bugs.webkit.org/show_bug.cgi?id=51372
    
            We are going to do better than reverting the code. (Requested
            by tonikitoo on #webkit).
    
            * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74389 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 0951640..fa1e283 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-20  Sheriff Bot  <webkit.review.bot at gmail.com>
+
+        Unreviewed, rolling out r74349.
+        http://trac.webkit.org/changeset/74349
+        https://bugs.webkit.org/show_bug.cgi?id=51372
+
+        We are going to do better than reverting the code. (Requested
+        by tonikitoo on #webkit).
+
+        * fast/repaint/no-caret-repaint-in-non-content-editable-element.html:
+
 2010-12-20  Tony Gentilcore  <tonyg at chromium.org>
 
         Unreviewed build fix.
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 dee2420..629c0f2 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,6 +2,8 @@
 <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