Andrew Kaster
|
62a8c26b73
|
LibWeb: Remove unecessary dependence on Window from Geometry classes
These classes only needed Window to get at its realm. Pass a realm
directly to construct Geometry classes.
|
2022-10-01 21:05:32 +01:00 |
|
Andreas Kling
|
57db2529cf
|
LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated
|
2022-09-06 00:27:09 +02:00 |
|
DerpyCrabs
|
2f828231c4
|
LibWeb: Implement Geometry::DOMRectList
Implement DOMRectList that is used as a return type of
getClientRects functions on Element and Range.
|
2022-02-12 22:43:10 +01:00 |
|