Andreas Kling
|
8f82bd044b
LibWeb: Use FlyString for create_element() prefix strings
|
1 vuosi sitten |
Andreas Kling
|
1c62ee9396
LibWeb: Cache the "id" attribute value on DOM::Element as FlyString
|
1 vuosi sitten |
Ali Mohammad Pur
|
988c6568a9
LibWeb: Remove Element::set_attribute(name, value?)
|
1 vuosi sitten |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
1 vuosi sitten |
Karol Kosek
|
426b7ffa41
LibWeb: Don't include Window.h in Element.h and Document.h
|
1 vuosi sitten |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 vuosi sitten |
Shannon Booth
|
4321606bba
LibWeb: Port Element interface from DeprecatedString
|
1 vuosi sitten |
Shannon Booth
|
ff72436448
LibWeb: Add a FlyString version of Element::tag_name
|
1 vuosi sitten |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 vuosi sitten |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
1 vuosi sitten |
Shannon Booth
|
ebe01b51c8
LibWeb: Add a non-DeprecatedString version of Element::prefix()
|
1 vuosi sitten |
Shannon Booth
|
e5e4920e66
LibWeb: Make Element::has_attribute_ns take a StringView
|
1 vuosi sitten |
Shannon Booth
|
47514e07b4
LibWeb: Make Element attribute getters take a StringView
|
1 vuosi sitten |
Shannon Booth
|
3458a53cb4
LibWeb: Make Element::get_elements_by_class_name take a StringView
|
1 vuosi sitten |
Shannon Booth
|
79f97da4b4
LibWeb: Make Element::has_attribute take a StringView
|
1 vuosi sitten |
Shannon Booth
|
52fccae654
LibWeb: Make Element::set_inner_html take a StringView
|
1 vuosi sitten |
Shannon Booth
|
ab674f3bf6
LibWeb: Make Element::remove_attribute take a StringView
|
1 vuosi sitten |
Shannon Booth
|
3bd04d2c58
LibWeb: Port Attr interface from DeprecatedString to String
|
1 vuosi sitten |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
1 vuosi sitten |
Timothy Flynn
|
45b36bd08a
LibWeb: Introduce the slottable concept for DOM elements and text nodes
|
1 vuosi sitten |
Timothy Flynn
|
b85a252753
LibWeb: Implement the attribute-change-steps extension
|
1 vuosi sitten |
Timothy Flynn
|
54b5a431a3
LibWeb: Implement element slot-related attributes and settings
|
1 vuosi sitten |
Timothy Flynn
|
4e32f0d39f
LibWeb: Remove virtual specifier from Element::set/remove_attribute()
|
1 vuosi sitten |
Timothy Flynn
|
f598a357ad
LibWeb: Assign a unique ID to each HTML task
|
1 vuosi sitten |
Shannon Booth
|
6fb3586baa
LibWeb: Add Optional<String> version of Element::attribute
|
1 vuosi sitten |
Shannon Booth
|
0f6782fae6
LibWeb: Rename Element::attribute to Element::deprecated_attribute
|
1 vuosi sitten |
Shannon Booth
|
a53459192f
LibWeb: Add Optional<String> overload for Element::set_attribute
|
1 vuosi sitten |
Timothy Flynn
|
5ec76331e8
LibWeb: Invoke our internal attribute change handler from Attr
|
1 vuosi sitten |
Timothy Flynn
|
720f7ba746
LibWeb: Define getting and setting an attribute value
|
1 vuosi sitten |
Andreas Kling
|
76580bb9ba
LibWeb: Cache lowercased tag name for getElementsByTagName() iteration
|
1 vuosi sitten |