[Webkit-unassigned] [Bug 139443] [GTK] Add API to set the web view editable into WebKit2 GTK+ API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 19 02:55:58 PST 2015


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

--- Comment #15 from Tomas Popela <tpopela at redhat.com> ---
(In reply to comment #14)
> > Tools/TestWebKitAPI/Tests/WebKit2Gtk/TestWebViewEditor.cpp:237
> > +    g_assert(test->isEditable());
> > +    test->setEditable(false);
> > +    g_assert(!test->isEditable());
> 
> The WebView is destroyed when the test finishes so we don't need to reset
> the state.

I'm resetting it on purpose to test whether setting the view as non-editable works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150119/be84affa/attachment-0002.html>


More information about the webkit-unassigned mailing list