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-10
AK+Kernel: Make BitmapView read-only
Ben Wiederhake
2021-11-10
Everywhere: Remove unused AK/Bitmap includes
Ben Wiederhake
2021-11-10
LibWeb: Parse background-size as part of background shorthand
Sam Atkins
2021-11-10
LibWeb: Parse `background-size` property
Sam Atkins
2021-11-10
LibWeb: Add BackgroundSizeStyleValue
Sam Atkins
2021-11-10
LibWeb: Store Repeat values directly in BackgroundRepeatStyleValue
Sam Atkins
2021-11-10
LibWeb: Remove concept of CSS pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Combine background-repeat-x/y pseudo-properties
Sam Atkins
2021-11-10
LibWeb: Use BackgroundRepeatStyleValue in `background` shorthand
Sam Atkins
2021-11-10
Base: Add CSS `background` test page
Sam Atkins
2021-11-10
LibWeb: Parse `background-clip` and `background-origin`
Sam Atkins
2021-11-10
LibWeb: Parse `background-attachment` as part of `background` property
Sam Atkins
2021-11-10
LibWeb: Add `background-position` to `background` property
Sam Atkins
2021-11-10
LibWeb: Parse CSS `background-position` property
Sam Atkins
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toJSON
Luke Wilde
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toLocaleString
Luke Wilde
2021-11-10
LibJS: Implement Temporal.ZonedDateTime.prototype.toString
Luke Wilde
2021-11-10
LibJS: Implement the required AOs for ZonedDateTime stringifiers
Luke Wilde
2021-11-10
LibJS: Add tests for async functions and await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for await expressions
Idan Horowitz
2021-11-10
LibJS: Add support for async functions
Idan Horowitz
2021-11-09
LibJS: Mark RoundTemporalInstant as infallible
Luke Wilde
2021-11-09
LibJS: Mark DaysUntil as infallible
Linus Groh
2021-11-09
LibUnicode: Upgrade to CLDR version 40.0.0
Timothy Flynn
2021-11-09
LibUnicode: Parse the CLDR's defaultContent.json locale list
Timothy Flynn
2021-11-09
LibJS: Convert GeneratorObject to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOr
Idan Horowitz
2021-11-09
LibJS: Remove leftover exception check in OrdinaryHasProperty
Idan Horowitz
2021-11-08
pape: Add set-random option
faxe1008
2021-11-08
SoundPlayer: Fix stack-use-after-scope when playing file in loop mode
Simon Woertz
2021-11-08
UserspaceEmulator: Add support for SC_uname and SC_sysconf syscalls
Brendan Coles
2021-11-08
LibAudio: Replace log_pan with a constant power panning algoritm
kleines Filmröllchen
2021-11-08
LibAudio: Improve local variable names
kleines Filmröllchen
2021-11-08
LibAudio: Rename Audio::Frame -> Audio::Sample
David Isaksson
2021-11-08
LibAudio: Refactor out linear_to_log function and add its inverse
David Isaksson
2021-11-08
LibJS: Implement Temporal.PlainMonthDay.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainYearMonth.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDateTime.prototype.with()
Linus Groh
2021-11-08
LibJS: Implement Temporal.PlainDate.prototype.with()
Linus Groh
2021-11-08
LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() tests
Linus Groh
2021-11-08
LibJS: Use StringView literals in prepare_temporal_fields()
Linus Groh
2021-11-07
CMake: Assume working compiler instead of using static linking
Tim Schumacher
2021-11-08
LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`
Daniel Bertalan
2021-11-08
Ports: Unbreak and update oksh
Daniel Bertalan
2021-11-08
LibJS: Create the RegExpExec result's "input" field last
Timothy Flynn
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Add some more ways to construct Error and ErrorOr<T>
Andreas Kling
2021-11-08
AK: Make Error.h pull in Try.h
Andreas Kling
2021-11-08
LibSQL: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
2021-11-08
Profiler: Replace Result<T, E> use with ErrorOr<T>
Andreas Kling
[next]