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

rniwa at webkit.org rniwa at webkit.org
Wed Dec 22 18:13:12 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit def5b10de412424fd6460201a7e9b3e54af2e003
Author: rniwa at webkit.org <rniwa at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 8 22:34:49 2010 +0000

    Fixed the change log entry for r73548.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73553 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 11b59f2..950fe82 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -21,19 +21,19 @@
 
         The bug was caused by Font::offsetForPosition's not taking into account the containing block's text direction.
         When RTL text appears in a LTR block, the offset at the beginning of RTL text is on the left of RTL text,
-        adn the offset at the end of RTL text is on the right of RTL text. For example, if we had RTL text CBA,
+        and the offset at the end of RTL text is on the right of RTL text. For example, if we had RTL text CBA,
         then the correspondance between letters and offsets in logical order are: A -> 0, B -> 1, and C -> 2.
 
         Case 1. CBA appears in a RTL block:
           In this case, clicking on the visual left of CBA puts the caret naturally at Position("CBA", 2).
           Clicking on the visual right of CBA puts the caret at Position("CBA", 0) as expected.
         Case 2. CBA appears in a LTR block:
-          Because the containing block flows from left to right, by covention, Position("CBA", 2") coresponds
+          Because the containing block flows from left to right, by convention, Position("CBA", 2") corresponds
           to the visual right of CBA, and Position("CBA", 0) corresponds to the visual left of CBA.
-          Therefore, clicking on the visual left of CBA should put the caret at Positoin("CBA", 0),
+          Therefore, clicking on the visual left of CBA should put the caret at Position("CBA", 0),
           and clicking on the visual right should put it at Position("CBA", 2).
 
-        The bug was caused by WebKit's not considering case 2. The same bug also existe for LTR text in a RTL block.
+        The bug was caused by WebKit's not considering case 2. The same bug also exist for LTR text in a RTL block.
         Fixed the bug by taking care of the case 2 in InlineTextBox::offsetForPosition.
 
         Tests: editing/selection/caret-ltr-2-left.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list