Title: [91335] trunk/Source/WebKit/qt
- Revision
- 91335
- Author
- [email protected]
- Date
- 2011-07-19 22:31:12 -0700 (Tue, 19 Jul 2011)
Log Message
[Qt] Improve documentation of QWebView::setPage()
https://bugs.webkit.org/show_bug.cgi?id=64827
Reviewed by Noam Rosenthal.
* Api/qwebview.cpp: Use the word 'page' to refer to a QWebPage instead of 'document'.
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/Api/qwebview.cpp (91334 => 91335)
--- trunk/Source/WebKit/qt/Api/qwebview.cpp 2011-07-20 05:19:29 UTC (rev 91334)
+++ trunk/Source/WebKit/qt/Api/qwebview.cpp 2011-07-20 05:31:12 UTC (rev 91335)
@@ -372,7 +372,7 @@
Makes \a page the new web page of the web view.
The parent QObject of the provided page remains the owner
- of the object. If the current document is a child of the web
+ of the object. If the current page is a child of the web
view, it will be deleted.
\sa page()
Modified: trunk/Source/WebKit/qt/ChangeLog (91334 => 91335)
--- trunk/Source/WebKit/qt/ChangeLog 2011-07-20 05:19:29 UTC (rev 91334)
+++ trunk/Source/WebKit/qt/ChangeLog 2011-07-20 05:31:12 UTC (rev 91335)
@@ -1,5 +1,14 @@
2011-07-19 Caio Marcelo de Oliveira Filho <[email protected]>
+ [Qt] Improve documentation of QWebView::setPage()
+ https://bugs.webkit.org/show_bug.cgi?id=64827
+
+ Reviewed by Noam Rosenthal.
+
+ * Api/qwebview.cpp: Use the word 'page' to refer to a QWebPage instead of 'document'.
+
+2011-07-19 Caio Marcelo de Oliveira Filho <[email protected]>
+
[Qt] Fix leak of QWebPage in errorPageExtension tests
https://bugs.webkit.org/show_bug.cgi?id=64814
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes