ladybird/Userland
Andreas Kling 8a03b17007 LibJS: Implement a more general InitializeHostDefinedRealm AO
The existing implementation of this AO lives in Interpreter::create(),
which makes it impossible to use without also constructing an
Interpreter.

This patch adds a new Realm::initialize_host_defined_realm() and takes
the global object and global this customization steps as Function
callback objects. This will be used by LibWeb to create realms during
Document construction.
2022-08-05 12:46:38 +02:00
..
Applets WorkspacePicker: Hide tray applet entirely when there's only 1 workspace 2022-08-01 10:29:53 +02:00
Applications LibJS: Let Shape store a Realm instead of a GlobalObject 2022-08-05 12:42:46 +02:00
Demos Everywhere: Prefix 'TYPEDEF_DISTINCT_ORDERED_ID' with 'AK_' 2022-07-22 23:09:43 +01:00
DevTools Profiler: Add scrollbar to FlameGraphView 2022-08-04 02:52:39 +02:00
DynamicLoader LibPthread: Implement named semaphores 2022-07-21 16:39:22 +02:00
Games Minesweeper: Remove decimal point from the time label 2022-07-24 14:09:48 +01:00
Libraries LibJS: Implement a more general InitializeHostDefinedRealm AO 2022-08-05 12:46:38 +02:00
Services LibJS: Let Shape store a Realm instead of a GlobalObject 2022-08-05 12:42:46 +02:00
Shell Shell: Add the |& construct for piping stderr along with stdout 2022-07-17 00:51:31 +00:00
Utilities LibJS: Let Shape store a Realm instead of a GlobalObject 2022-08-05 12:42:46 +02:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00