mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +00:00
LibWeb: Add directory entries page when visiting a local directory
This commit is contained in:
parent
e4c3a52cfa
commit
eafdb06d87
9 changed files with 163 additions and 0 deletions
|
@ -29,6 +29,8 @@ public:
|
|||
static void set_resource_directory_url(DeprecatedString);
|
||||
static DeprecatedString error_page_url();
|
||||
static void set_error_page_url(DeprecatedString);
|
||||
static DeprecatedString directory_page_url();
|
||||
static void set_directory_page_url(DeprecatedString);
|
||||
|
||||
explicit FrameLoader(HTML::BrowsingContext&);
|
||||
~FrameLoader();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue