No description
452a0a46c2
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.) |
||
---|---|---|
bundled/include/LibreOfficeKit | ||
common | ||
debian | ||
docker | ||
etc | ||
gtk | ||
ios | ||
kit | ||
loleaflet | ||
man | ||
Mobile | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
README | ||
sysconfig.loolwsd | ||
TODO |
LibreOffice Online. This project has several components: wsd/ The Web Services Daemon - which accepts external connections. kit/ The client which lives in its own chroot and renders documents. common/ Shared code between these processes. loleaflet/ The client side JavaScript component. It is recommended to read these files: wsd/README loleaflet/README Enjoy.