Title: [112376] trunk/Source/WebKit2
- Revision
- 112376
- Author
- [email protected]
- Date
- 2012-03-28 01:59:43 -0700 (Wed, 28 Mar 2012)
Log Message
Fix QWARN in test_loadIgnoreEmptyUrl API test.
Rubber-stamped by Csaba Osztrogonác.
* UIProcess/API/qt/tests/qmltests/WebView/tst_loadUrl.qml:
There is no load() API of the view, we have to use the url property.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (112375 => 112376)
--- trunk/Source/WebKit2/ChangeLog 2012-03-28 08:54:38 UTC (rev 112375)
+++ trunk/Source/WebKit2/ChangeLog 2012-03-28 08:59:43 UTC (rev 112376)
@@ -1,3 +1,12 @@
+2012-03-28 Balazs Kelemen <[email protected]>
+
+ [Qt] Fix QWARN in test_loadIgnoreEmptyUrl API test.
+
+ Rubber-stamped by Csaba Osztrogonác.
+
+ * UIProcess/API/qt/tests/qmltests/WebView/tst_loadUrl.qml:
+ There is no load() API of the view, we have to use the url property.
+
2012-03-27 YoungTaeck Song <[email protected]>
[EFL][WK2] Add RunLoopEfl and WorkQueueEfl
Modified: trunk/Source/WebKit2/UIProcess/API/qt/tests/qmltests/WebView/tst_loadUrl.qml (112375 => 112376)
--- trunk/Source/WebKit2/UIProcess/API/qt/tests/qmltests/WebView/tst_loadUrl.qml 2012-03-28 08:54:38 UTC (rev 112375)
+++ trunk/Source/WebKit2/UIProcess/API/qt/tests/qmltests/WebView/tst_loadUrl.qml 2012-03-28 08:59:43 UTC (rev 112376)
@@ -13,7 +13,7 @@
onLoadProgressChanged: {
if (watchProgress && webView.loadProgress != 100) {
watchProgress = false
- load('')
+ url = ''
}
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes