mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-01 07:52:50 +00:00
LibFileSystemAccessClient: Remove the deprecated API
Concerned functions are: - try_request_file_read_only_approved_deprecated - try_request_file_deprecated - try_open_file_deprecated - try_save_file_deprecated It also allows some simplifications in the implementation of the client.
This commit is contained in:
parent
ba40ef1f3a
commit
e8249d735d
Notes:
sideshowbarker
2024-07-17 04:41:05 +09:00
Author: https://github.com/LucasChollet
Commit: e8249d735d
Pull-request: https://github.com/SerenityOS/serenity/pull/17489
6 changed files with 19 additions and 158 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <AK/URL.h>
|
||||
#include <Applications/CrashReporter/CrashReporterWindowGML.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/DeprecatedFile.h>
|
||||
#include <LibCore/System.h>
|
||||
#include <LibCoredump/Backtrace.h>
|
||||
#include <LibCoredump/Reader.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue