summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-12LibUnicode: Parse and generate per-locale plural rangesTimothy Flynn
2022-07-11LibWeb/IDL: Add support for optional sequencesLuke Wilde
2022-07-08LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategoryTimothy Flynn
2022-07-08LibJS+LibUnicode: Do not generate the PluralCategory enumTimothy Flynn
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra
2022-07-08LibJS: Use Intl.PluralRules within Intl.RelativeFormatTimothy Flynn
2022-07-08LibUnicode: Generate a list of available plural categories per localeTimothy Flynn
2022-07-08LibUnicode: Parse and generate per-locale plural rules from the CLDRTimothy Flynn
2022-07-06LibUnicode: Generate per-region week dataTimothy Flynn
2022-07-06LibUnicode: Generate per-locale text layout informationTimothy Flynn
2022-07-06LibTimeZone: Parse and generate a list of time zones used by regionTimothy Flynn
2022-07-06Meta: Build select Services in LagomAndrew Kaster
2022-07-06Meta: Rename Lagom library target names from LagomFoo to LibFooAndrew Kaster
2022-07-06LibWeb: Replace all uses of -'s and ::'s when running the IDL generatorDexesTTP
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-05LibWeb: Implement XMLSerializerLuke Wilde
2022-07-01LibUnicode: Generate data about DurationFormat-required units as wellIdan Horowitz
2022-07-01LibUnicode: Extract the timeSeparator numeric symbol from CLDRIdan Horowitz
2022-06-29LibWeb: Return instead of throwing on unknown enums in attribute settersLuke Wilde
2022-06-13LibWeb: Add the ability to retrieve a WebGL context from getContextLuke Wilde
2022-06-13LibWeb: Introduce the WebGL namespace and add WebGLContextEventLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning JS::Object from IDL functionsLuke Wilde
2022-06-13LibWeb/IDL: Make inner type of typedef inherit nullable attributeLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning nullable sequence typesLuke Wilde
2022-06-13LibWeb/IDL: Add support for optional enumsLuke Wilde
2022-06-13LibWeb/IDL: Add support for returning dictionariesLuke Wilde
2022-06-13LibWeb/IDL: Always throw an error if string does not match an enum valueLuke Wilde
2022-06-13LibWeb/IDL: Respect type of IDL constantsLuke Wilde
2022-06-13LibWeb/IDL: Implement returning union types from IDL functionsLuke Wilde
2022-06-06LibWeb: Teach IDLParser about `long long`stelar7
2022-05-30Lagom/Fuzzers: Add CSS parser fuzzerLuke Wilde
2022-05-30Lagom/Fuzzers: Add XML parser fuzzerLuke Wilde
2022-05-29Lagom: Compile headless-browser on Lagom :^)DexesTTP
2022-05-29Lagom: Build LibWeb on LagomDexesTTP
2022-05-29Lagom: Disable the unused-private-field warning on Lagom's clang buildsDexesTTP
2022-05-29Lagom: Compile LibWebSocket on LagomDexesTTP
2022-05-29Lagom: Compile all sources of LibGfxDexesTTP
2022-05-25Lagom: Fix leaks in the IDL Wrapper generatorDexesTTP
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-21Meta: Add Brotli fuzzerMichiel Visser
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser
2022-05-14Meta: Move compiler flags into standalone CMake filesLinus Groh
2022-04-21LibAudio+Userland: Use new audio queue in client-server communicationkleines Filmröllchen
2022-04-18LibWeb: Generate some metadata about transform functionsSam Atkins
2022-04-18LibWeb: Generate TransformFunction to/from string functionsSam Atkins
2022-04-18LibWeb: Add code generator for CSS transform functionsSam Atkins
2022-04-17Tests: Implement reference image testing for LibGLJelle Raaijmakers
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins