[Libreoffice-bugs] [Bug 128502] Not possible to use the multitasking feature of iOS 13.x

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 23 12:15:33 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=128502

--- Comment #20 from Tor Lillqvist <tml at iki.fi> ---
Some more loosely written notes:

After now having done modifications to get rid of the lok_document global, I
notice the next hard issue: The Online code runs the lokit_main() function that
runs the LibreOffice "main loop" per document. To be able to handle multiple
documents, the "main loop" should run without being coupled to any specific
open document.

The KitWebSocketHandler is also coupled to just one document. When its
handleMessage() function gets a "session" message it creates the Document
object for the KitWebSocketHandler. More re-plumbing needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200423/dc8ba193/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list