Andreas Kling
|
ceedfb34d2
LibWeb: Look at both namespace & tag name in HTML parser stack checks
|
8 kuukautta sitten |
Andreas Kling
|
7d7f8f1b48
LibWeb: Remove outdated FIXME in "in body" insertion mode
|
8 kuukautta sitten |
Andreas Kling
|
49b88fc095
LibWeb: Don't compare against HTML-uppercased tag names in HTML parser
|
8 kuukautta sitten |
Andreas Kling
|
79613eae7f
LibWeb: Add spec comments to the "in template" insertion mode
|
8 kuukautta sitten |
Andreas Kling
|
64747c0397
LibWeb: Make HTML parser "current node" APIs return nullable pointer
|
8 kuukautta sitten |
Andreas Kling
|
ebce483278
LibWeb: Add spec comments to the "in head noscript" parser state
|
8 kuukautta sitten |
Andreas Kling
|
0a47d8cb08
LibWeb: Handle more MathML/HTML integration points in the parser
|
8 kuukautta sitten |
Andreas Kling
|
ae39c54e51
LibWeb: Fix SVG tag adjustment for feSpotLight, feTile, feTurbulence
|
8 kuukautta sitten |
Andreas Kling
|
b82e34ed00
LibWeb: Flesh out the "in frameset" parsing state and add spec comments
|
8 kuukautta sitten |
Andreas Kling
|
ecc9fdf377
LibWeb: Fix incomplete assertion in the "in body" parsing state
|
8 kuukautta sitten |
Andreas Kling
|
40ac3cc2c8
LibWeb: Implement HTML frameset parsing in the "in body" state
|
9 kuukautta sitten |
Andreas Kling
|
cfa820922b
LibWeb: Bail nicely on EOF in HTML parser "in body" state
|
9 kuukautta sitten |
Sam Atkins
|
f80fca2dee
LibWeb/HTML: Update legacy color parsing steps to match spec
|
9 kuukautta sitten |
Shannon Booth
|
1c18b900e2
LibWeb: Port EventLoop::spin_XXX to HeapFunction
|
9 kuukautta sitten |
Gingeh
|
8e342e3e23
LibWeb: Use Content-Type header to set document encoding
|
9 kuukautta sitten |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 kuukautta sitten |
Andreas Kling
|
a0ed12e839
LibWeb: Always flush character insertions before exiting HTML parser
|
10 kuukautta sitten |
Andreas Kling
|
b64df59cc6
LibWeb: Fix crash when setting innerHTML inside iframe srcdoc document
|
11 kuukautta sitten |
Jamie Mansfield
|
b3fa8f0ce2
LibWeb/HTML: MathML's <ms> is a special tag
|
11 kuukautta sitten |
Shannon Booth
|
07940a89ca
LibWeb: Handle cases with <template> on the HTML parsing stack
|
11 kuukautta sitten |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
11 kuukautta sitten |
Timothy Flynn
|
c838ca78c8
LibWeb: Indicate documents are for fragment parsing during construction
|
1 vuosi sitten |
Timothy Flynn
|
657bbd1542
LibWeb: Append attributes to the correct element
|
1 vuosi sitten |
Timothy Flynn
|
9fe35ddddf
LibWeb: Use an infallible method to add attributes to nodes
|
1 vuosi sitten |
Andreas Kling
|
7dacd6be89
LibWeb: Use static_cast<HTMLTemplateElement> right after an is<> check
|
1 vuosi sitten |
Andreas Kling
|
f9f11dc51d
LibWeb: Stop creating transient throwaway JS::Handles in HTML parser
|
1 vuosi sitten |
Andreas Kling
|
7892ee355d
LibWeb: Use StringBuilder::append_code_point() over append(Utf32View)
|
1 vuosi sitten |
Andreas Kling
|
4e0edd42b9
LibWeb: Cap HTML dimension values at 17895700 (same as Firefox)
|
1 vuosi sitten |
Andreas Kling
|
1c00e5688d
LibWeb: Fix StringView OOB access when parsing 3-character legacy color
|
1 vuosi sitten |
Luke Warlow
|
ce8d3d17c4
LibWeb: Implement unsafe HTML parsing methods
|
1 vuosi sitten |