index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.h
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-10
LibWeb: Make property_initial_value() return a NonnullRefPtr
Sam Atkins
2021-11-10
LibWeb: Allow `none` value for `transform` property
Sam Atkins
2021-11-10
LibWeb: Add initial values for all CSS properties
Sam Atkins
2021-11-10
LibWeb: Add initial values and longhands to `background` definition
Sam Atkins
2021-11-10
LibWeb: Correct initial values in Properties.json
Sam Atkins
2021-11-10
LibJS: Remove left-over debug assertion from the Await AO
Idan Horowitz
2021-11-10
LibJS: Do not parse async methods with a new line after the "async"
Idan Horowitz
2021-11-10
LibSQL: Implement table joins
Jan de Visser
2021-11-10
LibSQL: Relax assignment rules for Null Values
Jan de Visser
2021-11-10
LibSQL: Add current statement to the ExecutionContext
Jan de Visser
2021-11-10
LibSQL: Add 'schema' and 'table' to TupleElementDescriptor
Jan de Visser
2021-11-10
LibSQL: Add the 'extend' operation to the Tuple class
Jan de Visser
2021-11-10
Everywhere: Move shared library checks into a common function
Tim Schumacher
2021-11-10
LibCoredump: Restrict library name check when querying symbols
Tim Schumacher
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
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
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
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
[next]