mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibURL: Add a few missing internal page factories
This commit is contained in:
Notes:
github-actions[bot]
2025-09-18 11:29:05 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c2365653a58 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6221 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/konradekk
@@ -212,9 +212,12 @@ Optional<String> get_registrable_domain(StringView host);
|
||||
|
||||
inline URL about_blank() { return URL::about("blank"_string); }
|
||||
inline URL about_srcdoc() { return URL::about("srcdoc"_string); }
|
||||
|
||||
inline URL about_error() { return URL::about("error"_string); }
|
||||
inline URL about_version() { return URL::about("version"_string); }
|
||||
inline URL about_newtab() { return URL::about("newtab"_string); }
|
||||
inline URL about_processes() { return URL::about("processes"_string); }
|
||||
inline URL about_settings() { return URL::about("settings"_string); }
|
||||
inline URL about_version() { return URL::about("version"_string); }
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user