summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-11-10LibWeb: Combine background-repeat-x/y pseudo-propertiesSam Atkins
2021-11-10LibWeb: Use BackgroundRepeatStyleValue in `background` shorthandSam Atkins
2021-11-10LibWeb: Parse `background-clip` and `background-origin`Sam Atkins
2021-11-10LibWeb: Parse `background-attachment` as part of `background` propertySam Atkins
2021-11-10LibWeb: Add `background-position` to `background` propertySam Atkins
2021-11-10LibWeb: Parse CSS `background-position` propertySam Atkins
2021-11-10LibJS: Implement Temporal.ZonedDateTime.prototype.toJSONLuke Wilde
2021-11-10LibJS: Implement Temporal.ZonedDateTime.prototype.toLocaleStringLuke Wilde
2021-11-10LibJS: Implement Temporal.ZonedDateTime.prototype.toStringLuke Wilde
2021-11-10LibJS: Implement the required AOs for ZonedDateTime stringifiersLuke Wilde
2021-11-10LibJS: Add tests for async functions and await expressionsIdan Horowitz
2021-11-10LibJS: Add support for await expressionsIdan Horowitz
2021-11-10LibJS: Add support for async functionsIdan Horowitz
2021-11-09LibJS: Mark RoundTemporalInstant as infallibleLuke Wilde
2021-11-09LibJS: Mark DaysUntil as infallibleLinus Groh
2021-11-09LibJS: Convert GeneratorObject to ThrowCompletionOrIdan Horowitz
2021-11-09LibJS: Convert the IntegerIndexedElementSet AO to ThrowCompletionOrIdan Horowitz
2021-11-09LibJS: Remove leftover exception check in OrdinaryHasPropertyIdan Horowitz
2021-11-08LibAudio: Replace log_pan with a constant power panning algoritmkleines Filmröllchen
2021-11-08LibAudio: Improve local variable nameskleines Filmröllchen
2021-11-08LibAudio: Rename Audio::Frame -> Audio::SampleDavid Isaksson
2021-11-08LibAudio: Refactor out linear_to_log function and add its inverseDavid Isaksson
2021-11-08LibJS: Implement Temporal.PlainMonthDay.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainYearMonth.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainDateTime.prototype.with()Linus Groh
2021-11-08LibJS: Implement Temporal.PlainDate.prototype.with()Linus Groh
2021-11-08LibJS/Tests: Fix Temporal.PlainDate.prototype.equals() testsLinus Groh
2021-11-08LibJS: Use StringView literals in prepare_temporal_fields()Linus Groh
2021-11-08LibC: Fix huge libc.a file size due to the use of `llvm-ar -q`Daniel Bertalan
2021-11-08LibJS: Create the RegExpExec result's "input" field lastTimothy Flynn
2021-11-08LibSQL: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08LibIPC: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-11-08LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::FileWatcherAndreas Kling
2021-11-08LibCore: Replace Result<T, E> use with ErrorOr<T> in Core::AccountAndreas Kling
2021-11-08LibKeyboard: Use ErrorOr<T> for CharacterMap::fetch_system_map()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::get_password()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::size()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::remove()Andreas Kling
2021-11-08LibCore: Use ErrorOr<T> for Core::File::link_file()Andreas Kling
2021-11-08AK: Use ErrorOr<T> for MappedFile factoriesAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for try_create_from_serialized_byte_buffer()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_create()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Convert Gfx::Bitmap to east const styleAndreas Kling
2021-11-08LibGfx: Deduplicate code in Bitmap::try_load_from_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap infrastructure used by ShareableBitmapAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::cropped()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::scaled()Andreas Kling