ladybird/Userland
Andreas Kling ec24d7555a LibWeb: Add a simple internals objects only available during testing
This object is available as `window.internals` (or just `internals`) and
is only accessible while running in "test mode".

This first version only has one API: gc(), which triggers a garbage
collection immediately.

In the future, we can add more APIs here to help us test parts of the
engine that are hard or impossible to reach via public web APIs.
2023-08-06 15:26:34 +02:00
..
Applets Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
Applications PixelPaint: Don't const_cast to update the editor on filter application 2023-08-06 11:56:21 +02:00
BuggieBox Userland: Teach the file utility about zip files 2023-07-11 17:48:57 +01:00
Demos LibGUI+Userland: Port StatusBar::text() and set_text functions to String 2023-06-15 13:53:22 +01:00
DevTools Profiler: Correct the event names for 'malloc' and 'free' 2023-07-31 05:31:33 +02:00
DynamicLoader Everywhere: Resolve conflicts with LibC and libc++ 2023-06-27 12:40:38 +02:00
Games Snake: Update snake skin color interactively while picking 2023-07-24 11:30:54 +03:30
Libraries LibWeb: Add a simple internals objects only available during testing 2023-08-06 15:26:34 +02:00
Services WebContent: Coalesce multiple sequential MouseWheel events 2023-08-05 04:47:46 +02:00
Shell Shell: Color bareword yellow if it's a prefix of at least one command 2023-08-04 23:27:59 +03:30
Utilities fortune: Use simple formatting when stdout isn't connected to a terminal 2023-08-06 08:58:00 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00