Age | Commit message (Expand) | Author |
2023-06-02 | LibWeb: Support infinite range for CSS properties | Sam Atkins |
2023-06-02 | LibWeb: Generate bounds-checking functions for CSS basic types | Sam Atkins |
2023-05-30 | LibWeb: Make 'optional BufferSource' IDL arguments actually optional | Ali Mohammad Pur |
2023-05-29 | LibWeb: Add CSS CompositeStyleValue | Ali Mohammad Pur |
2023-05-28 | headless-browser: Print a diff when a test failure occurs | Andreas Kling |
2023-05-27 | LibWeb: Add logical-alias-for in Properties.json | Karthik Karanth |
2023-05-27 | Meta: Fix unresolvable reference to WebIDL::OperationReturnsPromise | Matthew Olsson |
2023-05-27 | LibCore: Drop TestLibCoreIODevice | Ben Wiederhake |
2023-05-25 | LibWeb: Add CustomIdentStyleValue, along with parsing for it | Sam Atkins |
2023-05-25 | LibWeb: Stop generating now-unused `property_accepts_value()` function | Sam Atkins |
2023-05-25 | LibWeb: Make `property_id_from_string()` return Optional | Sam Atkins |
2023-05-25 | LibWeb: Make `value_id_from_string()` return Optional | Sam Atkins |
2023-05-25 | LibWeb: Generate `property_accepts_[identifier/type]()` functions | Sam Atkins |
2023-05-24 | LibTimeZone+Userland: Change timezone functions to use UnixDateTime | kleines Filmröllchen |
2023-05-24 | AK: Rename Time to Duration | kleines Filmröllchen |
2023-05-24 | Fuzzers: Unbreak FuzzHttpRequest | implicitfield |
2023-05-24 | Meta: Add GCC 13 and Clang 16 to compiler autodetection | Daniel Bertalan |
2023-05-24 | Meta+Documentation: Require Xcode 14.3 or Clang 14 for the host compiler | Daniel Bertalan |
2023-05-23 | test-fuzz: Add all the missing fuzzers | Tim Schumacher |
2023-05-23 | Lagom: Extract the list of fuzzing targets to a separate file | Tim Schumacher |
2023-05-22 | LibWeb: Stub AudioContext constructor | Luke Wilde |
2023-05-21 | LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors | Andreas Kling |
2023-05-21 | LibIPC: Remove redundant IPC::Dictionary type | Ben Wiederhake |
2023-05-21 | xml: Prefer LibFileSystem over DeprecatedFile | Ben Wiederhake |
2023-05-19 | IPCCompiler: Nicer error message for invalid template spelling | Ben Wiederhake |
2023-05-19 | Fuzzers: Add a fuzzer for roundtrip LZMA compression/decompression | Tim Schumacher |
2023-05-19 | LibUnicode: Explicitly mark HashMap copy | Ben Wiederhake |
2023-05-19 | LibLocale: Avoid unnecessary HashMap copy | Ben Wiederhake |
2023-05-18 | Meta: Build abench on Lagom | kleines Filmröllchen |
2023-05-13 | LibWeb: Capture realm in dictionary to C++ conversion | Luke Wilde |
2023-05-12 | LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr | Ben Wiederhake |
2023-05-09 | AK: Add the `Input` word to input-only buffered streams | Lucas CHOLLET |
2023-05-06 | LibWeb: Propagate errors from parse_css_value and property_initial_value | Sam Atkins |
2023-04-30 | Lagom: Enforce GC-allocated fields are visited in LibJSGCVerifier | Matthew Olsson |
2023-04-30 | Lagom: Enforce uniform calls to Base::visit_edges in LibJSGCVerifier | Matthew Olsson |
2023-04-28 | LibWeb: Allow specifying a URL for an SVG fill | MacDue |
2023-04-28 | AK+Everywhere: Disallow Error::from_string_view(FooString) | Ali Mohammad Pur |
2023-04-27 | LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader type | Matthew Olsson |
2023-04-27 | IPCMagicLinter: Port to `Core::File` | Lucas CHOLLET |
2023-04-27 | IPCMagicLinter: Use `LibMain` | Lucas CHOLLET |
2023-04-21 | LibWeb: Return typed array and ArrayBuffer for BufferSource in IDL union | Luke Wilde |
2023-04-18 | Meta: Move more common flags to common_compile_options.cmake | Nico Weber |
2023-04-17 | LibWeb: Properly reject abrupt completion in clean_up_on_return | Matthew Olsson |
2023-04-15 | LibJS: Port iterator_step() to GCPtr | Linus Groh |
2023-04-14 | Lagom: Add an option for standalone fuzzers to BuildFuzzers.sh | Tim Schumacher |
2023-04-14 | LibJS: Port Value::get_method() to GCPtr | Linus Groh |
2023-04-14 | LibJS: Port Value::to_object() to NonnullGCPtr | Linus Groh |
2023-04-13 | LibLocale: Prepare locale data generator for breaking changes in CLDR 43 | Timothy Flynn |
2023-04-13 | LibJS: Make well-known symbol getters return NonnullGCPtr | Linus Groh |
2023-04-13 | LibJS: Make intrinsics getters return NonnullGCPtr | Linus Groh |