serenity/Userland
Timothy Flynn bf59e06d2a Ladybird+LibWebView: Extract common JS console functionality to a helper
This creates WebView::ConsoleClient to handle functionality that will be
common to the JS consoles of all Ladybird chromes. This will let each
chrome focus on just the UI.

Note that this includes the `console.group` functionality that only the
Serenity chrome previously had. This was a FIXME in the Qt chrome, and
it is implemented such that all chromes will receive this functionality
for free.
2023-08-30 09:24:59 +02:00
..
Applets LibGUI: Add deprecated suffix to {set_,}tooltip in Widget 2023-08-18 10:43:37 +01:00
Applications Ladybird+LibWebView: Extract common JS console functionality to a helper 2023-08-30 09:24:59 +02:00
BuggieBox
Demos Mandelbrot: Pledge unix to enable image export 2023-08-17 07:14:54 +02:00
DevTools HackStudio: Change fg color of staged/unstaged file list in Git tab 2023-08-29 10:00:13 +02:00
DynamicLoader LibC+LibELF: Support loading shared libraries compiled with dynamic TLS 2023-08-18 16:20:13 +02:00
Games Chess: Capitalize chess set names + Rename 'stelar7' to 'Classic' 2023-08-29 10:28:24 +02:00
Libraries Ladybird+LibWebView: Extract common JS console functionality to a helper 2023-08-30 09:24:59 +02:00
Services WebContent: Replace the Serenity audio plugin with the agnostic one 2023-08-29 11:31:10 +02:00
Shell LibSyntax+Userland: Make LibSyntax not depend on LibGUI 2023-08-29 07:57:39 -04:00
Utilities find: Explicitly specify type when converting to uid_t 2023-08-29 14:09:44 -04:00
CMakeLists.txt