[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
hyatt
hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:37:28 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit aab170f8b1431395c921c358661821b1b9c19a30
Author: hyatt <hyatt at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Apr 16 00:47:01 2003 +0000
Missed a piece of the renaming on lowestPosition/rightmostPosition.
This was already reviewed by darin. Just missed landing one file.
Reviewed by darin
* khtml/rendering/render_box.cpp:
(RenderBox::lowestPosition):
(RenderBox::rightmostPosition):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4118 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 327176c..01d1836 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,3 +1,14 @@
+2003-04-15 David Hyatt <hyatt at apple.com>
+
+ Missed a piece of the renaming on lowestPosition/rightmostPosition.
+ This was already reviewed by darin. Just missed landing one file.
+
+ Reviewed by darin
+
+ * khtml/rendering/render_box.cpp:
+ (RenderBox::lowestPosition):
+ (RenderBox::rightmostPosition):
+
2003-04-15 Trey Matteson <trey at apple.com>
3210061 - Forms auto-fill ignores maxlength attribute
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 327176c..01d1836 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,14 @@
+2003-04-15 David Hyatt <hyatt at apple.com>
+
+ Missed a piece of the renaming on lowestPosition/rightmostPosition.
+ This was already reviewed by darin. Just missed landing one file.
+
+ Reviewed by darin
+
+ * khtml/rendering/render_box.cpp:
+ (RenderBox::lowestPosition):
+ (RenderBox::rightmostPosition):
+
2003-04-15 Trey Matteson <trey at apple.com>
3210061 - Forms auto-fill ignores maxlength attribute
diff --git a/WebCore/khtml/rendering/render_box.cpp b/WebCore/khtml/rendering/render_box.cpp
index e59cf19..c20e40d 100644
--- a/WebCore/khtml/rendering/render_box.cpp
+++ b/WebCore/khtml/rendering/render_box.cpp
@@ -1147,12 +1147,12 @@ void RenderBox::calcAbsoluteVertical()
}
-int RenderBox::lowestPosition(bool checkScroll) const
+int RenderBox::lowestPosition(bool includeOverflowInterior) const
{
return m_height + marginBottom();
}
-int RenderBox::rightmostPosition(bool checkScroll) const
+int RenderBox::rightmostPosition(bool includeOverflowInterior) const
{
return m_width;
}
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list