summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-11LibJS: Add missing (void) to handle [[nodiscard]] TRY() resultLinus Groh
2021-11-10LibJS: Implement the rest of to_temporal_month_day()Linus Groh
2021-11-10LibJS: Rename ZonedDateTime's MatchBehavior enum members to match specLinus Groh
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK: Make Vector::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.hAndreas Kling
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-11-10LibWeb: Make property_initial_value() return a NonnullRefPtrSam Atkins
2021-11-10LibWeb: Allow `none` value for `transform` propertySam Atkins
2021-11-10LibWeb: Add initial values for all CSS propertiesSam Atkins
2021-11-10LibWeb: Add initial values and longhands to `background` definitionSam Atkins
2021-11-10LibWeb: Correct initial values in Properties.jsonSam Atkins
2021-11-10LibJS: Remove left-over debug assertion from the Await AOIdan Horowitz
2021-11-10LibJS: Do not parse async methods with a new line after the "async"Idan Horowitz
2021-11-10Utilities: tar: Always create parent directory when extractingTim Schumacher
2021-11-10LibSQL: Implement table joinsJan de Visser
2021-11-10LibSQL: Relax assignment rules for Null ValuesJan de Visser
2021-11-10LibSQL: Add current statement to the ExecutionContextJan de Visser
2021-11-10LibSQL: Add 'schema' and 'table' to TupleElementDescriptorJan de Visser
2021-11-10LibSQL: Add the 'extend' operation to the Tuple classJan de Visser
2021-11-10strace: Interpret errno codes for pointer-like return codesBen Wiederhake
2021-11-10strace: Switch to new flag handler, support more flagsBen Wiederhake
2021-11-10strace: Better support for bitflags, show unrecognized flagsBen Wiederhake
2021-11-10Everywhere: Move shared library checks into a common functionTim Schumacher
2021-11-10LibCoredump: Restrict library name check when querying symbolsTim Schumacher
2021-11-10Emulator: Restrict library name check when querying symbolsTim Schumacher
2021-11-10Emulator: Use existing queried library name in load checkTim Schumacher
2021-11-10Profiler: Use existing path split when mmapping librariesTim Schumacher
2021-11-10Everywhere: Remove unused AK/Bitmap includesBen Wiederhake
2021-11-10LibWeb: Parse background-size as part of background shorthandSam Atkins
2021-11-10LibWeb: Parse `background-size` propertySam Atkins
2021-11-10LibWeb: Add BackgroundSizeStyleValueSam Atkins
2021-11-10LibWeb: Store Repeat values directly in BackgroundRepeatStyleValueSam Atkins
2021-11-10LibWeb: Remove concept of CSS pseudo-propertiesSam Atkins
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