Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 year ago |
Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 year ago |
Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
1 year ago |
Luke Wilde
|
6231aee761
LibWeb: Add missing DOMRectList::visit_edges
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Luke Wilde
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
2 years ago |
Kenneth Myhra
|
9b190b9509
LibWeb: Make factory method of Geometry::DOMRectList fallible
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
af75493883
LibWeb: Move passing of Web object prototypes out of constructors
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Andrew Kaster
|
62a8c26b73
LibWeb: Remove unecessary dependence on Window from Geometry classes
|
2 years ago |
Andreas Kling
|
57db2529cf
LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated
|
2 years ago |
DerpyCrabs
|
2f828231c4
LibWeb: Implement Geometry::DOMRectList
|
3 years ago |