summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-12-08LibTLS: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibSQL: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibHTTP: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibGemini: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibCore: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-08LibJS: Implement Intl.DateTimeFormat.prototype.formatToPartsTimothy Flynn
2021-12-08LibJS: Implement (most of) Intl.DateTimeFormat.prototype.formatTimothy Flynn
2021-12-08LibJS: Cache the data locale used by Intl.DateTimeFormatTimothy Flynn
2021-12-08LibJS: Add an accessor for the %Date.now% instrinsic propertyTimothy Flynn
2021-12-08LibJS: Implement Date's Week Day AOTimothy Flynn
2021-12-08LibJS: Implement Date's TimeClip AOTimothy Flynn
2021-12-08LibUnicode: Parse and generate time zone names in long and short formTimothy Flynn
2021-12-08LibUnicode: Generate era, month, weekday and day period calendar symbolsTimothy Flynn
2021-12-08LibJS: Do not override hour, minute, and second format field lengthsTimothy Flynn
2021-12-08LibJS+LibUnicode: Generate missing patterns with fractionalSecondDigitsTimothy Flynn
2021-12-08LibJS+LibUnicode: Supply field type in CalendarPattern's for-each methodTimothy Flynn
2021-12-08 LibJS: Mark Function object's private environment during GCAndreas Kling
2021-12-08LibJS: Mark entire private environment chains during GCAndreas Kling
2021-12-08LibJS: Make sure private environments are marked during GCAndreas Kling
2021-12-08LibJS: Only allocate space for Object private elements if neededAndreas Kling
2021-12-07WebContent: Add missing TRY on client initializationHendiadyoin1
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-06SQLServer: Port to LibMain :^)Andreas Kling
2021-12-06LaunchServer: Port to LibMain :^)Andreas Kling
2021-12-06LibWeb: Make StyleSheet::m_parent_style_sheet a WeakPtrAndreas Kling
2021-12-06LibWeb: Make CSSStyleSheet::m_owner_css_rule a WeakPtrAndreas Kling
2021-12-06LibWeb: Make CSSImportRule::m_document a WeakPtrAndreas Kling
2021-12-06LibJS: Add tests for calendar fields of DateTimeFormat's resolvedOptionsTimothy Flynn
2021-12-06LibJS: Always respect user-provided format field lengthsTimothy Flynn
2021-12-06LibJS: Fallback to [[pattern]] when [[pattern12]] is unavailableTimothy Flynn
2021-12-05strace: Handle strings more gracefullyBen Wiederhake
2021-12-05strace: Use new PT_PEEKBUF functionBen Wiederhake
2021-12-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-05Kernel+strace: Remove unnecessary indirection for PEEKBen Wiederhake
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-12-05Demos: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibWeb: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibVT: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05DHCP4Client: Cast unused Timer return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-12-05LibELF: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibDSP: Cast unused smart-pointer return value to voidSam Atkins
2021-12-05LibCpp: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05Shell: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05LibC: Add a couple of missing errno codesIdan Horowitz