Tim Ledbetter
81d6cd497a
LibWeb: Validate AudioNode::disconnect()
input and output arguments
2025-01-09 11:34:38 +00:00
Tim Ledbetter
5c57acf140
LibWeb: Validate AudioParam context in AudioNode::connect()
...
An exception is now thown if an `AudioNode` attempts to connect to an
`AudioParam` from a different `BaseAudioContext`.
2025-01-09 11:34:38 +00:00
Tim Ledbetter
2edd0812ca
LibWeb: Validate AudioNode::connect()
input and output arguments
2025-01-09 11:34:38 +00:00
Tim Ledbetter
27dbe49f00
LibWeb: Initialize OfflineAudioContext
with correct defaults
2025-01-08 11:24:08 +00:00
Shannon Booth
f87041bf3a
LibGC+Everywhere: Factor out a LibGC from LibJS
...
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:
* JS::NonnullGCPtr -> GC::Ref
* JS::GCPtr -> GC::Ptr
* JS::HeapFunction -> GC::Function
* JS::CellImpl -> GC::Cell
* JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
Timothy Flynn
93712b24bf
Everywhere: Hoist the Libraries folder to the top-level
2024-11-10 12:50:45 +01:00