summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools/CodeGenerators/LibWeb
AgeCommit message (Expand)Author
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: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-26CodeGenerators: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-22Meta: Register CanvasGradient as a platform objectMacDue
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-14LibWeb: Implement value_id_from_string by hash lookupBen Wiederhake
2023-01-10LibWeb: Ensure legacy constructors are defined on the global objectTimothy Flynn
2023-01-10LibWeb: Generate exposed Window/Worker interfaces as lazy objectsTimothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-09LibWeb+WebContent: Use new String class in CSS::StyleValuemartinfalisse
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
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-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
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
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibWeb: Add @@toStringTag to platform object prototypesLuke Wilde
2022-11-23LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.hAndreas Kling
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-20LibWeb: Remove dbgln FIXME spam from BindingsGeneratorLinus Groh
2022-10-20LibWeb: Revert support for DOM::Document in XHR::send()Kenneth Myhra
2022-10-20LibWeb: Teach IDL generator to go from WindowProxy to EventTargetAndreas Kling
2022-10-20LibWeb: Prevent GC from running during intrinsics allocationAndreas Kling
2022-10-16LibWeb: Add support for DOM::Document to XHR::send()Kenneth Myhra
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-09LibWeb: Add new code generator for creating exposed interface helpersAndrew Kaster
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-06BindingsGenerator+LibWeb: Pass a VM to static IDL-based functionsSam Atkins
2022-10-06BindingsGenerator+LibIDL: Parse "inherit" attributesSam Atkins
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-10-04BindingsGenerator: Allow the word "inline" in IDL identifiersAndreas Kling