| Paste number 73193: | since changes |
| Pasted by: | _manyoso |
| When: | 1 year, 6 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1KH5 |
| Channel: | #webkit |
| Paste contents: |
diff --git a/WebKit/qt/Api/qwebframe.cpp b/WebKit/qt/Api/qwebframe.cpp
index 7dcc31a..418de65 100644
--- a/WebKit/qt/Api/qwebframe.cpp
+++ b/WebKit/qt/Api/qwebframe.cpp
@@ -1051,6 +1051,7 @@ QWebFrame* QWebFramePrivate::kit(WebCore::Frame* coreFrame)
/*!
\fn void QWebFrame::contentsSizeChanged(const QSize &size)
+ \since 4.6
This signal is emitted when the frame's contents size changes.
@@ -1192,7 +1193,7 @@ QRect QWebHitTestResult::boundingRect() const
}
/*!
- \since 4.5
+ \since 4.6
Returns the rect of the smallest enclosing block element.
*/
QRect QWebHitTestResult::enclosingBlock() const
diff --git a/WebKit/qt/Api/qwebpage.cpp b/WebKit/qt/Api/qwebpage.cpp
index fa49ab4..1908aa0 100644
--- a/WebKit/qt/Api/qwebpage.cpp
+++ b/WebKit/qt/Api/qwebpage.cpp
@@ -1473,6 +1473,7 @@ QSize QWebPage::fixedLayoutSize() const
/*!
\property QWebPage::fixedLayoutSize
+ \since 4.6
\brief the size of the fixed layout
The size affects the layout of the page in the viewport. If set to a fixed size of
@@ -1498,6 +1499,7 @@ bool QWebPage::useFixedLayout() const
/*!
\property QWebPage::usedFixedLayout
+ \since 4.6
\brief whether to use a fixed layout size
*/
void QWebPage::setUseFixedLayout(bool useFixedLayout)
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 8361208..8693e33 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-06 Adam Treat <adam.treat@torchmobile.com>
+
+ Reviewed by NOBODY (OOPS!).
+
+ Update the documentation to reflect when these API changes will land in
+ upstream Qt
+
+ * Api/qwebframe.cpp:
+ * Api/qwebpage.cpp:
+
2009-01-05 Adam Treat <adam.treat@torchmobile.com>
Reviewed by George Staikos.
This paste has no annotations.