mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
LibWeb: Use resources to find internal HTML template paths
This commit is contained in:
parent
f8feca5d21
commit
009729d5e3
Notes:
sideshowbarker
2024-07-16 21:51:02 +09:00
Author: https://github.com/bplaat
Commit: 009729d5e3
Pull-request: https://github.com/SerenityOS/serenity/pull/22437
Reviewed-by: https://github.com/trflynn89
5 changed files with 3 additions and 40 deletions
|
@ -11,11 +11,6 @@
|
|||
|
||||
namespace Web {
|
||||
|
||||
String error_page_url();
|
||||
void set_error_page_url(String);
|
||||
String directory_page_url();
|
||||
void set_directory_page_url(String);
|
||||
|
||||
ErrorOr<String> load_error_page(AK::URL const&);
|
||||
|
||||
ErrorOr<String> load_file_directory_page(AK::URL const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue