summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
2023-05-13LibWeb: Capture realm in dictionary to C++ conversionLuke Wilde
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-05-06LibWeb: Propagate errors from parse_css_value and property_initial_valueSam Atkins
2023-04-30Lagom: Enforce GC-allocated fields are visited in LibJSGCVerifierMatthew Olsson
2023-04-30Lagom: Enforce uniform calls to Base::visit_edges in LibJSGCVerifierMatthew Olsson
2023-04-28LibWeb: Allow specifying a URL for an SVG fillMacDue
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-27LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader typeMatthew Olsson
2023-04-27IPCMagicLinter: Port to `Core::File`Lucas CHOLLET
2023-04-27IPCMagicLinter: Use `LibMain`Lucas CHOLLET
2023-04-21LibWeb: Return typed array and ArrayBuffer for BufferSource in IDL unionLuke Wilde
2023-04-18Meta: Move more common flags to common_compile_options.cmakeNico Weber
2023-04-17LibWeb: Properly reject abrupt completion in clean_up_on_returnMatthew Olsson
2023-04-15LibJS: Port iterator_step() to GCPtrLinus Groh
2023-04-14Lagom: Add an option for standalone fuzzers to BuildFuzzers.shTim Schumacher
2023-04-14LibJS: Port Value::get_method() to GCPtrLinus Groh
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-13LibLocale: Prepare locale data generator for breaking changes in CLDR 43Timothy Flynn
2023-04-13LibJS: Make well-known symbol getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-12Fuzzers: Stop loading audio frames once the end is reachedTim Schumacher
2023-04-09ConfigureComponents: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-08Fuzzers: Add a WebP fuzzerNico Weber
2023-04-07LibWeb: Implement VideoTrack and VideoTrackListTimothy Flynn
2023-04-06LibWeb: Add the WritableStreamDefaultWriter interfaceMatthew Olsson
2023-04-06LibWeb: Implement the HTMLConstructor extended attributeLuke Wilde
2023-04-06LibWeb: Implement the CEReactions extended attributeLuke Wilde
2023-04-06LibWeb: Support returning a callback function in IDLLuke Wilde
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2023-04-03Meta: Lazily initialize initial property valuesMacDue
2023-04-01LibWeb: Add ReadableStream.locked/cancel()/getReader()Matthew Olsson
2023-04-01IDLGenerators: Support nullable double valuesMatthew Olsson
2023-03-30Lagom: Add targets for `lzcat`, `xzcat` and `tar`Tim Schumacher
2023-03-26LibHTTP+WebDriver+WebServer: Return error from HTTP request parserAliaksandr Kalenik
2023-03-25Meta: Add "gunzip" and "gzip" to lagom buildNico Weber
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-23LibWeb: Implement the `[Default] object toJSON()` operationLuke Wilde
2023-03-23LibWeb: Return TypeError for [HTMLConstructor] IDL constructorsSrikavin Ramkumar
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-20LibWeb: Make [PutForwards] work together with [ImplementedAs]Simon Wanner
2023-03-20Lagom: Add a fuzzer for LZMA decompressionTim Schumacher
2023-03-19Fuzzers: Use correct type name in FuzzilliJs fuzzerAndrew Kaster
2023-03-19Meta: Specify a working directory for the FLAC spec test on Lagomkleines Filmröllchen
2023-03-19Meta: Move global VM creation to fuzzer "global" structureTimothy Flynn
2023-03-18Fuzzers: Skip trying to parse invalid UTF-8 in LibJS FuzzersAndrew Kaster