summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.cpp
AgeCommit message (Expand)Author
2023-01-09Ladybird: Let Qt pick the reload shortcutAndreas Kling
2023-01-08Ladybird: Add Qt's standard refresh key (F5) to reload shortcutsKarol Kosek
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Replace history entry if loading URL because of a redirectBaitinq
2022-12-25Ladybird: Implement WebDriver's navigation and window control endpointsTimothy Flynn
2022-12-25Ladybird: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Fix reloading functionalityBaitinq
2022-12-25Ladybird: Don't add initial about:blank load to historyBaitinq
2022-12-25Ladybird: Don't push to history when loading through history navigationBaitinq
2022-12-25Ladybird: Handle forward and backward mouse buttonsBaitinq
2022-12-25Ladybird: Use Browser's History.{cpp,h}Linus Groh
2022-12-25Ladybird: Load about:blank in new tabsAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling
2022-12-25Ladybird/Tab: Handle "Dump History" actionMoustafa Raafat
2022-12-25Ladybird/Tab: Update history title when tab title changesMoustafa Raafat
2022-12-25Ladybird/Everywhere: Ensure that Qt objects are created with parentsAndrew Kaster
2022-12-25Ladybird: Rename WebView to SimpleWebViewAndreas Kling
2022-12-25Ladybird: Make Tab.cpp directly take a BrowserWindows as m_windowAaron Dewes
2022-12-25Ladybird/Tab: Conditionally enable back/forward buttonsJulen Ruiz Aizpuru
2022-12-25Ladybird/Tab: Make back/forward keyboard shortcuts platform-specificJulen Ruiz Aizpuru
2022-12-25Ladybird: Focus the location editor when creating a new tabAndreas Kling
2022-12-25Ladybird: Remove some awkward camelCase signal namesAndreas Kling
2022-12-25Ladybird: Hide the hovered URL label on startupAndreas Kling
2022-12-25Ladybird: Remove spacing between toolbar and web viewAndreas Kling
2022-12-25Ladybird: Show hovered link URLs in a conditional UI labelAndreas Kling
2022-12-25Ladybird: Add Settings classFiliph Sandström
2022-12-25Ladybird: Don't rewrite file:// URLs to HTTPAndreas Kling
2022-12-25Ladybird: Tweak inaccurate copyright year :^)Andreas Kling
2022-12-25Ladybird: Add a protocol to the URL, when one is not setDiego Iastrubni
2022-12-25Ladybird: Fix compilation on macOS/ClangDaniel Bertalan
2022-12-25Ladybird: Replace StatusBar with ToolTipFiliph Sandström
2022-12-25Ladybird: Port over part of the "Debug" menu from the SerenityOS browserAndreas Kling
2022-12-25Ladybird: Add keyboard shortcut for focusing the location edit (Ctrl+L)Andreas Kling
2022-12-25Ladybird: Expanded toolbar with browser history and home buttonMatthew Costa
2022-12-25Ladybird: Rudimentary tabbed browsing supportMatthew Costa