summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
AgeCommit message (Expand)Author
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Ladybird: Move ownership of the JS console/inspector to the tab objectTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-16Ladybird: Add screenshot actions to the page context menuTimothy Flynn
2023-05-16Ladybird: Add a context menu for image elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for link elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for video elementsTimothy Flynn
2023-05-16Ladybird: Move the page context menu from the BrowserWindow to the TabTimothy Flynn
2023-05-13Ladybird: Add common handy actions to context menuMacDue
2023-05-05Ladybird: Use vector icons in the browser toolbarAndreas Kling
2023-05-05Ladybird: Remove the "home" icon from the toolbar (and the concept)Andreas Kling
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-03-29Ladybird: Add reset zoom level button to toolbarMacDue
2023-01-22Ladybird: Make LocationEdit its own classCameron Youell
2023-01-19Ladybird: Move the initial blank page load to BrowserWindowKarol 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: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Don't push to history when loading through history navigationBaitinq
2022-12-25Ladybird: Use Browser's History.{cpp,h}Linus Groh
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling
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: Focus the location editor when creating a new tabAndreas Kling
2022-12-25Ladybird: Show hovered link URLs in a conditional UI labelAndreas 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: Port over part of the "Debug" menu from the SerenityOS browserAndreas Kling
2022-12-25Ladybird: Expanded toolbar with browser history and home buttonMatthew Costa
2022-12-25Ladybird: Rudimentary tabbed browsing supportMatthew Costa