Shannon Booth
|
562e0d710c
LibWeb: Port ProcessingInstruction from ByteString
|
před 1 rokem |
Shannon Booth
|
d8759d9656
LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData
|
před 1 rokem |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
před 1 rokem |
Shannon Booth
|
83758d4cdd
LibWeb: Wrap PseudoElements stored in SimpleSelector in a class
|
před 1 rokem |
Timothy Flynn
|
18a4455d43
LibWeb: Do not assume a shadow root has a host
|
před 1 rokem |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
před 1 rokem |
Andreas Kling
|
cc9de38ea4
LibWeb: Fix null pointer dereference in DOM::Node::remove()
|
před 1 rokem |
Shannon Booth
|
6c42de3e8b
LibWeb: Port XMLSerializer from DeprecatedString to String
|
před 1 rokem |
Andreas Kling
|
9edfd5e360
LibWeb: Only allocate DOM::Node registered observer list on demand
|
před 1 rokem |
Shannon Booth
|
eca9874e56
LibWeb: Port Element::attribute_changed from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
před 1 rokem |
Shannon Booth
|
a8fd4fab00
LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString
|
před 1 rokem |
Shannon Booth
|
326b34c7c7
LibWeb: Port all callers of Element::namespace to Element::namespace_uri
|
před 1 rokem |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
před 1 rokem |
Andreas Kling
|
8f82bd044b
LibWeb: Use FlyString for create_element() prefix strings
|
před 1 rokem |
Timothy Flynn
|
f3e14d7f64
LibWeb: Use correct variable when handling slottables in node insertion
|
před 1 rokem |
Andreas Kling
|
6b580d68a3
LibWeb: Rename DOM::Node::id() to unique_id()
|
před 1 rokem |
Andreas Kling
|
e4621704ce
LibWeb: Avoid unnecessary JS::Handles in Node::queue_mutation_record()
|
před 1 rokem |
MacDue
|
11f7db8f34
LibWeb: Fix null optional dereference in Node::name_or_description()
|
před 1 rokem |
Ali Mohammad Pur
|
aeee98b3a1
AK+Everywhere: Remove the null state of DeprecatedString
|
před 1 rokem |
Shannon Booth
|
48f367adbb
LibWeb: Port get_element_by_id from DeprecatedFlyString
|
před 1 rokem |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
před 1 rokem |
Shannon Booth
|
4321606bba
LibWeb: Port Element interface from DeprecatedString
|
před 1 rokem |
Shannon Booth
|
50350fb79c
LibWeb: Add a non-DeprecatedString version of Element::get_attribute
|
před 1 rokem |
Shannon Booth
|
ebe01b51c8
LibWeb: Add a non-DeprecatedString version of Element::prefix()
|
před 1 rokem |
Shannon Booth
|
3bd04d2c58
LibWeb: Port Attr interface from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
b603e860af
LibWeb: Port CharacterData from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
8ce9e51c97
LibWeb: Port Node interface from DeprecatedString to String
|
před 1 rokem |
Aliaksandr Kalenik
|
10b2ce49dc
LibWeb: Invalidate style before running insertion steps
|
před 1 rokem |
Timothy Flynn
|
e4d3a9aa68
LibWeb: Ensure DOM events on slottables are properly propagated
|
před 1 rokem |