On Mon, Jan 28, 2013 at 3:27 AM, Anton Obzhirov <[email protected]> wrote: > Do I need to implement WebKit1 GTK API as well – to un skip page visibility > tests in layout tests for example?
You don't have to add WebKit1 API. You might consider not adding API at all though and tying it directly to GTK+ widget visibility. This might make the integration into WKTR/DumpRenderTree harder, but would probably be more natural for people making applications. --Martin _______________________________________________ webkit-gtk mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-gtk
