ladybird/Libraries/LibWeb/WebIDL
Tim Ledbetter 1f57df34f1 LibWeb: Update WebIDL::invoke_callback() to follow the latest spec
`WebIDL::invoke_callback()` now takes an `exception_behavior`
parameter, which can be set to `report` to report an exception before
returning. Setting `exception_behavior` to `rethrow` retains the
previous behavior.
2024-12-19 15:25:08 +00:00
..
AbstractOperations.cpp LibWeb: Update WebIDL::invoke_callback() to follow the latest spec 2024-12-19 15:25:08 +00:00
AbstractOperations.h LibWeb: Update WebIDL::invoke_callback() to follow the latest spec 2024-12-19 15:25:08 +00:00
Buffers.cpp
Buffers.h
CallbackType.cpp LibWeb: Move ad hoc CallbackType helper method to CallbackType header 2024-12-11 15:11:21 +01:00
CallbackType.h LibWeb: Move ad hoc CallbackType helper method to CallbackType header 2024-12-11 15:11:21 +01:00
DOMException.cpp LibWeb: Add serialization and deserilization steps to DOMException 2024-11-24 11:11:44 +01:00
DOMException.h LibWeb: Add serialization and deserilization steps to DOMException 2024-11-24 11:11:44 +01:00
DOMException.idl
ExceptionOr.h
Function.idl
ObservableArray.cpp
ObservableArray.h
OverloadResolution.cpp LibWeb: Implement overload resolution for sequence types 2024-11-23 02:38:21 +00:00
OverloadResolution.h
Promise.cpp LibWeb: Remove dom_ from dom_exception_to_throw_completion 2024-12-09 20:02:51 -07:00
Promise.h
Tracing.cpp
Tracing.h
Types.h LibWeb: Redefine WebIDL types in terms of Infra spec 2024-12-05 17:34:13 +01:00