summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-01-29LibJS: Fully qualify the use of AK::is in MUST_OR_THROW_OOMTimothy Flynn
2023-01-29LibJS: Add a method to ThrowCompletionOr to drop allocation errorsTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-29LibJS+LibWeb: Move headers around to allow including Value from CellTimothy Flynn
2023-01-29LibJS: Define Date constants such that translation units don't copy themTimothy Flynn
2023-01-28LibJS: Replace some deprecated_string() with utf8_string() in TemporalLinus Groh
2023-01-28LibJS: Replace to_deprecated_string() with to_string() in TemporalLinus Groh
2023-01-28LibWeb: Replace ARIA role static FlyStrings with an enumMacDue
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2023-01-28LibGfx+icc: Read and display lut16Type and lut8Type ICC tag typesNico Weber
2023-01-28LibGfx: Use AssertSize<> in ICC/Profile.cppNico Weber
2023-01-28LibWasm: Implement data.drop instructionSam Atkins
2023-01-28LibWasm: Move memory.init code together with other memory.foo implsSam Atkins
2023-01-28LibWasm: Implement memory.copy instructionSam Atkins
2023-01-28LibWasm: Implement memory.fill instructionSam Atkins
2023-01-28LibGfx: Make PNGImageDecoderPlugin::icc_data() return data if presentNico Weber
2023-01-28LibGfx: Process colorspace-related chunks in PNGLoaderNico Weber
2023-01-28LibJS: Add spec comments to FunctionPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to FinalizationRegistryConstructorLinus Groh
2023-01-28LibJS: Add spec comments to DataViewPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to DataViewConstructorLinus Groh
2023-01-28LibJS: Add spec comments to CompletionLinus Groh
2023-01-28LibJS: Add spec comments to BooleanConstructorLinus Groh
2023-01-28LibJS: Add spec comments to BigIntPrototypeLinus Groh
2023-01-28LibJS: Add spec comments to ArrayConstructorLinus Groh
2023-01-28LibJS: Add spec comments to ArrayBufferConstructorLinus Groh
2023-01-28LibJS: Implement the thisBooleanValue AO and use it in BooleanPrototypeLinus Groh
2023-01-28LibGfx: Split ICC/Profile.{h,cpp} into several filesNico Weber
2023-01-28LibGfx: Bump copyright year in ICC/Profile.{h,cpp}Nico Weber
2023-01-28LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}Nico Weber
2023-01-28LibWeb: Add a few extra spec links to CanvasGradientMacDue
2023-01-28LibWeb: Throw exception if any canvas radial gradient radius is < 0MacDue
2023-01-28LibJS: Port Intl.DurationFormat to StringTimothy Flynn
2023-01-28LibJS: Port Intl.RelativeTimeFormat to StringTimothy Flynn
2023-01-28LibJS: Remove last use of DeprecatedString from Intl.MathematicalValueTimothy Flynn
2023-01-28LibLocale: Remove last use of DeprecatedString from LibLocaleTimothy Flynn
2023-01-28LibJS: Use String::join and String::trim in Temporal AOsTimothy Flynn
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibXML: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibWeb: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibWasm: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibVideo: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibTLS: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibRegex: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibPDF: Remove declarations for non-existent methodsSam Atkins
2023-01-27LibJS: Remove declarations for non-existent methodsSam Atkins