summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.cpp
AgeCommit message (Expand)Author
2023-05-24Ladybird: Use cursor position for context menuKarthik Karanth
2023-05-23Ladybird: Default to HTTPS instead of HTTP if no protocol is specifiedAndreas Kling
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: Fix context menus being in slightly the wrong positionMacDue
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-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-03-31Ladybird: Add tooltip to reset zoom level buttonMacDue
2023-03-29Ladybird: Add reset zoom level button to toolbarMacDue
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-07Ladybird: Handle close event in WebContentViewAliaksandr Kalenik
2023-02-02Ladybird: Left-align long url in address barmartinfalisse
2023-01-22Ladybird: Make LocationEdit its own classCameron Youell
2023-01-19Ladybird: Move the initial blank page load to BrowserWindowKarol Kosek
2023-01-19Ladybird: Don't prepend 'about:' urls with an http:// schemeKarol Kosek
2023-01-19Ladybird: Set initial page when NOT connected to WebDriverKarol Kosek
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