summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/AudioConstructor.cpp
AgeCommit message (Expand)Author
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-10LibWeb: Convert uses of cached_web_prototype to ensure_web_prototypeTimothy Flynn
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-01LibWeb: Use prototype and constructor methods from new IntrinsicsAndrew Kaster
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-06LibWeb: Use cached_web_prototype() as much as possibleAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-04-04LibWeb: Use correct global object in legacy factoriesIgor Pissolati
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-26LibWeb: Implement the legacy Audio factory functionLuke Wilde