mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 03:02:27 -05:00
38594dde79
This transitions from synchronous IPC calls to asynchronous IPC calls provided through a synchronous interface in LibFileSystemAccessClient which allows the parent Application to stay responsive. It achieves this with Promise which is pumping the Application event loop while waiting for the Dialog to respond with the user's action. LibFileSystemAccessClient provides a lazy singleton which also ensures that FileSystemAccessServer is running in the event of a crash. This also transitions TextEditor into using LibFileSystemAccessClient. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
FileArgument.cpp | ||
FileArgument.h | ||
main.cpp | ||
MainWidget.cpp | ||
MainWidget.h | ||
TextEditorWindow.gml |