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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 15:58:18 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 1f8161586149afbe006077cbe1846d311c34d175
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 17 11:29:42 2010 +0000

    2010-11-17  Ademar de Souza Reis Jr.  <ademar.reis at openbossa.org>
    
            Reviewed by Andreas Kling.
    
            Document::nodesFromRect() has wrong source code documentation
            https://bugs.webkit.org/show_bug.cgi?id=49610
    
            * dom/Document.h: fix nodesFromRect() documentation
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72188 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index d7865c2..a3c8abe 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-17  Ademar de Souza Reis Jr.  <ademar.reis at openbossa.org>
+
+        Reviewed by Andreas Kling.
+
+        Document::nodesFromRect() has wrong source code documentation
+        https://bugs.webkit.org/show_bug.cgi?id=49610
+
+        * dom/Document.h: fix nodesFromRect() documentation
+
 2010-11-17  Alexis Menard  <alexis.menard at nokia.com>, Simon Hausmann  <simon.hausmann at nokia.com>
 
         Reviewed by Kenneth Christiansen, Tor Arne Vestbø.
diff --git a/WebCore/dom/Document.h b/WebCore/dom/Document.h
index 727cf7c..83445e0 100644
--- a/WebCore/dom/Document.h
+++ b/WebCore/dom/Document.h
@@ -319,8 +319,10 @@ public:
      *
      * @param centerX x reference for the rectangle in CSS pixels
      * @param centerY y reference for the rectangle in CSS pixels
-     * @param hPadding How much to expand the rectangle horizontally
-     * @param vPadding How much to expand the rectangle vertically
+     * @param topPadding How much to expand the top of the rectangle
+     * @param rightPadding How much to expand the right of the rectangle
+     * @param bottomPadding How much to expand the bottom of the rectangle
+     * @param leftPadding How much to expand the left of the rectangle
      * @param ignoreClipping whether or not to ignore the root scroll frame when retrieving the element.
      *        If false, this method returns null for coordinates outside of the viewport.
      */

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list