[Webkit-unassigned] [Bug 69249] [GTK][WEBKIT2] Add webkit_web_view_load_html and webkit_web_view_load_plain_text APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 00:08:12 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69249





--- Comment #28 from Martin Robinson <mrobinson at webkit.org>  2011-10-21 00:08:12 PST ---
(From update of attachment 111770)
View in context: https://bugs.webkit.org/attachment.cgi?id=111770&action=review

> Source/WebKit2/ChangeLog:8
> +        This patch adds support for 2 more load api's, namely

Nit: api's -> APIs

> Source/WebKit2/UIProcess/API/gtk/tests/TestWebKitWebLoaderClient.cpp:72
> +static void testLoadHtml(LoadTrackingTest* test, gconstpointer)
> +{
> +    webkit_web_view_load_html(test->m_webView, "<html><body>Hello WebKit-GTK+</body></html>", 0);
> +    test->waitUntilLoadFinished();
> +    assertNormalLoadHappenedAndClearEvents(test->m_loadEvents);
> +}
> +
> +static void testPlainText(LoadTrackingTest* test, gconstpointer)

These tests should be in TestWebKitWebView. The other WebKitWebView tests should be moving there shortly as well.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list