mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 07:37:03 +00:00
LibDevTools: Begin supporting the JavaScript console
This implements enough to execute JavaScript and reply with the result. We do not yet support autocomplete or eager evaluation.
This commit is contained in:
parent
37f07c176a
commit
6d33b70e61
Notes:
github-actions[bot]
2025-02-28 12:09:40 +00:00
Author: https://github.com/trflynn89
Commit: 6d33b70e61
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3686
8 changed files with 170 additions and 7 deletions
|
@ -10,6 +10,7 @@ namespace DevTools {
|
|||
|
||||
class Actor;
|
||||
class Connection;
|
||||
class ConsoleActor;
|
||||
class CSSPropertiesActor;
|
||||
class DeviceActor;
|
||||
class DevToolsDelegate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue