summaryrefslogtreecommitdiff
path: root/Ladybird/main.cpp
AgeCommit message (Expand)Author
2023-03-13Ladybird: Remove the mode to dump the layout treeTimothy Flynn
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-06Ladybird: Specify window size in layout dump modeAliaksandr Kalenik
2023-02-03Ladybird: Add setting for page to open on new tabFederico Guerinoni
2023-02-02LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in LagomAndrew Kaster
2023-02-01Ladybird: Go to homepage on initmartinfalisse
2023-02-01Ladybird: Refactor navigating to url on startupmartinfalisse
2023-02-01Ladybird: Exit Ladybird normally during dump-layout-tree modeTimothy Flynn
2023-02-01Ladybird: Initialize boolean command line argumentTimothy Flynn
2023-01-29Ladybird: Do not connect SQL server in layout dump output modeAliaksandr Kalenik
2023-01-29Ladybird: Flush stdout before exit in layout dump output modeAliaksandr Kalenik
2023-01-27Ladybird: Add --dump-layout-tree mode that dumps layout tree and exitsAndreas Kling
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Migrate SQLServer to be launched as a singleton processTimothy Flynn
2022-12-25Ladybird: Implement SQLServer for Ladybird :^)Timothy Flynn
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Ignore SIGINT when we're being debuggedGunnar Beutner
2022-12-25Ladybird: Accept file paths, domains, and URLs as an argumentIdan Horowitz
2022-12-25Ladybird: Ensure that installed ladybird can launch WebContent processAndrew Kaster
2022-12-25Ladybird: Remove some unnecessary includes in main.cppAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling
2022-12-25Ladybird/Everywhere: Ensure that Qt objects are created with parentsAndrew Kaster
2022-12-25Ladybird: Rename WebView to SimpleWebViewAndreas Kling
2022-12-25Ladybird: Add a FontPlugin and try much harder to find suitable fontsAndreas Kling
2022-12-25Ladybird: Use only the Qt event loop to speed everything up :^)Andreas Kling
2022-12-25Ladybird: Add Settings classFiliph Sandström
2022-12-25Ladybird: Trigger browser to quit when the main window is closedMatthew Costa
2022-12-25Ladybird: Add a location bar and allow navigating to new pages :^)Andreas Kling
2022-12-25Ladybird: Show hovered link URLs in the status bar :^)Andreas Kling
2022-12-25Ladybird: Basic scrolling supportAndreas Kling
2022-12-25Ladybird: Initial import :^)Andreas Kling