ladybird/Userland/Libraries/LibWeb/WebIDL
Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector
This class had slightly confusing semantics and the added weirdness
doesn't seem worth it just so we can say "." instead of "->" when
iterating over a vector of NNRPs.

This patch replaces NonnullRefPtrVector<T> with Vector<NNRP<T>>.
2023-03-06 23:46:35 +01:00
..
AbstractOperations.cpp
AbstractOperations.h LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSE 2023-02-16 14:32:22 +01:00
CallbackType.cpp LibWeb: Visit CallbackType's stored EnvironmentSettingsObject reference 2023-02-27 20:49:00 +01:00
CallbackType.h
DOMException.cpp LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2023-01-29 00:02:45 +00:00
DOMException.h LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2023-01-29 00:02:45 +00:00
DOMException.idl
ExceptionOr.h LibWeb/WebIDL: Store SimpleException message as a String{,View} variant 2023-03-03 19:50:36 +00:00
OverloadResolution.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
OverloadResolution.h
Promise.cpp LibWeb: Clarify WebIDL::Promise as an alias for JS::PromiseCapability 2023-02-13 12:11:32 +00:00
Promise.h LibJS+LibWeb: Add a bunch of missing includes 2023-03-06 13:05:43 +00:00