Shannon Booth
|
c5d3ccca00
LibWeb: Port AriaData from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
6c42de3e8b
LibWeb: Port XMLSerializer from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
7ee47d81ca
LibWeb: Allocate custom element reactions queue on demand
|
1 year ago |
Andreas Kling
|
ac8bb89f50
LibWeb: Allocate list of registered intersection observers on demand
|
1 year ago |
Andreas Kling
|
bdac94870c
LibWeb: Convert Element "attribute change steps" from vector to virtual
|
1 year ago |
Andreas Kling
|
48dbec8a9e
LibWeb: Allocate storage for pseudo element layout nodes on demand
|
1 year ago |
Andreas Kling
|
37505d9746
LibWeb: Allocate storage for pseudo element custom properties on demand
|
1 year ago |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 year ago |
Aliaksandr Kalenik
|
6bed27cca9
LibWeb: Use border box rect in getBoundingClientRect()
|
1 year ago |
Aliaksandr Kalenik
|
ef71f46da6
LibWeb: Flesh out "scroll a target into view" spec implementation
|
1 year ago |
Shannon Booth
|
45b63b463a
LibWeb: Add Element::for_each_attribute(Function<void(Attr const&)>)
|
1 year ago |
Shannon Booth
|
ea2b733862
LibWeb: Port custom properties to FlyString
|
1 year ago |
Shannon Booth
|
7e9a40dbad
LibWeb: Port attribute change steps from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
b337b4370a
LibWeb: Port validate_and_extract from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
2f009d983b
LibWeb: Port Element::get_attribute_value from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
673e3ec57d
LibWeb: Port Element::set_attribute_value from DeprecatedString
|
1 year ago |
Shannon Booth
|
d00c030fce
LibWeb: Port Element::set_attribute_value namespace to FlyString
|
1 year ago |
Shannon Booth
|
19ca6f68ba
LibWeb: Expose NamedNodeMap::append_attribute in Element
|
1 year ago |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 year ago |
Andreas Kling
|
6b20a109c6
LibWeb: Pass DOM namespace strings as FlyString in more places
|
1 year ago |
Andreas Kling
|
8f82bd044b
LibWeb: Use FlyString for create_element() prefix strings
|
1 year ago |
Andreas Kling
|
f9cab320e6
LibWeb: Only propagate CSS overflow to the viewport once per tree build
|
1 year ago |
Andreas Kling
|
1c62ee9396
LibWeb: Cache the "id" attribute value on DOM::Element as FlyString
|
1 year ago |
Andreas Kling
|
6b580d68a3
LibWeb: Rename DOM::Node::id() to unique_id()
|
1 year ago |
Timothy Flynn
|
4e0a926737
LibWeb: Protect ad-hoc `scroll` against a potentially null paintable box
|
1 year ago |
Timothy Flynn
|
94e4d59a08
LibWeb: Remove use of UnicodeData header from DOM::Element
|
1 year ago |
Ali Mohammad Pur
|
0937d88869
LibWeb: Remove more DeprecatedString null state remnants
|
1 year ago |
Ali Mohammad Pur
|
988c6568a9
LibWeb: Remove Element::set_attribute(name, value?)
|
1 year ago |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |