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
Age
Commit message (
Expand
)
Author
2022-12-25
Ladybird: Add a separate license file
Andreas Kling
2022-12-25
Ladybird: Don't try to append to the JS console before it's instantiated
Andreas Kling
2022-12-25
Ladybird: Add files I forgot to commit :^)
Andreas Kling
2022-12-25
Ladybird: Remove debug spam about non-existent console messages
Andreas Kling
2022-12-25
Ladybird: Basic support for window.alert() and window.confirm()
Andreas Kling
2022-12-25
Ladybird: Add quick & dirty port of the JS console from Browser :^)
Andreas Kling
2022-12-25
Ladybird: Fix compilation on macOS/Clang
Daniel Bertalan
2022-12-25
Ladybird: Replace StatusBar with ToolTip
Filiph Sandström
2022-12-25
Ladybird: Tell Qt to let us manage HTTP redirects ourselves
Andreas Kling
2022-12-25
Ladybird: Update for removal of StringView(char const*)
Andreas Kling
2022-12-25
Ladybird: Implement basic cookie support
Andreas Kling
2022-12-25
Ladybird: Fix title branding when switching tabs
Filiph Sandström
2022-12-25
Ladybird: Hide TabBar if count <= 1
Filiph Sandström
2022-12-25
Ladybird: Add "View Source" menu action (Ctrl+U)
Andreas Kling
2022-12-25
Ladybird: Set singleStep for scroll bars in WebView
Thitat Auareesuksakul
2022-12-25
Ladybird: Set pageStep for scroll bars in WebView
Thitat Auareesuksakul
2022-12-25
Ladybird: Revert accidentally commited local settings
Andreas Kling
2022-12-25
Ladybird: Port over part of the "Debug" menu from the SerenityOS browser
Andreas Kling
2022-12-25
Ladybird: Prevent loading of invalid URL
David Gannerud
2022-12-25
Ladybird: Don't include scrollbars in viewport rect size
Andreas Kling
2022-12-25
Ladybird: Check for errors while decoding favicons
Andreas Kling
2022-12-25
Ladybird: Add keyboard shortcut for focusing the location edit (Ctrl+L)
Andreas Kling
2022-12-25
Ladybird: Fix build with Qt 6.2.4
Andreas Kling
2022-12-25
Ladybird: Expanded toolbar with browser history and home button
Matthew Costa
2022-12-25
Ladybird: Allow browser tabs to be closed
Matthew Costa
2022-12-25
Ladybird: Rudimentary tabbed browsing support
Matthew Costa
2022-12-25
Ladybird: Add basic cursor shape support in WebView
Thitat Auareesuksakul
2022-12-25
Ladybird: Fix broken favicon conversion from Gfx::Bitmap to QPixmap
Andreas Kling
2022-12-25
Ladybird: Added Arch Linux/Manjaro required packages to build
Alfonso Saavedra "Son Link
2022-12-25
Ladybird: Stop using deprecated Qt API and re-enable deprecated warnings
Andreas Kling
2022-12-25
Ladybird: Use QtNetwork for HTTP and HTTPS requests
Andreas Kling
2022-12-25
Ladybird: Add a "Reload" action to reload the current URL
Andreas Kling
2022-12-25
Ladybird: Trigger browser to quit when the main window is closed
Matthew Costa
2022-12-25
Ladybird: Add Favicon to the window
Keir Davis
2022-12-25
Ladybird: Apply inverse image scaling to ensure WebView renders at 1:1
Matthew Costa
2022-12-25
Ladybird/Meta: Add libgl1-mesa-dev to build dependencies
Timothy Flynn
2022-12-25
Ladybird/WebView: Apply viewport scroll offset to mouse event coordinate
Andreas Kling
2022-12-25
Ladybird/Meta: QT => Qt in the README :^)
Andreas Kling
2022-12-25
Ladybird/Meta: Convert to CMake build
Andrew Kaster
2022-12-25
Ladybird: Don't set a fixed height on the location edit
Andreas Kling
2022-12-25
Ladybird: Show the web page title in the window titlebar :^)
Andreas Kling
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: Plumb Qt mouse events into LibWeb
Andreas Kling
2022-12-25
Ladybird: Make HTTPS loads default to port 443 instead of 80 :^)
Andreas Kling
2022-12-25
Ladybird: Basic scrolling support
Andreas Kling
2022-12-25
Ladybird: Initial import :^)
Andreas Kling