summaryrefslogtreecommitdiff
path: root/Ladybird/ConsoleWidget.h
AgeCommit message (Collapse)Author
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Port over ConsoleWidget from the SerenityOS BrowserAndreas Kling
While this adds a fair bit of widget code, we're also increasing code sharing by using the same bits in WebContentClient for interacting with the JS console. That said, we should look for more ways to share code here.