ladybird/Userland
Karol Kosek 86f6586c6e LibFileSystemAccessClient: Add functions returning FSAC::File
This patch reimplements the now deprecated try_open_file(),
try_request_file() and try_request_file_read_only_approved() functions,
with the difference that the new ones return a FSAC::File object
(currently a wrapper with a Core::Stream and a filename) instead of a
Core::File.

Implemented in a similar manner to 6dd716adf2.
2023-01-07 10:53:43 +00:00
..
Applets LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Applications LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it 2023-01-07 10:53:43 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
DevTools LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
DynamicLoader DynamicLoader: Remove i686 support 2022-12-28 11:53:41 +01:00
Games LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated 2023-01-07 10:53:43 +00:00
Libraries LibFileSystemAccessClient: Add functions returning FSAC::File 2023-01-07 10:53:43 +00:00
Services LibWebView+WebContent: Expose the Accessibility Tree to Other Processes 2023-01-07 10:51:53 +00:00
Shell Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
Utilities sed: Perform case insensitive substitutions with "/i" 2023-01-06 13:52:21 -07:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00