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

weinig at apple.com weinig at apple.com
Wed Dec 22 12:29:16 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4257f3c578ff0ff30892adbfd6570bac32ae36c2
Author: weinig at apple.com <weinig at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 24 18:03:45 2010 +0000

    Improve comment for Simon.
    
    Reviewed by Simon Fraser.
    
    * editing/Editor.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65913 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 0b9f6e2..86538b0 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2010-08-24  Sam Weinig  <sam at webkit.org>
 
+        Reviewed by Simon Fraser.
+
+        Improve comment for Simon.
+
+        * editing/Editor.h:
+
+2010-08-24  Sam Weinig  <sam at webkit.org>
+
         Reviewed by Oliver Hunt.
 
         Paste event fires twice for mac WebKit
@@ -8,7 +16,7 @@
 
         The mac implementation of paste in WebKit was accidentally calling 
         Editor::tryDHTMLPaste twice, once in -[WebHTMLView paste:] and once
-        in Editor::pasteAsPlainText (which is called -[WebHTMLView paste:]).
+        in Editor::pasteAsPlainText (which is called by -[WebHTMLView paste:]).
         Use the new pasteAsPlainTextBypassingDHTML function to bypass the
         second call.
 
diff --git a/WebCore/editing/Editor.h b/WebCore/editing/Editor.h
index fe4b9d1..83aef7e 100644
--- a/WebCore/editing/Editor.h
+++ b/WebCore/editing/Editor.h
@@ -299,7 +299,7 @@ public:
     void pasteAsFragment(PassRefPtr<DocumentFragment>, bool smartReplace, bool matchStyle);
     void pasteAsPlainText(const String&, bool smartReplace);
 
-    // This is only necessary while paste is primarily implemented in WebKit for the mac platform.
+    // This is only called on the mac where paste is implemented primarily at the WebKit level.
     void pasteAsPlainTextBypassingDHTML();
 
     Node* findEventTargetFrom(const VisibleSelection& selection) const;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list