DevTools: Display console messages and errors (#32727)

* feat: add streams to browsing context

* feat: console now works!

* feat: order console messages

* feat: add streams to new browsing contexts

* fix: apply suggestions

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
eri 2024-07-09 20:27:47 +02:00 committed by GitHub
parent 34d9be70f9
commit 33f3c34d28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 141 additions and 119 deletions

View file

@ -26,6 +26,7 @@ impl Actor for ObjectActor {
_: &mut TcpStream,
_: StreamId,
) -> Result<ActorMessageStatus, ()> {
// TODO: Handle enumSymbols for console object inspection
Ok(ActorMessageStatus::Ignored)
}
}