The unit test for page-visibility fails because the return value from JS is not a string. ERROR:../../Source/WebKit2/UIProcess/API/gtk/tests/WebViewTest.cpp:366:char* jsValueToCString(JSGlobalContextRef, JSValueRef): assertion failed: (JSValueIsString(context, value))
Created attachment 209895 [details] Patch
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
It looks like this test was missed when the prefixes were removed in https://bugs.webkit.org/show_bug.cgi?id=102340. The proposed patch fixes this specific issue, but there are still others preventing TestWebKitWebView from running.
Comment on attachment 209895 [details] Patch Thanks!
Comment on attachment 209895 [details] Patch Clearing flags on attachment: 209895 Committed r154818: <http://trac.webkit.org/changeset/154818>
All reviewed patches have been landed. Closing bug.