index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-17
LibWeb: Prevent copying CSS TokenStream
Sam Atkins
2021-11-17
LibWeb: Remove CSS Parser method overloads with no TokenStream parameter
Sam Atkins
2021-11-17
LibWeb: Remove ParsingContext parameter from private CSS Parser methods
Sam Atkins
2021-11-17
LibWeb: Make CSS Parser methods non-static
Sam Atkins
2021-11-17
Base: Add additional test cases to backgrounds.html
Sam Atkins
2021-11-17
LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.h
Sam Atkins
2021-11-17
Kernel: Automatically sync shared file mappings when unmapped
Andreas Kling
2021-11-17
Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED
Andreas Kling
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-17
Kernel: Add MemoryManager::copy_physical_page()
Andreas Kling
2021-11-17
Base: Add Buhid characters to font Katica Regular 10
Lady Gegga
2021-11-17
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
davidot
2021-11-17
LibJS: Remove fallback value for get_offset_nanoseconds_for
Luke Wilde
2021-11-17
LibJS/Tests: Fix failing Array.prototype.toLocaleString() test
Linus Groh
2021-11-17
LibJS: Implement ECMA-402 Array.prototype.toLocaleString
Timothy Flynn
2021-11-17
LibJS: Implement ECMA-402 Number.prototype.toLocaleString
Timothy Flynn
2021-11-17
AK: Add missing return in Formatter<unsigned char[Size]>::format()
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Add failable try_* functions to StringBuilder
Andreas Kling
2021-11-17
AK: Forward declare Error and ErrorOr in AK/Forward.h
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-17
Kernel: Reject writable shared file mappings
Daniel Bertalan
2021-11-16
LibJS: Implement unit number formatting
Timothy Flynn
2021-11-16
LibUnicode: Parse and generate CLDR unit data for Intl.NumberFormat
Timothy Flynn
2021-11-16
LibUnicode: Tweak the definition of the plurality "many"
Timothy Flynn
2021-11-16
LibUnicode: Ignore U+200F when parsing format identifiers
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Support multiple identifiers within format pattern
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Rename the generated compact_identifier to identifier
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Rename method to select a NumberFormat plurality
Timothy Flynn
2021-11-16
Base: Add/adjust glyphs in font Tiny Regular
Lady Gegga
2021-11-16
LibJS: Fix incorrect use of "modulo" in {hour,min,sec,ms}_from_time()
Linus Groh
2021-11-16
LibCore: Don't include crypt.h in Account.cpp on FreeBSD
Benjamin S Osenbach
2021-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
2021-11-16
LibJS: Use else-if's in Temporal.Duration.prototype.until
Luke Wilde
2021-11-16
LibGfx: Remove scale factor option from try_load_from_fd_and_close()
Karol Kosek
2021-11-16
DisplaySettings: Handle errors when loading wallpaper bitmap
Karol Kosek
2021-11-16
LibJS: Implement Temporal.PlainDate.prototype.since
Luke Wilde
2021-11-16
LibJS: Implement Temporal.PlainDate.prototype.until
Luke Wilde
2021-11-16
LibJS: Conditionally ignore [[UseGrouping]] in compact notation
Timothy Flynn
2021-11-16
LibJS: Remove FIXME comment from PartitionNotationSubPattern AO
Timothy Flynn
2021-11-16
LibJS: Implement compact formatting for Intl.NumberFormat
Timothy Flynn
2021-11-16
LibJS: Cache the number format used for compact notation
Timothy Flynn
2021-11-16
LibJS+LibUnicode: Fix computation of compact pattern exponents
Timothy Flynn
2021-11-16
LibUnicode: Parse compact identifiers and replace them with a format key
Timothy Flynn
2021-11-16
Profiler: Stop disassembly on invalid instructions
Hendiadyoin1
2021-11-16
Profiler: Don't try to disassemble empty buffers
Hendiadyoin1
2021-11-16
AK: Verify that we are not overreaching in StringView's substring_view()
Hendiadyoin1
2021-11-16
LibJS: Unbreak to_iso_day_of_week
Nico Weber
2021-11-16
Piano: Create controller widgets for processor parameters
kleines Filmröllchen
2021-11-15
LibJS: Use modulo() function in to_iso_day_of_week
Nico Weber
[next]