summaryrefslogtreecommitdiff
path: root/Ladybird/WebContentView.h
AgeCommit message (Expand)Author
2023-01-12LibWebView+Ladybird: Move preferred color scheme to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move text selection to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move running JavaScript to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move debug request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move page loading to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move get source request to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Move zoom logic to ViewImplementationLinus Groh
2023-01-12LibWebView+Ladybird: Begin de-duplicate WebView implementationsLinus Groh
2023-01-12Ladybird: Add "Copy" and "Select All" actions to the Edit menuAndreas Kling
2023-01-12Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorSchemeLinus Groh
2023-01-12Ladybird: Implement zoom :^)Linus Groh
2023-01-12Ladybird: Set 'device pixels per CSS pixel' to device pixel ratio :^)Linus Groh
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2022-12-25Ladybird: Close inspector and JS console when tab closesMacDue
2022-12-25Ladybird: Add the node properties tabs to the inspectorMacDue
2022-12-25Ladybird: Reimplement the DOM inspector :^)MacDue
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Do not domain match on cookie updatesTimothy Flynn
2022-12-25Ladybird: Pass Gfx::IntPoint by valueMacDue
2022-12-25Ladybird: Pass Gfx::IntSize by valueMacDue
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: Add stub for notify_server_did_finish_handling_input_eventSam Atkins
2022-12-25Ladybird: Implement updated alert/confirm/prompt IPC methodsTimothy Flynn
2022-12-25Ladybird/WebDriver: Implement the cookie endpoints for LadybirdTimothy Flynn
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: Stub out notify_server_did_request_fullscreen_windowMarco Cutecchia
2022-12-25Ladybird: Stub out history navigation WebView::ViewImplementation APIsTimothy Flynn
2022-12-25Ladybird: Stub out new cookie WebView::ViewImplementation APIsTimothy Flynn
2022-12-25Ladybird: Fix reloading functionalityBaitinq
2022-12-25Ladybird: Stub out new WebView::ViewImplementation APIsTimothy Flynn
2022-12-25Ladybird: Handle forward and backward mouse buttonsBaitinq
2022-12-25Ladybird/WebContentView: Make Tab and Shift+Tab workAndreas Kling
2022-12-25Ladybird/WebContentView: Accept focus and notify WebContent on changeAndreas Kling
2022-12-25Ladybird: Port over ConsoleWidget from the SerenityOS BrowserAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling