mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 18:02:54 +00:00
Base+Ladybird: Move Ladybird-related HTML files to their own folder
Pages like the new tab page, error page, etc. all belong solely to Ladybird, but are scattered across a couple of subfolders in Base. This moves them all to Base/res/ladybird.
This commit is contained in:
parent
980e32b4fe
commit
05c8d5ba57
Notes:
sideshowbarker
2024-07-18 05:37:06 +09:00
Author: https://github.com/trflynn89
Commit: 05c8d5ba57
Pull-request: https://github.com/SerenityOS/serenity/pull/22165
Reviewed-by: https://github.com/ADKaster ✅
11 changed files with 12 additions and 12 deletions
|
@ -26,7 +26,7 @@ void set_resource_directory_url(String resource_directory_url)
|
|||
s_resource_directory_url = resource_directory_url;
|
||||
}
|
||||
|
||||
static String s_error_page_url = "file:///res/html/error.html"_string;
|
||||
static String s_error_page_url = "file:///res/ladybird/error.html"_string;
|
||||
|
||||
String error_page_url()
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ void set_error_page_url(String error_page_url)
|
|||
s_error_page_url = error_page_url;
|
||||
}
|
||||
|
||||
static String s_directory_page_url = "file:///res/html/directory.html"_string;
|
||||
static String s_directory_page_url = "file:///res/ladybird/directory.html"_string;
|
||||
|
||||
String directory_page_url()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue