summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Geometry
AgeCommit message (Expand)Author
2023-03-23LibWeb: Remove FIXME for existing `[Default] object toJSON()`functionsLuke Wilde
2023-03-03LibWeb/WebIDL: Store SimpleException message as a String{,View} variantLinus Groh
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-27LibWeb: Add initial implementation of DOMMatrix(ReadOnly)Luke Wilde
2023-02-22LibWeb: Make factory method of Geometry::DOMRectReadOnly fallibleKenneth Myhra
2023-02-22LibWeb: Make factory methods of Geometry::DOMRect fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMRectList fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMPointReadOnly fallibleKenneth Myhra
2023-02-22LibWeb: Make factory method of Geometry::DOMPoint fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
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
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-06LibWeb: Implement DOMPoint/DOMPointReadOnly.fromPoint()Sam Atkins
2022-10-06LibWeb: Correct types in DOMPoint IDL files, and add FIXMEsSam Atkins
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
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-09-06LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocatedAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-07-12LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnlyAndreas Kling
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-09-27LibWeb: Add DOMRect and Element.getBoundingClientRect()Andreas Kling