1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:47:34 +00:00

Ladybird: Add quick & dirty port of the JS console from Browser :^)

This commit is contained in:
Andreas Kling 2022-07-17 14:47:26 +02:00 committed by Andrew Kaster
parent af5250b2cb
commit aa5f886128
6 changed files with 437 additions and 1 deletions

View file

@ -35,6 +35,8 @@ find_package(Qt6 REQUIRED COMPONENTS Core Widgets Network)
set(SOURCES
BrowserWindow.cpp
ConsoleClient.cpp
ConsoleGlobalObject.cpp
CookieJar.cpp
RequestManagerQt.cpp
main.cpp