커밋 기록

작성자 SHA1 메시지 날짜
  stelar7 5eb39a5f61 LibWeb: Update parser with more insertion modes :^) 5 년 전
  Luke a1838f676e LibWeb: Implement all CDATA tokenizer states 5 년 전
  Luke 821312729a LibWeb: Fully implement all DOCTYPE tokenizer states 5 년 전
  Luke ab1df177d8 LibWeb: Fully implement all comment tokenizer states 5 년 전
  Andreas Kling 47df0cbbc8 LibWeb: Fix broken tokenization of hexadecimal character references 5 년 전
  Andreas Kling ab4c03ce2d LibWeb: Fix tokenizer swallowing an extra token after a named entity 5 년 전
  Luke 61d5bec739 LibWeb: Fully implement all script tokenizer states 5 년 전
  Andreas Kling 4e71684a3a LibWeb: Fix missing tokenizer state change in RCDATALessThanSign 5 년 전
  Andreas Kling b59f4632d5 LibWeb: Unbreak character reference and DOCTYPE parsing post-UTF-8 5 년 전
  Andreas Kling b6288163f1 LibWeb: Make the new HTML parser parse input as UTF-8 5 년 전
  Andreas Kling 19190267a6 LibWeb: Fix incorrectly consumed characters after reference tokens 5 년 전
  Andreas Kling ca33bc7895 LibWeb: Fix tokenization of attributes with empty attributes 5 년 전
  Andreas Kling a3936f10eb LibWeb: Fix tokenizing scripts with '<' in them 5 년 전
  Andreas Kling 77a3710e9d LibWeb: Tokenize "anything else" in CommentLessThanSignBangDashDash 5 년 전
  Andreas Kling db93db8100 LibWeb: Put whining about tokenizer errors behind an #ifdef 5 년 전
  Andreas Kling a775c2c717 LibWeb: Handle more cases in the SelfClosingStartTag tokenizer state 5 년 전
  Andreas Kling f3b09ddd8e LibWeb: Implement more of the ScriptDataEndTagName tokenizer state 5 년 전
  Andreas Kling 756829555a LibWeb: Parse "textarea" tags during the "in body" insertion mode 5 년 전
  Andreas Kling c9dd459822 LibWeb: Implement some more RAWTEXT stuff in the tokenizer 5 년 전
  TheDumpap d92c9d3772 LibWeb: Implement more of the tokenizer states 5 년 전
  Andreas Kling 62885b5646 LibWeb: Fix accidental swallow of self-closing tag tokens 5 년 전
  Andreas Kling 851a0f983a LibWeb: Tokenizing a semicolon-less HTML entity is (just a) parse error 5 년 전
  Andreas Kling 1ef5d609d9 AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED() 5 년 전
  Andreas Kling bb2f22577b LibWeb: Implement a bunch more script-related tokenization states 5 년 전
  Andreas Kling 5e53c45113 LibWeb: Plumb content encoding into the new HTML parser 5 년 전
  Andreas Kling 5c35f3c9ba LibWeb: Support named character references (e.g "&amp;") 5 년 전
  Andreas Kling 39b5494aeb LibWeb: Implement the "after attribute name" tokenizer state 5 년 전
  Andreas Kling 1de29e3f59 LibWeb: Implement the "self closing start tag" tokenizer state 5 년 전
  Andreas Kling a5ce09f8e3 LibWeb: Implement partial support for numeric character references 5 년 전
  Andreas Kling ecd25ce6c7 LibWeb: Allow HTML tokenizer to emit more than one token 5 년 전