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
/
Tab.cpp
Age
Commit message (
Expand
)
Author
2023-01-09
Ladybird: Let Qt pick the reload shortcut
Andreas Kling
2023-01-08
Ladybird: Add Qt's standard refresh key (F5) to reload shortcuts
Karol Kosek
2022-12-25
Ladybird/WebDriver: Move to using local socket files for WebDriver IPC
Timothy Flynn
2022-12-25
Ladybird: Update for AK::{String => DeprecatedString} rename
Linus Groh
2022-12-25
Ladybird: Replace history entry if loading URL because of a redirect
Baitinq
2022-12-25
Ladybird: Implement WebDriver's navigation and window control endpoints
Timothy Flynn
2022-12-25
Ladybird: Construct a WebDriverConnection when instructed to do so
Timothy Flynn
2022-12-25
Ladybird: Fix reloading functionality
Baitinq
2022-12-25
Ladybird: Don't add initial about:blank load to history
Baitinq
2022-12-25
Ladybird: Don't push to history when loading through history navigation
Baitinq
2022-12-25
Ladybird: Handle forward and backward mouse buttons
Baitinq
2022-12-25
Ladybird: Use Browser's History.{cpp,h}
Linus Groh
2022-12-25
Ladybird: Load about:blank in new tabs
Andreas Kling
2022-12-25
Ladybird: Render web content in a separate process :^)
Andreas Kling
2022-12-25
Ladybird/Tab: Handle "Dump History" action
Moustafa Raafat
2022-12-25
Ladybird/Tab: Update history title when tab title changes
Moustafa Raafat
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: Make Tab.cpp directly take a BrowserWindows as m_window
Aaron Dewes
2022-12-25
Ladybird/Tab: Conditionally enable back/forward buttons
Julen Ruiz Aizpuru
2022-12-25
Ladybird/Tab: Make back/forward keyboard shortcuts platform-specific
Julen Ruiz Aizpuru
2022-12-25
Ladybird: Focus the location editor when creating a new tab
Andreas Kling
2022-12-25
Ladybird: Remove some awkward camelCase signal names
Andreas Kling
2022-12-25
Ladybird: Hide the hovered URL label on startup
Andreas Kling
2022-12-25
Ladybird: Remove spacing between toolbar and web view
Andreas Kling
2022-12-25
Ladybird: Show hovered link URLs in a conditional UI label
Andreas Kling
2022-12-25
Ladybird: Add Settings class
Filiph Sandström
2022-12-25
Ladybird: Don't rewrite file:// URLs to HTTP
Andreas Kling
2022-12-25
Ladybird: Tweak inaccurate copyright year :^)
Andreas Kling
2022-12-25
Ladybird: Add a protocol to the URL, when one is not set
Diego Iastrubni
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: Port over part of the "Debug" menu from the SerenityOS browser
Andreas Kling
2022-12-25
Ladybird: Add keyboard shortcut for focusing the location edit (Ctrl+L)
Andreas Kling
2022-12-25
Ladybird: Expanded toolbar with browser history and home button
Matthew Costa
2022-12-25
Ladybird: Rudimentary tabbed browsing support
Matthew Costa