summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-17LibWeb: Prevent copying CSS TokenStreamSam Atkins
2021-11-17LibWeb: Remove CSS Parser method overloads with no TokenStream parameterSam Atkins
2021-11-17LibWeb: Remove ParsingContext parameter from private CSS Parser methodsSam Atkins
2021-11-17LibWeb: Make CSS Parser methods non-staticSam Atkins
2021-11-17Base: Add additional test cases to backgrounds.htmlSam Atkins
2021-11-17LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.hSam Atkins
2021-11-17Kernel: Automatically sync shared file mappings when unmappedAndreas Kling
2021-11-17Kernel: Allow mmap() with PROT_WRITE+MAP_SHAREDAndreas Kling
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-11-17Kernel: Add MemoryManager::copy_physical_page()Andreas Kling
2021-11-17Base: Add Buhid characters to font Katica Regular 10Lady Gegga
2021-11-17LibJS + js: Rethrow exception on the vm after bytecode interpreter rundavidot
2021-11-17LibJS: Remove fallback value for get_offset_nanoseconds_forLuke Wilde
2021-11-17LibJS/Tests: Fix failing Array.prototype.toLocaleString() testLinus Groh
2021-11-17LibJS: Implement ECMA-402 Array.prototype.toLocaleStringTimothy Flynn
2021-11-17LibJS: Implement ECMA-402 Number.prototype.toLocaleStringTimothy Flynn
2021-11-17AK: Add missing return in Formatter<unsigned char[Size]>::format()Andreas Kling
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Add failable try_* functions to StringBuilderAndreas Kling
2021-11-17AK: Forward declare Error and ErrorOr in AK/Forward.hAndreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-11-17Kernel: Reject writable shared file mappingsDaniel Bertalan
2021-11-16LibJS: Implement unit number formattingTimothy Flynn
2021-11-16LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormatTimothy Flynn
2021-11-16LibUnicode: Tweak the definition of the plurality "many"Timothy Flynn
2021-11-16LibUnicode: Ignore U+200F when parsing format identifiersTimothy Flynn
2021-11-16LibJS+LibUnicode: Support multiple identifiers within format patternTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename the generated compact_identifier to identifierTimothy Flynn
2021-11-16LibJS+LibUnicode: Rename method to select a NumberFormat pluralityTimothy Flynn
2021-11-16Base: Add/adjust glyphs in font Tiny RegularLady Gegga
2021-11-16LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time()Linus Groh
2021-11-16LibCore: Don't include crypt.h in Account.cpp on FreeBSDBenjamin S Osenbach
2021-11-16LibCrypto: Fix subtracting two negative `SignedBigInteger`sLinus Groh
2021-11-16LibJS: Use else-if's in Temporal.Duration.prototype.untilLuke Wilde
2021-11-16LibGfx: Remove scale factor option from try_load_from_fd_and_close()Karol Kosek
2021-11-16DisplaySettings: Handle errors when loading wallpaper bitmapKarol Kosek
2021-11-16LibJS: Implement Temporal.PlainDate.prototype.sinceLuke Wilde
2021-11-16LibJS: Implement Temporal.PlainDate.prototype.untilLuke Wilde
2021-11-16LibJS: Conditionally ignore [[UseGrouping]] in compact notationTimothy Flynn
2021-11-16LibJS: Remove FIXME comment from PartitionNotationSubPattern AOTimothy Flynn
2021-11-16LibJS: Implement compact formatting for Intl.NumberFormatTimothy Flynn
2021-11-16LibJS: Cache the number format used for compact notationTimothy Flynn
2021-11-16LibJS+LibUnicode: Fix computation of compact pattern exponentsTimothy Flynn
2021-11-16LibUnicode: Parse compact identifiers and replace them with a format keyTimothy Flynn
2021-11-16Profiler: Stop disassembly on invalid instructionsHendiadyoin1
2021-11-16Profiler: Don't try to disassemble empty buffersHendiadyoin1
2021-11-16AK: Verify that we are not overreaching in StringView's substring_view()Hendiadyoin1
2021-11-16LibJS: Unbreak to_iso_day_of_weekNico Weber
2021-11-16Piano: Create controller widgets for processor parameterskleines Filmröllchen
2021-11-15LibJS: Use modulo() function in to_iso_day_of_weekNico Weber