Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
hace 1 año |
Andreas Kling
|
41f56b0df9
LibWeb: Let supported_property_names() return Vector<FlyString>
|
hace 1 año |
Shannon Booth
|
1defc4595b
LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root
|
hace 1 año |
Shannon Booth
|
629f661e3b
LibWeb: Port supported property names from DeprecatedString to String
|
hace 1 año |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
hace 1 año |
Shannon Booth
|
346825bd78
LibWeb: Remove unused DeprecatedFlyString include from HTMLCollection
|
hace 1 año |
Shannon Booth
|
b37aab1277
LibWeb: Port named_item_value from DeprecatedFlyString
|
hace 1 año |
Shannon Booth
|
d5409a056a
LibWeb: Port HTMLCollection from DeprecatedString to String
|
hace 1 año |
Shannon Booth
|
15944c5b26
LibWeb: Const qualify HTMLCollection::length
|
hace 1 año |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
hace 1 año |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
hace 1 año |
Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
hace 2 años |
Luke Wilde
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
hace 2 años |
Kenneth Myhra
|
ff875d353b
LibWeb: Make factory method of DOM::HTMLCollection fallible
|
hace 2 años |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
hace 2 años |
Timothy Flynn
|
af75493883
LibWeb: Move passing of Web object prototypes out of constructors
|
hace 2 años |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
hace 2 años |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
hace 2 años |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
hace 2 años |
Andreas Kling
|
2bba97964b
LibWeb: Make HTMLCollection and subclasses GC-allocated
|
hace 2 años |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
hace 2 años |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
hace 2 años |
Timothy Flynn
|
5133491714
LibWeb: Expose HTMLCollection's root element to its subclasses
|
hace 3 años |
Luke Wilde
|
37347cbcb6
LibWeb: Convert HTMLCollection to use IDL special operations
|
hace 3 años |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
hace 4 años |
Andreas Kling
|
e4df1b223f
LibWeb: Implement a slow but functional HTMLCollection :^)
|
hace 4 años |