scorpion-26
|
d00adabc3c
LibWeb: Preserve order of HTMLCollection property names
|
10 月之前 |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
10 月之前 |
Shannon Booth
|
9b1af542e7
Bindings: Implement is_supported_property_index in terms of item_value
|
1 年之前 |
Shannon Booth
|
c5c1a8fcc7
Bindings: Make item_value return an Optional<JS::Value>
|
1 年之前 |
Shannon Booth
|
9b59dc5e8b
Bindings: Remove exception handling for named_item_value
|
1 年之前 |
Shannon Booth
|
081c92bf3d
Bindings: Remove exception handling for named_item
|
1 年之前 |
Andreas Kling
|
4d78c66b3d
LibWeb: Cache name->element mappings in HTMLCollection
|
1 年之前 |
Matthew Olsson
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
1 年之前 |
Shannon Booth
|
baaaa0008e
LibWeb: Look for first ID _or_ name in HTMLCollection::named_item
|
1 年之前 |
Shannon Booth
|
cdd0038c9e
LibWeb: Factor out a method to update the cached elements
|
1 年之前 |
Shannon Booth
|
897f55ca8a
LibWeb: Use NonnullGCPtr for HTMLCollection::collect_matching_elements
|
1 年之前 |
Shannon Booth
|
8fa0730b84
LibWeb: Remove resolved FIXME about caching in HTMLCollection
|
1 年之前 |
Andreas Kling
|
6bb4a2bfaa
LibWeb: Let HTMLCollection cache its element list
|
1 年之前 |
Andrew Kaster
|
521ed0e911
LibWeb: Delete LegacyPlatformObject and move behavior to PlatformObject
|
1 年之前 |
Andreas Kling
|
41f56b0df9
LibWeb: Let supported_property_names() return Vector<FlyString>
|
1 年之前 |
Shannon Booth
|
1defc4595b
LibWeb: Make LiveNodeList store a NonnullGCPtr<Node const> root
|
1 年之前 |
Shannon Booth
|
629f661e3b
LibWeb: Port supported property names from DeprecatedString to String
|
1 年之前 |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 年之前 |
Shannon Booth
|
346825bd78
LibWeb: Remove unused DeprecatedFlyString include from HTMLCollection
|
1 年之前 |
Shannon Booth
|
b37aab1277
LibWeb: Port named_item_value from DeprecatedFlyString
|
1 年之前 |
Shannon Booth
|
d5409a056a
LibWeb: Port HTMLCollection from DeprecatedString to String
|
2 年之前 |
Shannon Booth
|
15944c5b26
LibWeb: Const qualify HTMLCollection::length
|
1 年之前 |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 年之前 |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
2 年之前 |
Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 年之前 |
Luke Wilde
|
54f58e2662
LibWeb: Restore proper functionality of legacy platform objects
|
2 年之前 |
Kenneth Myhra
|
ff875d353b
LibWeb: Make factory method of DOM::HTMLCollection fallible
|
2 年之前 |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 年之前 |
Timothy Flynn
|
af75493883
LibWeb: Move passing of Web object prototypes out of constructors
|
2 年之前 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 年之前 |