summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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-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-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
2022-12-12LibCore: Add a wrapper for `poll()`Lucas CHOLLET
2022-12-12LibGUI+TextEditor: Add a relative line number option for TextEditorSnow
2022-12-12Browser: Go back/forward when pressing back/forward mouse buttonsBaitinq
2022-12-12LibJS: Keep GeneratorObject's stored execution context's internals aliveLuke Wilde
2022-12-12LibJS: Make it possible to visit the edges of an ExecutionContextLuke Wilde
2022-12-12LibJS: Move ExecutionContext function implementations out of lineLuke Wilde
2022-12-12LibCore: Make not discarding all requested bytes from a stream an errorTim Schumacher
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-12LibCore: Remove `Stream::is_{readable,writable}`Tim Schumacher
2022-12-12Help+LibManual: Without arguments, open index page instead of crashingkleines Filmröllchen
2022-12-11Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execvesin-ack
2022-12-11Kernel+LibC+Tests: Implement `pwritev(2)`sin-ack
2022-12-11Kernel+LibC: Implement `setregid(2)`sin-ack
2022-12-11Kernel+LibC+LibCore+UserspaceEmulator: Implement `faccessat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `renameat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `mkdirat(2)`sin-ack
2022-12-11Kernel+LibC: Implement `readlinkat(2)`sin-ack
2022-12-11Kernel+LibC+LibCore: Implement `symlinkat(2)`sin-ack
2022-12-11LibThreading: Overhaul thread behavior with ThreadStatekleines Filmröllchen
2022-12-11LibThreading: Add a thread state enumkleines Filmröllchen
2022-12-11LibThreading: Add Thread formatterkleines Filmröllchen
2022-12-11LibThreading: Move now-trivial accessors of Thread to cpp filekleines Filmröllchen
2022-12-11LibThreading: Use Threading namespace in Thread.cppkleines Filmröllchen
2022-12-11LibSQL: Don't use the SQL socket file path as its descriptorTimothy Flynn
2022-12-11LibSQL: Do not fchmod the SQL socket on macOSTimothy Flynn
2022-12-11LibWeb: Support `calc()` values in `background-position`MacDue
2022-12-11LibWeb: Use space_used_by_floats to get x offset of box that creates BFCAliaksandr Kalenik
2022-12-11LibWeb: Check if block creates BFC even if all it's children are inlineAliaksandr Kalenik