ladybird/Userland
Sam Atkins c619a57cf8 LibWeb+WebContent: Add new console-message IPC calls
This patch introduces three new IPC calls for WebContent:

- `Client::did_output_js_console_message(index)`:
  Notifies the client that a new console message was logged.

- `Server::js_console_request_messages(start_index)`:
  Ask the server for console messages starting at the given index.

- `Client::did_get_js_console_messages(start_index, types, messages)`:
  Send the client the messages they requested.

This mechanism will replace the current
`Client::did_js_console_output()` call in the next few commits. This
will allow us to display messages in the console that happened before
the console was opened.
2021-09-06 18:20:26 +02:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications Browser: Reconnect the JS console when the current page changes 2021-09-06 18:20:26 +02:00
Demos Mandelbrot: Use the new Zoom cursor 2021-09-04 03:35:23 +02:00
DevTools Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Everywhere: Use my shiny new serenityos.org email :^) 2021-09-03 12:22:36 +02:00
Libraries LibWeb+WebContent: Add new console-message IPC calls 2021-09-06 18:20:26 +02:00
Services LibWeb+WebContent: Add new console-message IPC calls 2021-09-06 18:20:26 +02:00
Shell Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
Utilities Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00