Commit History

Author SHA1 Message Date
  Andreas Kling ecd25ce6c7 LibWeb: Allow HTML tokenizer to emit more than one token 5 years ago
  Andreas Kling 406fd95f32 LibWeb: Flesh out the remaining DOCTYPE related tokenizer states 5 years ago
  Andreas Kling 556a6eea61 LibWeb: Checking for "DOCTYPE" should be case insensitive in tokenizer 5 years ago
  Andreas Kling 45da08a1e6 LibWeb: A whole bunch of work towards spec-compliant <script> elements 5 years ago
  Andreas Kling 5d332c1f11 LibWeb: Parse enough to handle a <style> inside a <head> :^) 5 years ago
  Andreas Kling 20911efd4d LibWeb: More work on the HTML parser and tokenizer 5 years ago
  Andreas Kling 96cc1138c0 LibWeb: Remove tokenizer's premature character buffering optimization 5 years ago
  Emanuele Torre 3f2158bbfe LibWeb: HtmlTokenizer.cpp: fix ON_WHITESPACE macro 5 years ago
  Andreas Kling e44c87cfff LibWeb: Implement enough HTML parsing to handle a small simple DOM :^) 5 years ago
  Andreas Kling fd1b31d0ff LibWeb: Start building the tree building part of the new HTML parser 5 years ago
  Andreas Kling e45c8b842c LibWeb: Implement a bit more of DOCTYPE tokenization 5 years ago
  Andreas Kling 7be36366be LibWeb: Emit character/comment tokens lazily to accumulate more data 5 years ago
  Andreas Kling 45450c7edc LibWeb: Make BEGIN_STATE and END_STATE include some {{{ and }}} 5 years ago
  Andreas Kling 2e4147d0fc LibWeb: Add missing END_STATE for TagName 5 years ago
  Andreas Kling a58500fdc5 LibWeb: Teach HTMLTokenizer how to tokenize comments 5 years ago
  Andreas Kling 6caa5661f3 LibWeb: Teach HTMLTokenizer how to tokenize attributes 5 years ago
  Andreas Kling 272b35d2e1 LibWeb: Begin work on a spec-compliant HTML parser 5 years ago