1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:17:35 +00:00
serenity/Userland
Linus Groh 929074ddea WebContent: Push execution context before ConsoleGlobalObject init
This fixes a crash of the browser when loading any page. LibWeb
immediately pops the 'running execution context' after creating an
interpreter, but it's needed to have a 'current realm' during
initialization of the ConsoleGlobalObject for NativeFunction::create()
to work.
Once this is done, we can immediately pop the execution context again.
2022-02-21 13:51:34 +00:00
..
Applets Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
Applications Spreadsheet: Add undo/redo implementation 2022-02-21 16:04:48 +03:30
Demos Demos: Use default constructors/destructors 2022-02-15 23:00:03 +02:00
DevTools Playground: Show last saved time when asked about unsaved changes 2022-02-20 08:40:26 -05:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Libraries LibJS: Re-implement String.localeCompare using the StringCompare AO 2022-02-20 22:05:59 -05:00
Services WebContent: Push execution context before ConsoleGlobalObject init 2022-02-21 13:51:34 +00:00
Shell Shell: Use an opaque default color for BarewordLiteral 2022-02-19 11:33:28 +01:00
Utilities ls: Add option -1 which lists one file per line 2022-02-19 18:18:13 -08:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00