summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
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-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-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-05LibCore: Implement new ptrace_peekbuf wrapper for PT_PEEKBUF syscallBen Wiederhake
2021-12-05Kernel+strace: Remove unnecessary indirection for PEEKBen Wiederhake
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-05LibGUI: Cast unused smart-pointer return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() 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-05LibC: Add a couple of missing errno codesIdan Horowitz
2021-12-05LibC: Stub out the rest of the getnameinfo flagsIdan Horowitz
2021-12-05Kernel: Add the SIOCATMARK ioctl request macroIdan Horowitz
2021-12-04LibCore: Add syscall wrapper for chmod()Kenneth Myhra
2021-12-04LibSQL: Gracefully react to unimplemented valid SQLJan de Visser
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-12-04LibWeb: Stop sending "load" event twice to iframesAndreas Kling
2021-12-04LibWeb: Fix DOMImplementation changing content type of wrong documentAndreas Kling
2021-12-04LibCore: Add lstat() syscall wrapperAndreas Kling
2021-12-03LibCpp: Add "ignore invalid statements" option to PreprocessorItamar
2021-12-02LibGUI: Make FilteringProxyModel reference-count its parent modelMartin Blicha
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-12-01LibUnicode: Do not generate data for "generic" calendarsTimothy Flynn
2021-12-01LibUnicode: Fix copy-paste error in calendar_pattern_style_to_stringTimothy Flynn