Shannon Booth
|
96fc1741b5
LibWeb: Return an Optional<String> from HTMLToken::attribute
|
1 year ago |
Shannon Booth
|
1f8d72da8e
LibWeb: Port HTMLToken::to_deprecated_string to new AK String
|
1 year ago |
Shannon Booth
|
8fbf72b5bf
LibWeb: Port HTMLToken prefix and namespace to Optional<FlyString>
|
1 year ago |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 year ago |
Andreas Kling
|
b341aeb5c1
LibWeb: Switch HTMLToken and HTMLTokenizer to String & FlyString
|
1 year ago |
Shannon Booth
|
79ed72adb4
LibWeb: Port HTMLToken::make_start_tag from DeprecatedFlyString
|
1 year ago |
Shannon Booth
|
d8635fe541
LibWeb: Port HTMLParser local name and value from DeprecatedString
|
1 year ago |
Shannon Booth
|
e4f8c59210
LibWeb: Port AttributeNames to FlyString
|
1 year ago |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
Timothy Flynn
|
fea440055a
LibWeb: Track the byte offset of an HTMLToken's position
|
1 year ago |
Timothy Flynn
|
5a2bf7fdd1
LibWeb: Set the correct end position of HTML attribute names
|
1 year ago |
Ben Wiederhake
|
0184fc5e43
Everywhere: Use AK_MAKE_DEFAULT_MOVABLE to avoid mistakes
|
2 years ago |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 years ago |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andreas Kling
|
97ca45d9c6
LibWeb: Store HTML tag name token data as FlyString while parsing
|
2 years ago |
Ben Wiederhake
|
32e98d0924
Libraries: Use AK::Variant default initialization where appropriate
|
3 years ago |
TheFightingCatfish
|
08359ba578
LibWeb: Fix regression of "contenteditable" attribute
|
3 years ago |
Max Wipfli
|
ccae0cae45
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
|
4 years ago |
Max Wipfli
|
519a1cdc22
LibWeb: Change HTMLToken storage architecture
|
4 years ago |
Max Wipfli
|
8a4c44db8c
LibWeb: Make HTMLTokens non-copyable
|
4 years ago |
Max Wipfli
|
2532bdfabf
LibWeb: Remove friend class declarations from HTMLToken
|
4 years ago |
Max Wipfli
|
25cba4387b
LibWeb: Add HTMLToken(Type) constructor and use it
|
4 years ago |
Max Wipfli
|
f2e3c770f9
LibWeb: Use setter for HTMLToken::m_{start,end}_position
|
4 years ago |
Max Wipfli
|
8b31e41692
LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct
|
4 years ago |
Max Wipfli
|
918bde98b1
LibWeb: Hide implementation details of HTMLToken attribute list
|
4 years ago |
Max Wipfli
|
15d8635afc
LibWeb: User getter+setter for HTMLToken tag name and self-closing flag
|
4 years ago |
Max Wipfli
|
1aeafcc58b
LibWeb: Use getter and setter for Character type HTMLTokens
|
4 years ago |
Max Wipfli
|
e8e9426b4f
LibWeb: User getter and setter for Comment type HTMLTokens
|
4 years ago |