summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Geometry/DOMRectList.h
AgeCommit message (Expand)Author
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-22LibWeb: Make factory method of Geometry::DOMRectList fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocatedAndreas Kling
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs