LibDevTools+LibWebView: Implement basic support for console logging

This implements support for basic usage of console.log and friends. It
does not implement console.assert, console.trace, console.group, etc.
This commit is contained in:
Timothy Flynn 2025-03-04 08:45:36 -05:00 committed by Tim Flynn
parent 848ac11495
commit c5a22a1a97
Notes: github-actions[bot] 2025-03-04 20:34:51 +00:00
5 changed files with 155 additions and 2 deletions

View file

@ -19,6 +19,7 @@ class ViewImplementation;
class WebContentClient;
struct Attribute;
struct ConsoleOutput;
struct CookieStorageKey;
struct ProcessHandle;
struct SearchEngine;