summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools
AgeCommit message (Expand)Author
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-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-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-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-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-29LibWeb: Add @@toStringTag own property on wrappersAndreas Kling
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-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