summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/LibWeb/BindingsGenerator
AgeCommit message (Expand)Author
2023-03-08LibWeb: Move generated #include statement for iterators out of loopKenneth Myhra
2023-03-07LibWeb/HTML: Port Window.structuredClone() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.performance to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.event to IDLLinus Groh
2023-03-07LibWeb: Generate setter for [Replaceable] IDL attributesLinus Groh
2023-03-07LibWeb: Support interfaces with the [Global] extended attributeLinus Groh
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05LibWeb: Remove unused SourceGenerator mappingsLinus Groh
2023-03-05LibWeb: Don't use C++ name for error messages in generated bindingsLinus Groh
2023-03-05LibWeb: Use 'Base::initialize()' in generated bindingsLinus Groh
2023-03-03LibWeb: Fix duplicate enum-to-string conversion in generated codeLinus Groh
2023-03-01LibWeb: Handle optional return values for getters returning new StringKenneth Myhra
2023-03-01LibWeb: Add new String support for parameters with empty string defaultsKenneth Myhra
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-27LibWeb: Make [UseNewAKString] work for enums and stringifiersLuke Wilde
2023-02-26BindingsGenerator: Use JS::Value::to_string() when new StringKenneth Myhra
2023-02-26BindingsGenerator: Conditionally check dictionary member is stringKenneth Myhra
2023-02-23BindingsGenerator: Release value setting members of dictionaryKenneth Myhra
2023-02-23BindingsGenerator: Pass optional values as 'sv' to String::from_utf8()Kenneth Myhra
2023-02-23BindingsGenerator: Allow stringifier to return DOMException if neededKenneth Myhra
2023-02-22LibWeb: Allow prototype.{entries keys,value} to propagate errorsKenneth Myhra
2023-02-22LibWeb: Allow EventListener/NodeFilter path to propagate errorsKenneth Myhra
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-18LibWeb: Convert FormData to String and Vector storageLuke Wilde
2023-02-18LibWeb: Add an extended attribute that makes interfaces use AK::StringLuke Wilde
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-12LibWeb: Introduce the FormData interface from the XHR specificationKenneth Myhra
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-02-03Meta: Register CanvasPattern as a platform objectMacDue
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-22Meta: Register CanvasGradient as a platform objectMacDue
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Convert Promise::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-13BindingsGenerator+CMake: Keep track of IDL dependenciesDaniel Bertalan
2022-12-13BindingsGenerator: Write generated code to disk instead of stdoutDaniel Bertalan
2022-12-10LibWeb: Add namespace qualifier to type names equal to a C++ namespaceLuke Wilde
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh