libreoffice-online/gtk
Tor Lillqvist fc2023723e Attempt to fix the thread problems in the GTK+ testbed app
Use g_idle_add() to make the webkit_web_view_run_javascript() call run
on the GTK+ thread. Correspondingly, need to use a separate
short-lived thread to do the fakeSocketWrite() calls from
handle_lool_message(), so that the GTK+ main loop is ready to run the
added lambda. Or something like that.

Now it gets a bit further, doesn't crash, but just sudddenly exits
before showing the document even.
2018-10-17 23:30:26 +03:00
..
gtk.hpp Build the GTK+ testbed app using autofoo 2018-10-17 11:00:28 +03:00
Makefile.am Build the GTK+ testbed app using autofoo 2018-10-17 11:00:28 +03:00
mobile.cpp Attempt to fix the thread problems in the GTK+ testbed app 2018-10-17 23:30:26 +03:00