Andreas Kling
|
ab4c03ce2d
LibWeb: Fix tokenizer swallowing an extra token after a named entity
|
5 éve |
Luke
|
61d5bec739
LibWeb: Fully implement all script tokenizer states
|
5 éve |
Andreas Kling
|
4e71684a3a
LibWeb: Fix missing tokenizer state change in RCDATALessThanSign
|
5 éve |
Andreas Kling
|
b59f4632d5
LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8
|
5 éve |
Andreas Kling
|
b6288163f1
LibWeb: Make the new HTML parser parse input as UTF-8
|
5 éve |
Andreas Kling
|
19190267a6
LibWeb: Fix incorrectly consumed characters after reference tokens
|
5 éve |
Andreas Kling
|
ca33bc7895
LibWeb: Fix tokenization of attributes with empty attributes
|
5 éve |
Andreas Kling
|
a3936f10eb
LibWeb: Fix tokenizing scripts with '<' in them
|
5 éve |
Andreas Kling
|
77a3710e9d
LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash
|
5 éve |
Andreas Kling
|
db93db8100
LibWeb: Put whining about tokenizer errors behind an #ifdef
|
5 éve |
Andreas Kling
|
a775c2c717
LibWeb: Handle more cases in the SelfClosingStartTag tokenizer state
|
5 éve |
Andreas Kling
|
f3b09ddd8e
LibWeb: Implement more of the ScriptDataEndTagName tokenizer state
|
5 éve |
Andreas Kling
|
756829555a
LibWeb: Parse "textarea" tags during the "in body" insertion mode
|
5 éve |
Andreas Kling
|
c9dd459822
LibWeb: Implement some more RAWTEXT stuff in the tokenizer
|
5 éve |
TheDumpap
|
d92c9d3772
LibWeb: Implement more of the tokenizer states
|
5 éve |
Andreas Kling
|
62885b5646
LibWeb: Fix accidental swallow of self-closing tag tokens
|
5 éve |
Andreas Kling
|
851a0f983a
LibWeb: Tokenizing a semicolon-less HTML entity is (just a) parse error
|
5 éve |
Andreas Kling
|
1ef5d609d9
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
|
5 éve |
Andreas Kling
|
bb2f22577b
LibWeb: Implement a bunch more script-related tokenization states
|
5 éve |
Andreas Kling
|
5e53c45113
LibWeb: Plumb content encoding into the new HTML parser
|
5 éve |
Andreas Kling
|
5c35f3c9ba
LibWeb: Support named character references (e.g "&")
|
5 éve |
Andreas Kling
|
39b5494aeb
LibWeb: Implement the "after attribute name" tokenizer state
|
5 éve |
Andreas Kling
|
1de29e3f59
LibWeb: Implement the "self closing start tag" tokenizer state
|
5 éve |
Andreas Kling
|
a5ce09f8e3
LibWeb: Implement partial support for numeric character references
|
5 éve |
Andreas Kling
|
ecd25ce6c7
LibWeb: Allow HTML tokenizer to emit more than one token
|
5 éve |
Andreas Kling
|
406fd95f32
LibWeb: Flesh out the remaining DOCTYPE related tokenizer states
|
5 éve |
Andreas Kling
|
556a6eea61
LibWeb: Checking for "DOCTYPE" should be case insensitive in tokenizer
|
5 éve |
Andreas Kling
|
45da08a1e6
LibWeb: A whole bunch of work towards spec-compliant <script> elements
|
5 éve |
Andreas Kling
|
5d332c1f11
LibWeb: Parse enough to handle a <style> inside a <head> :^)
|
5 éve |
Andreas Kling
|
20911efd4d
LibWeb: More work on the HTML parser and tokenizer
|
5 éve |