index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
/
Lagom
/
Tools
/
CodeGenerators
/
LibWeb
/
BindingsGenerator
Age
Commit message (
Expand
)
Author
2023-03-08
LibWeb: Move generated #include statement for iterators out of loop
Kenneth Myhra
2023-03-07
LibWeb/HTML: Port Window.structuredClone() to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.performance to IDL
Linus Groh
2023-03-07
LibWeb/HTML: Port Window.event to IDL
Linus Groh
2023-03-07
LibWeb: Generate setter for [Replaceable] IDL attributes
Linus Groh
2023-03-07
LibWeb: Support interfaces with the [Global] extended attribute
Linus Groh
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
LibWeb: Remove unused SourceGenerator mappings
Linus Groh
2023-03-05
LibWeb: Don't use C++ name for error messages in generated bindings
Linus Groh
2023-03-05
LibWeb: Use 'Base::initialize()' in generated bindings
Linus Groh
2023-03-03
LibWeb: Fix duplicate enum-to-string conversion in generated code
Linus Groh
2023-03-01
LibWeb: Handle optional return values for getters returning new String
Kenneth Myhra
2023-03-01
LibWeb: Add new String support for parameters with empty string defaults
Kenneth Myhra
2023-02-28
Everywhere: Use '_{short_,}string' literals more
Linus Groh
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-27
LibWeb: Make [UseNewAKString] work for enums and stringifiers
Luke Wilde
2023-02-26
BindingsGenerator: Use JS::Value::to_string() when new String
Kenneth Myhra
2023-02-26
BindingsGenerator: Conditionally check dictionary member is string
Kenneth Myhra
2023-02-23
BindingsGenerator: Release value setting members of dictionary
Kenneth Myhra
2023-02-23
BindingsGenerator: Pass optional values as 'sv' to String::from_utf8()
Kenneth Myhra
2023-02-23
BindingsGenerator: Allow stringifier to return DOMException if needed
Kenneth Myhra
2023-02-22
LibWeb: Allow prototype.{entries keys,value} to propagate errors
Kenneth Myhra
2023-02-22
LibWeb: Allow EventListener/NodeFilter path to propagate errors
Kenneth Myhra
2023-02-21
LibWeb+LibIDL: Fix (or paper over) various const-correctness issues
Andreas Kling
2023-02-18
LibWeb: Convert FormData to String and Vector storage
Luke Wilde
2023-02-18
LibWeb: Add an extended attribute that makes interfaces use AK::String
Luke Wilde
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-12
LibWeb: Introduce the FormData interface from the XHR specification
Kenneth Myhra
2023-02-09
LibJS+LibWeb: Convert string view PrimitiveString instances to String
Timothy Flynn
2023-02-03
Meta: Register CanvasPattern as a platform object
MacDue
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-22
Meta: Register CanvasGradient as a platform object
MacDue
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-15
LibJS+Everywhere: Rename Value::to_string to to_deprecated_string
Timothy Flynn
2022-12-15
LibJS: Convert Object::construct() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Array::create{,_from}() to NonnullGCPtr
Linus Groh
2022-12-13
BindingsGenerator+CMake: Keep track of IDL dependencies
Daniel Bertalan
2022-12-13
BindingsGenerator: Write generated code to disk instead of stdout
Daniel Bertalan
2022-12-10
LibWeb: Add namespace qualifier to type names equal to a C++ namespace
Luke Wilde
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
[next]