summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert NumberObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert NativeFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert MapIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Map::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intrinsics::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Segments::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::Locale::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert GeneratorObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Error::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Date::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert DataView::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BoundFunction::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BooleanObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert BigIntObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ArrayIterator::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ArrayBuffer::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert AggregateError::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Accessor::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Explictly assert that a null GCPtr is not dereferencedTimothy Flynn
2022-12-13LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for DateLuke Wilde
2022-12-13LibCore: Fix struct msghdr initializationDrew DeVault
2022-12-13LibIPC: Support sending Variants over IPCkleines Filmröllchen
2022-12-13PixelPaint: Use source alpha for CloneTool drawingCody Hein
2022-12-13BindingsGenerator+CMake: Keep track of IDL dependenciesDaniel Bertalan
2022-12-12LibHTTP: Don't read and drop data if status line can't be readTim Schumacher
2022-12-12LibJS: Add spec comments to AggregateErrorConstructorLinus Groh
2022-12-12LibJS: Update get_substitution() section number & parameter nameLinus Groh
2022-12-12LibJS: Add spec comments to get_this_environment()Linus Groh
2022-12-12LibJS: Add spec comments to new_object_environment()Linus Groh
2022-12-12LibJS: Add spec comments to new_declarative_environment()Linus Groh
2022-12-12LibJS: Add spec comment to length_of_array_like()Linus Groh
2022-12-12LibJS: Use modulo() for modulo operations in Value.cppLinus Groh
2022-12-12PixelPaint: Single-clicking the BrushTool now adds to undo_stackCody Hein
2022-12-12Games: Add ColorLinesOleg Kosenkov
2022-12-12shuf: Use the newly introduced AK::shuffle functionArda Cinar
2022-12-12Minesweeper: Revise the maximum mine limit in custom game settingsArda Cinar
2022-12-12Minesweeper: Make sure icons of cells are set after generating fieldArda Cinar
2022-12-12Minesweeper: Use a faster method to generate game fieldArda Cinar
2022-12-12LibCompress: Port `DeflateDecompressor` to `Core::Stream`Tim Schumacher
2022-12-12LibCore: Use the new `Handle` type for the `BitStream` typesTim Schumacher
2022-12-12LibCore: Add `Stream::Handle`Tim Schumacher
2022-12-12LibCore: Use `Core::System::poll()` in `PosixSocketHelper`Lucas CHOLLET