index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ladybird
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-03-13
Ladybird: Remove the mode to dump the layout tree
Timothy Flynn
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-06
Ladybird: Specify window size in layout dump mode
Aliaksandr Kalenik
2023-02-03
Ladybird: Add setting for page to open on new tab
Federico Guerinoni
2023-02-02
LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in Lagom
Andrew Kaster
2023-02-01
Ladybird: Go to homepage on init
martinfalisse
2023-02-01
Ladybird: Refactor navigating to url on startup
martinfalisse
2023-02-01
Ladybird: Exit Ladybird normally during dump-layout-tree mode
Timothy Flynn
2023-02-01
Ladybird: Initialize boolean command line argument
Timothy Flynn
2023-01-29
Ladybird: Do not connect SQL server in layout dump output mode
Aliaksandr Kalenik
2023-01-29
Ladybird: Flush stdout before exit in layout dump output mode
Aliaksandr Kalenik
2023-01-27
Ladybird: Add --dump-layout-tree mode that dumps layout tree and exits
Andreas Kling
2022-12-25
Ladybird/WebDriver: Move to using local socket files for WebDriver IPC
Timothy Flynn
2022-12-25
Ladybird: Migrate SQLServer to be launched as a singleton process
Timothy Flynn
2022-12-25
Ladybird: Implement SQLServer for Ladybird :^)
Timothy Flynn
2022-12-25
Ladybird: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird: Construct a WebDriverConnection when instructed to do so
Timothy Flynn
2022-12-25
Ladybird: Ignore SIGINT when we're being debugged
Gunnar Beutner
2022-12-25
Ladybird: Accept file paths, domains, and URLs as an argument
Idan Horowitz
2022-12-25
Ladybird: Ensure that installed ladybird can launch WebContent process
Andrew Kaster
2022-12-25
Ladybird: Remove some unnecessary includes in main.cpp
Andreas Kling
2022-12-25
Ladybird: Render web content in a separate process :^)
Andreas Kling
2022-12-25
Ladybird/Everywhere: Ensure that Qt objects are created with parents
Andrew Kaster
2022-12-25
Ladybird: Rename WebView to SimpleWebView
Andreas Kling
2022-12-25
Ladybird: Add a FontPlugin and try much harder to find suitable fonts
Andreas Kling
2022-12-25
Ladybird: Use only the Qt event loop to speed everything up :^)
Andreas Kling
2022-12-25
Ladybird: Add Settings class
Filiph Sandström
2022-12-25
Ladybird: Trigger browser to quit when the main window is closed
Matthew Costa
2022-12-25
Ladybird: Add a location bar and allow navigating to new pages :^)
Andreas Kling
2022-12-25
Ladybird: Show hovered link URLs in the status bar :^)
Andreas Kling
2022-12-25
Ladybird: Basic scrolling support
Andreas Kling
2022-12-25
Ladybird: Initial import :^)
Andreas Kling