summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
2022-03-31LibPDF: Move font files into their own directoryMatthew Olsson
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-31LibWeb: Add support for IDL callback functionsIdan Horowitz
2022-03-31LibWeb: Support non-interface top-level extended attributesIdan Horowitz
2022-03-31LibWeb: Add support for IDL typedefsIdan Horowitz
2022-03-31LibWeb: Stop generating C++ includes for non-code-generating IDL filesIdan Horowitz
2022-03-30LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35Timothy Flynn
2022-03-30LibWeb: Stop casting unsigned long IDL return values to i32Idan Horowitz
2022-03-30LibWeb: Support IDL optional integer argumentsIdan Horowitz
2022-03-29markdown-check: Port to LibMainKenneth Myhra
2022-03-29LibWeb: Add @@toStringTag own property on wrappersAndreas Kling
2022-03-29Tests: Add a basic UTF-8 to UTF-8 LibTextCodec testKarol Kosek
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-28Meta: Refactor the IPC-compiler and port it to LibMainHendiadyoin1
2022-03-26Meta: Add range checking to all numeric CSS typesSam Atkins
2022-03-25LibWeb: Mark CSS properties as not affecting stacking context by defaultAndreas Kling
2022-03-22LibWeb: Support IDL default values of "null" for optional argumentsTimothy Flynn
2022-03-21LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributesTimothy Flynn
2022-03-21LibWeb: Support generating IDL float typesTimothy Flynn
2022-03-21LibWeb: Only invalidate stacking context tree for opacity/z-index changeAndreas Kling
2022-03-20Lagom: Build with -fsigned-charNico Weber
2022-03-19Meta: Error out on find_program errors with CMake less than 3.18Brian Gianforcaro
2022-03-19LibWeb: Handle nullish this_value when creating idl functionsstelar7
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-16LibWeb: Annotate which CSS properties may affect layoutAndreas Kling
2022-03-16Meta: Use the ImplementedAs value in the attribute settersin-ack
2022-03-13LibWeb: Make CSS::property_initial_value() use an Array internallyAndreas Kling
2022-03-10Meta: Port Generate_CSS_PropertyID_cpp to LibMain/Core::StreamSam Atkins
2022-03-10Meta: Port Generate_CSS_PropertyID_h to LibMain/Core::StreamSam Atkins
2022-03-10Meta: Port Generate_CSS_ValueID_cpp to LibMain/Core::StreamSam Atkins
2022-03-10Meta: Port Generate_CSS_ValueID_h to LibMain/Core::StreamSam Atkins
2022-03-09Meta: Generate functions for validating media-query valuesSam Atkins
2022-03-09LibWeb+Meta: Stop discrete media-features from parsing as rangesSam Atkins
2022-03-09Meta: Generate CSS::MediaFeatureID enumSam Atkins
2022-03-09Meta: Move title/camel_casify() functions into their own fileSam Atkins
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-03-05LibWeb: Add a very basic and ad-hoc version of IDL overload resolutionIdan Horowitz
2022-02-26Lagom/Fuzzers: Add MP3 fuzzerLuke Wilde
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-24LibWeb: Allow Angle/Frequency/Resolution/Time values for CSS propertiesSam Atkins
2022-02-23LibTest+Spreadsheet: Add some basic spreadsheet runtime behaviour testsAli Mohammad Pur
2022-02-21Lagom: Port LibSyntaxFiliph Sandström
2022-02-20Fuzzers: Avoid unnecessary ByteBuffer copies in FuzzWAVLoaderAndrew Kaster
2022-02-20Lagom: Add two-stage build for Fuzzers to enable fuzzing generated codeAndrew Kaster
2022-02-20LibWeb: Add AbortSignal as a wrappable typeLuke Wilde
2022-02-20LibWeb: Add support for dictionary types to union typesLuke Wilde
2022-02-20LibWeb: Add dictionary types to idl_type_name_to_cpp_typeLuke Wilde
2022-02-20LibWeb: Add support for optional, non-nullable wrapper typesLuke Wilde