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

xan at webkit.org xan at webkit.org
Wed Dec 22 16:29:52 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 704d88ad9a1c3f9908efefbc49feb0d445ce99ff
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 24 18:31:36 2010 +0000

    2010-11-24  Xan Lopez  <xlopez at igalia.com>
    
            Update results for some leftover tests now that we have editing
            delegates.
    
            * platform/gtk/editing/selection/5109817-expected.txt:
            * platform/gtk/editing/selection/extend-by-character-002-expected.txt:
            * platform/gtk/fast/forms/caret-rtl-expected.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72686 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/platform/gtk/editing/selection/5109817-expected.txt b/LayoutTests/platform/gtk/editing/selection/5109817-expected.txt
index dea6038..d5d58eb 100644
--- a/LayoutTests/platform/gtk/editing/selection/5109817-expected.txt
+++ b/LayoutTests/platform/gtk/editing/selection/5109817-expected.txt
@@ -14,4 +14,5 @@ layer at (0,0) size 800x600
             text run at (29,0) width 44: "second"
         RenderText {#text} at (73,0) size 260x19
           text run at (73,0) width 260: " word in this sentence should be selected."
-caret: position 3 of child 0 {#text} of child 1 {SPAN} of child 2 {DIV} of body
+selection start: position 0 of child 0 {#text} of child 1 {SPAN} of child 2 {DIV} of body
+selection end:   position 6 of child 0 {#text} of child 1 {SPAN} of child 2 {DIV} of body
diff --git a/LayoutTests/platform/gtk/editing/selection/extend-by-character-002-expected.txt b/LayoutTests/platform/gtk/editing/selection/extend-by-character-002-expected.txt
index bfab81b..4896433 100644
--- a/LayoutTests/platform/gtk/editing/selection/extend-by-character-002-expected.txt
+++ b/LayoutTests/platform/gtk/editing/selection/extend-by-character-002-expected.txt
@@ -1,3 +1,5 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 3 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
diff --git a/LayoutTests/platform/gtk/fast/forms/caret-rtl-expected.txt b/LayoutTests/platform/gtk/fast/forms/caret-rtl-expected.txt
index 9078062..3cea3c9 100644
--- a/LayoutTests/platform/gtk/fast/forms/caret-rtl-expected.txt
+++ b/LayoutTests/platform/gtk/fast/forms/caret-rtl-expected.txt
@@ -1,3 +1,7 @@
+EDITING DELEGATE: shouldBeginEditingInDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document
+EDITING DELEGATE: webViewDidBeginEditing:WebViewDidBeginEditingNotification
+EDITING DELEGATE: shouldChangeSelectedDOMRange:(null) toDOMRange:range from 0 of DIV > BODY > HTML > #document to 0 of DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE
+EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
 layer at (0,0) size 800x600
   RenderView at (0,0) size 800x600
 layer at (0,0) size 800x600

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list