summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools
AgeCommit message (Expand)Author
2021-09-15Meta: Define and use lagom_tool() CMake helper function for all ToolsAndrew Kaster
2021-09-14LibWeb: Add the URL::searchParams attributeIdan Horowitz
2021-09-14LibWeb: Allow IDL attribute setters to throw DOMExceptionsIdan Horowitz
2021-09-14LibWeb: Consume the extra whitespace in stringifier attributesIdan Horowitz
2021-09-13LibWeb: Generate CSS::{first,last}_property_id constantsAndreas Kling
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-13LibWeb: Add support for generating a stringifier method/attributeIdan Horowitz
2021-09-13LibWeb: Escape reserved names of generated wrapper functionsIdan Horowitz
2021-09-12LibWeb: Generate CSS::property_has_quirk() functionSam Atkins
2021-09-12LibWeb: Expose the location object via Document.locationLuke Wilde
2021-09-12LibWeb: Add full support for optional and nullable to IDL string typesLuke Wilde
2021-09-12LibWeb: Add support for the IDL any typeLuke Wilde
2021-09-12LibWeb: Use ErrorType::NotAnObjectOfType instead of NotATimothy Flynn
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-09-11LibUnicode: Generate numeric keyword values for each localeTimothy Flynn
2021-09-08LibUnicode: Fix typo in listPatterns.json parsing methodTimothy Flynn
2021-09-06LibUnicode: Remove Unicode locale variants from CLDR path namesTimothy Flynn
2021-09-06LibUnicode: Parse and generate the Unicode locale list patterns datasetTimothy Flynn
2021-09-06LibUnicode: Extract cldr-misc dataset from CLDR databaseTimothy Flynn
2021-09-06LibUnicode: Sort special casing array by locale specificityTimothy Flynn
2021-09-06LibUnicode: Generate canonical combining class in Unicode dataTimothy Flynn
2021-09-04LibUnicode: Generate an implementation of the Add Likely Subtags methodTimothy Flynn
2021-09-04LibUnicode: Generate the entire locale likely-subtags datasetTimothy Flynn
2021-09-03LibWeb: Add support for IDL static functionsLuke Wilde
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-09-01LibUnicode: Generate Unicode locale likely subtag dataTimothy Flynn
2021-09-01LibUnicode: Generate complex Unicode locale alias matchingTimothy Flynn
2021-09-01LibUnicode: Generate Unicode locale alias dataTimothy Flynn
2021-09-01LibUnicode: Extract cldr-core dataset from CLDR databaseTimothy Flynn
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster