index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Geometry
Age
Commit message (
Expand
)
Author
2023-05-04
LibWeb: Don't divide by 0 in DOMMatrix::invert_self()
Nico Weber
2023-03-23
LibWeb: Remove FIXME for existing `[Default] object toJSON()`functions
Luke Wilde
2023-03-03
LibWeb/WebIDL: Store SimpleException message as a String{,View} variant
Linus Groh
2023-02-28
LibWeb: Restore proper functionality of legacy platform objects
Luke Wilde
2023-02-27
LibWeb: Add initial implementation of DOMMatrix(ReadOnly)
Luke Wilde
2023-02-22
LibWeb: Make factory method of Geometry::DOMRectReadOnly fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory methods of Geometry::DOMRect fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMRectList fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMPointReadOnly fallible
Kenneth Myhra
2023-02-22
LibWeb: Make factory method of Geometry::DOMPoint fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move passing of Web object prototypes out of constructors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-06
LibWeb: Implement DOMPoint/DOMPointReadOnly.fromPoint()
Sam Atkins
2022-10-06
LibWeb: Correct types in DOMPoint IDL files, and add FIXMEs
Sam Atkins
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from SVG classes
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from Geometry classes
Andrew Kaster
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-06
LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-07-12
LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly
Andreas Kling
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-12
LibWeb: Implement Geometry::DOMRectList
DerpyCrabs
2021-10-08
LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it
Andreas Kling
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling