mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
Ladybird: Move the initial blank page load to BrowserWindow
Takes care of a FIXME :^)
This commit is contained in:
parent
5e89773937
commit
194ddca24f
3 changed files with 15 additions and 13 deletions
|
@ -26,7 +26,11 @@ public:
|
|||
|
||||
WebContentView& view() { return *m_view; }
|
||||
|
||||
void navigate(QString);
|
||||
enum class LoadType {
|
||||
Normal,
|
||||
HistoryNavigation,
|
||||
};
|
||||
void navigate(QString, LoadType = LoadType::Normal);
|
||||
|
||||
void debug_request(DeprecatedString const& request, DeprecatedString const& argument);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue