Andreas Kling
|
870a954e11
LibWeb: Implement Element.outerHTML
|
1 anno fa |
Timothy Flynn
|
48fb343230
LibWeb: Change HTMLParser's factory to accept the encoding as StringView
|
1 anno fa |
Shannon Booth
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 anno fa |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 anno fa |
Timothy Flynn
|
af57bd5cca
LibWeb: Stop parsing after `document.write` at the insertion point
|
1 anno fa |
Bastiaan van der Plaat
|
a681429dff
LibWeb: Remove DOM element deprecated_get_attribute()
|
1 anno fa |
Sam Atkins
|
6ffda5f271
LibWeb: Make HTMLParser::the_end() callable from outside
|
1 anno fa |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 anno fa |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 anno fa |
Shannon Booth
|
a8fd4fab00
LibWeb: Port HTMLParser::serialize_html_fragment from DeprecatedString
|
1 anno fa |
Shannon Booth
|
8fbf72b5bf
LibWeb: Port HTMLToken prefix and namespace to Optional<FlyString>
|
1 anno fa |
Andreas Kling
|
6b20a109c6
LibWeb: Pass DOM namespace strings as FlyString in more places
|
1 anno fa |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 anno fa |
Shannon Booth
|
bc54560e59
LibWeb: Add Web::HTML::parse_legacy_color_value
|
2 anni fa |
Matthew Olsson
|
c0b2fa74ac
LibWeb: Fix a few const-ness issues
|
2 anni fa |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 anni fa |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Andreas Kling
|
6e0f80fbe0
LibWeb: Make the HTMLParser GC-allocated
|
2 anni fa |
Luke Wilde
|
7b8a6b8e7a
LibWeb: Set HTMLParser::m_scripting_enabled as according to the spec
|
2 anni fa |
Andreas Kling
|
ab8432783e
LibWeb: Implement aborting the HTML parser
|
2 anni fa |
Andreas Kling
|
6f433c8656
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
|
2 anni fa |
Andreas Kling
|
1956c52c68
LibWeb: Remove unused HTML::parse_html_document()
|
3 anni fa |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 anni fa |
Andreas Kling
|
fda25f9505
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
|
3 anni fa |
Simon Wanner
|
1d95745901
LibWeb: Implement the rest of the Adoption Agency Algorithm
|
3 anni fa |
Luke Wilde
|
46c0d0f7ae
LibWeb: Associate form elements with a form in parsing and dynamically
|
3 anni fa |
Andreas Kling
|
8b2499b112
LibWeb: Make document.write() work while document is parsing
|
3 anni fa |
Lorenz Steinert
|
db789813c9
LibWeb: Add basic support for dynamic markup insertion
|
3 anni fa |
Linus Groh
|
892f6394b8
LibWeb: Implement state switch for "[CDATA[" in HTML parser
|
3 anni fa |
Linus Groh
|
9130ecfd5e
LibWeb: Remove unused HTMLParser function declaration
|
3 anni fa |