summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
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
2022-04-14LibWeb: Use generated enum code for property value validationSam Atkins
2022-04-14LibWeb: Assign an underlying type to generated CSS enumsSam Atkins
2022-04-14LibWeb: Generate and use to_string(css_enum) functionsSam Atkins
2022-04-14LibWeb: Generate to_value_id() functionsSam Atkins
2022-04-14LibWeb: Generate ValueID-to-enum conversion functionsSam Atkins
2022-04-14LibWeb: Add a new code generator for CSS enumsSam Atkins
2022-04-12LibWeb: Move CSS Parser into new Web::CSS::Parser namespaceSam Atkins
2022-04-09Meta/Lagom: Add a fuzzer for the WOFF parserSimon Wanner
2022-04-09LibGfx: Add a loader the Web Open Font Format (WOFF)Simon Wanner
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/Simon Wanner
2022-04-08Meta: Add fuzzer for Poly1305stelar7
2022-04-06LibGL+LibGPU+LibSoftGPU: Load SoftGPU driver dynamicallyStephan Unverwerth
2022-04-05LibWeb: Verify argument_check before generating if statementKenneth Myhra
2022-04-05LibWeb: Get argument count from Function::parameters::size()Kenneth Myhra
2022-04-05LibWeb: Add IDLGenerators::is_primitive()Kenneth Myhra
2022-04-05js: Convert non-UTF-8 encoded files to UTF-8 before parsingTimothy Flynn
2022-04-03Tests: Add some test coverage for the TTF parserNico Weber
2022-04-03Meta: Give Lagom build errors colored diagnosticsNico Weber
2022-04-02Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02LibWeb: Include relevant headers in IDL constructor implementationsIdan Horowitz
2022-04-02LibWeb: Support integral default values for IDL unionsIdan Horowitz
2022-04-02LibWeb: Remove no-op calls to emit_includes_for_all_imports for headersIdan Horowitz
2022-04-02LibWeb: Strip double quotes from IDL enum default valuesIdan Horowitz
2022-04-02LibWeb: Cache and reuse resolved IDL imports instead of rejecting themIdan Horowitz
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31Fuzzers: Add a basic input shim when running standaloneTim Schumacher
2022-03-31CMake: Allow building fuzzing targets without libFuzzer or OSS-FuzzTim Schumacher
2022-03-31Meta: Rename Fuzzer flags to `ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}`Tim Schumacher