ladybird/Userland
Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize()
This needs to happen before prototype/constructor intitialization can be
made lazy. Otherwise, GC could run during the C++ constructor and try to
collect the object currently being created.
2023-01-10 16:08:14 +01:00
..
Applets LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
Applications AK+Everywhere: Rename Utf16View::to_utf8 to to_deprecated_string 2023-01-09 23:00:24 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibGfx: Make Rect::align_within() correct for TopCenter and BottomCenter 2023-01-09 19:54:26 +01:00
DevTools AK+Everywhere: Rename FlyString to DeprecatedFlyString 2023-01-09 23:00:24 +00:00
DynamicLoader Everywhere: Remove "LibC/" includes, add lint-rule against it 2023-01-07 10:01:37 -07:00
Games Chess: Port to Core::Stream 2023-01-07 20:05:24 +00:00
Libraries LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Services ImageDecoder: Remove unused LibWeb forwarding header 2023-01-10 16:08:14 +01:00
Shell Userland: Silence warnings from ElapsedTimer::elapsed() type change 2023-01-07 14:51:04 +01:00
Utilities LibCompress: Port DeflateCompressor to Core::Stream 2023-01-10 10:28:26 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00