summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools
AgeCommit message (Expand)Author
2023-06-02LibWeb: Support infinite range for CSS propertiesSam Atkins
2023-06-02LibWeb: Generate bounds-checking functions for CSS basic typesSam Atkins
2023-05-30LibWeb: Make 'optional BufferSource' IDL arguments actually optionalAli Mohammad Pur
2023-05-29LibWeb: Add CSS CompositeStyleValueAli Mohammad Pur
2023-05-27LibWeb: Add logical-alias-for in Properties.jsonKarthik Karanth
2023-05-27Meta: Fix unresolvable reference to WebIDL::OperationReturnsPromiseMatthew Olsson
2023-05-25LibWeb: Add CustomIdentStyleValue, along with parsing for itSam Atkins
2023-05-25LibWeb: Stop generating now-unused `property_accepts_value()` functionSam Atkins
2023-05-25LibWeb: Make `property_id_from_string()` return OptionalSam Atkins
2023-05-25LibWeb: Make `value_id_from_string()` return OptionalSam Atkins
2023-05-25LibWeb: Generate `property_accepts_[identifier/type]()` functionsSam Atkins
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-22LibWeb: Stub AudioContext constructorLuke Wilde
2023-05-21LibWeb+LibJS: Don't lazily construct web prototypes in cell constructorsAndreas Kling
2023-05-21LibIPC: Remove redundant IPC::Dictionary typeBen Wiederhake
2023-05-19IPCCompiler: Nicer error message for invalid template spellingBen Wiederhake
2023-05-19LibUnicode: Explicitly mark HashMap copyBen Wiederhake
2023-05-19LibLocale: Avoid unnecessary HashMap copyBen Wiederhake
2023-05-13LibWeb: Capture realm in dictionary to C++ conversionLuke Wilde
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-17LibWeb: Properly reject abrupt completion in clean_up_on_returnMatthew Olsson
2023-04-15LibJS: Port iterator_step() to GCPtrLinus Groh
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-09ConfigureComponents: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
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-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-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