mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWebView+WebContent: Remove "styled" JS console IPC hooks
This was used by the built-in Inspector to send HTML-ified JS console messages to the browser. It is no longer used.
This commit is contained in:
committed by
Jelle Raaijmakers
parent
a5f3a60ed5
commit
5d0fbc85e5
Notes:
github-actions[bot]
2025-03-27 14:15:12 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5d0fbc85e52 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4117 Reviewed-by: https://github.com/gmta ✅
@@ -115,7 +115,7 @@ void DevToolsConsoleClient::send_messages(i32 start_index)
|
||||
return;
|
||||
}
|
||||
|
||||
m_client->did_get_unstyled_js_console_messages(start_index, m_console_output.span().slice(start_index));
|
||||
m_client->did_get_js_console_messages(start_index, m_console_output.span().slice(start_index));
|
||||
}
|
||||
|
||||
// 2.3. Printer(logLevel, args[, options]), https://console.spec.whatwg.org/#printer
|
||||
|
||||
Reference in New Issue
Block a user