serenity/Ladybird/Qt
Timothy Flynn 6c7422e8b7 Ladybird: Only load a single URL at launch
When we launch Ladybird, we currently:

1. Create a BrowserWindow, whose constructor navigates to the configured
   new tab page URL.
2. Then navigate to either "about:blank" or whatever URL is provided via
   the command line.

This patch removes step 2 and forwards the URL from the command line (if
any) to BrowserWindow. BrowserWindow's constructor then either navigates
to that URL or the new tab page URL.
2023-08-09 05:33:24 +02:00
..
AndroidPlatform.cpp
AudioCodecPluginQt.cpp
AudioCodecPluginQt.h
AudioThread.cpp
AudioThread.h
BrowserWindow.cpp Ladybird: Only load a single URL at launch 2023-08-09 05:33:24 +02:00
BrowserWindow.h Ladybird: Only load a single URL at launch 2023-08-09 05:33:24 +02:00
ConsoleWidget.cpp Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
ConsoleWidget.h
EventLoopImplementationQt.cpp
EventLoopImplementationQt.h
EventLoopImplementationQtEventTarget.cpp
EventLoopImplementationQtEventTarget.h
InspectorWidget.cpp
InspectorWidget.h
ladybird.qrc
LocationEdit.cpp
LocationEdit.h
main.cpp Ladybird: Only load a single URL at launch 2023-08-09 05:33:24 +02:00
ModelTranslator.cpp
ModelTranslator.h
RequestManagerQt.cpp
RequestManagerQt.h
Settings.cpp
Settings.h
SettingsDialog.cpp
SettingsDialog.h
StringUtils.cpp
StringUtils.h
Tab.cpp Ladybird: Add the select-all action to the JS console 2023-08-09 05:13:24 +02:00
Tab.h Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
TVGIconEngine.cpp
TVGIconEngine.h
WebContentView.cpp Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
WebContentView.h Ladybird+LibWebView+Browser: Remove ability to run with AST interpreter 2023-08-08 13:07:13 +02:00
WebSocketClientManagerQt.cpp
WebSocketClientManagerQt.h
WebSocketImplQt.cpp
WebSocketImplQt.h
WebSocketQt.cpp
WebSocketQt.h