serenity/Userland
Linus Groh 1f99538185 LibJS: Make Temporal foo_from_fields() AO field/options Object a const*
This is a bit of a lie as the Value(Object const*) ctor will const_cast
them in invoke(), but at least it ensures that nothing else in the
function relies on getting non-const Objects.
Perhaps we can have an actual Object const* Value in the future as well.
2021-09-09 23:46:45 +01:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications PixelPaint: Add Fit Image To View action 2021-09-09 11:35:50 +02:00
Demos CatDog: Switch to new mouse-tracking method 2021-09-08 10:53:49 +02:00
DevTools HackStudio: Reuse TextDocument::is_modified() 2021-09-10 00:00:53 +02:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Libraries LibJS: Make Temporal foo_from_fields() AO field/options Object a const* 2021-09-09 23:46:45 +01:00
Services LibWeb: Rename DOM::Window::document() => associated_document() 2021-09-09 21:25:10 +02:00
Shell Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Utilities Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00