libreoffice-online/net
Tor Lillqvist 452a0a46c2 More work on the GTK+ testbed app
Add plumbing to send messages from the Online code to the JavaScript
code, and vice versa. Similar to what is done for iOS.

Sadly, it crashes. Multi-thread issues. Not surprisingly, it crashes
when I call webkit_web_view_run_javascript() in another thread than
the one where the GTK+ and other Webkit calls were done. I need to
come up with some clever way to do everything from the same thread.

(On iOS, I use dispatch_async(dispatch_get_main_queue(),...) to
schedule a block (i.e., a lambda expression) to be run in the main
thread.)
2018-10-17 22:48:14 +03:00
..
clientnb.cpp loplugin:nullptr 2017-12-20 22:36:41 +05:30
DelaySocket.cpp Use Util::symbolicErrno() 2018-07-11 13:05:22 +03:00
DelaySocket.hpp Initial DelaySocket goodness. 2017-04-22 18:42:16 +01:00
FakeSocket.cpp Add some includes that are missing if compiling this on Linux 2018-10-16 23:56:46 +03:00
FakeSocket.hpp More work on the GTK+ testbed app 2018-10-17 22:48:14 +03:00
ServerSocket.hpp Still more iOS app and related Online C++ code hacking 2018-09-19 11:31:18 +03:00
Socket.cpp wsd: support polling on client thread 2018-10-16 20:12:23 -04:00
Socket.hpp Empty out _newCallbacks when stopping a SocketPoll in the MOBILEAPP case 2018-10-17 20:10:52 +03:00
Ssl.cpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
Ssl.hpp Make the WSD SSL cipher list configurable. 2017-11-22 15:55:03 +00:00
SslSocket.hpp Enable SSL in outbound, client websockets ... 2018-05-18 15:16:39 +02:00
WebSocketHandler.hpp Still more iOS app and related Online C++ code hacking 2018-09-19 11:31:18 +03:00