Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 year ago |
Shannon Booth
|
48f367adbb
LibWeb: Port get_element_by_id from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
Shannon Booth
|
4321606bba
LibWeb: Port Element interface from DeprecatedString
|
1 year ago |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
1 year ago |
Shannon Booth
|
e5e4920e66
LibWeb: Make Element::has_attribute_ns take a StringView
|
1 year ago |
Aliaksandr Kalenik
|
35623ad52e
LibWeb: Visit IntersectionObserverRegistration instead of using Handle
|
1 year ago |
Shannon Booth
|
47514e07b4
LibWeb: Make Element attribute getters take a StringView
|
1 year ago |
Shannon Booth
|
3458a53cb4
LibWeb: Make Element::get_elements_by_class_name take a StringView
|
1 year ago |
Shannon Booth
|
79f97da4b4
LibWeb: Make Element::has_attribute take a StringView
|
1 year ago |
Shannon Booth
|
52fccae654
LibWeb: Make Element::set_inner_html take a StringView
|
1 year ago |
Shannon Booth
|
ab674f3bf6
LibWeb: Make Element::remove_attribute take a StringView
|
1 year ago |
Shannon Booth
|
fc7f79e0e7
LibWeb: Use Element::namespace_ instead of ELement::namespace_uri
|
1 year ago |
Shannon Booth
|
3bd04d2c58
LibWeb: Port Attr interface from DeprecatedString to String
|
1 year ago |
Aliaksandr Kalenik
|
dd7bba66ed
LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable`
|
1 year ago |
Aliaksandr Kalenik
|
ee50d9b2b5
LibWeb: Update Page to use navigables
|
1 year ago |
Timothy Flynn
|
b602ee7ddd
LibWeb: Implement automatic slottable assignment
|
1 year ago |
Timothy Flynn
|
45b36bd08a
LibWeb: Introduce the slottable concept for DOM elements and text nodes
|
1 year ago |
Timothy Flynn
|
b85a252753
LibWeb: Implement the attribute-change-steps extension
|
1 year ago |
Timothy Flynn
|
54b5a431a3
LibWeb: Implement element slot-related attributes and settings
|
1 year ago |
Timothy Flynn
|
f598a357ad
LibWeb: Assign a unique ID to each HTML task
|
1 year ago |
Sam Atkins
|
f3124c492b
LibWeb: Add `display: math`
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
bcb6851c07
LibWeb: Port Text interface from DeprecatedString to String
|
1 year ago |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 year ago |
Shannon Booth
|
a53459192f
LibWeb: Add Optional<String> overload for Element::set_attribute
|
1 year ago |
Timothy Flynn
|
f05d291b41
LibWeb: Use the spec-mandated set-value when setting an attribute
|
1 year ago |
Timothy Flynn
|
5ec76331e8
LibWeb: Invoke our internal attribute change handler from Attr
|
1 year ago |
Timothy Flynn
|
2d97dd019e
LibWeb: Use the spec-mandated change-attribute when setting an attribute
|
1 year ago |