index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Parser
/
HTMLDocumentParser.cpp
Age
Commit message (
Expand
)
Author
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Switch to using AK::is and AK::downcast
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-25
test-web: Add ability to change page mid-test
Luke
2020-07-23
LibWeb: Rename Element::tag_name() => local_name()
Andreas Kling
2020-07-23
LibWeb: Add a helper for creating a fake (start tag) HTML token
Andreas Kling
2020-07-22
LibWeb: Assert we're parsing a fragment on fragment cases
Luke
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-07-06
LibWeb: Move "Stop parsing!" behind PARSER_DEBUG
Nico Weber
2020-06-26
LibWeb: Remove duplicate if branch in fragment parsing.
theazgra
2020-06-26
LibWeb: Implement fragment parsing and use it for Element.innerHTML
Andreas Kling
2020-06-23
LibWeb: Remove hacky old ways of running <script> element contents
Andreas Kling
2020-06-21
LibWeb: Remove most uses of the old HTML parser
Andreas Kling
2020-06-21
LibWeb: Fix two typo bugs in table parsing
Andreas Kling
2020-06-21
LibWeb: A </table> inside <tbody> is not a parse error
Andreas Kling
2020-06-21
LibWeb: Implement more of the foster parenting algorithm in the parser
Andreas Kling
2020-06-21
LibWeb: Update parser with more insertion modes :^)
stelar7
2020-06-15
LibWeb: Fix broken parsing of </form> during "in body" insertion
Andreas Kling
2020-06-15
LibWeb: Fix broken parsing of </select> during "in select" insertion
Andreas Kling
2020-06-15
LibWeb: Just ignore <script> elements that failed to load the script
Andreas Kling
2020-06-14
LibWeb: Fully implement HTML parser "in table" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in column group" insertion mode
Luke
2020-06-14
LibWeb: Implement HTML parser "in caption" insertion mode
Luke
2020-06-14
LibWeb: Fully implement all DOCTYPE tokenizer states
Luke
2020-06-07
LibWeb: Use HTML::TagNames globals in the new HTML parser
Andreas Kling
2020-06-06
LibWeb: Handle EOF tokens during "text" insertion
Andreas Kling
2020-06-05
LibWeb: Parse param/source/track start tags during "in body" insertion
Andreas Kling
2020-06-05
LibWeb: Fix parsing of "<textarea></textarea>"
Andreas Kling
2020-06-04
LibWeb: Handle "html" end tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "xmp" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "nobr" start tag during "in body"
Kyle McLean
2020-06-04
LibWeb: Handle "form" end tag during "in body" if stack of open elements does...
Kyle McLean
2020-06-04
LibWeb: Handle NULL character during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "body" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse "br" end tags during "in body"
Kyle McLean
2020-06-04
LibWeb: Parse end tags for "applet", "marquee", and "object" during "in body"
Kyle McLean
2020-06-03
LibWeb: Call children_changed() on text nodes when flushing characters
Andreas Kling
2020-06-03
LibWeb: Buffer text node character insertions in the new parser
Andreas Kling
2020-06-02
LibWeb: Parse barebones document without doctype, <html>, etc.
Andreas Kling
2020-06-01
LibWeb: Support "td" and "th" start tags during "in table body"
Andreas Kling
2020-06-01
LibWeb+Browser: Use the new HTML parser by default
Andreas Kling
2020-06-01
LibWeb: More parser cases in the "in body" and "after after body" modes
Andreas Kling
2020-06-01
LibWeb: Implement more of the "after head" insertion mode
Andreas Kling
2020-05-30
LibWeb: Handle "dd" and "dt" end tags during "in body"
Andreas Kling
2020-05-30
LibWeb: Support parsing "select" elements (outside of tables)
Andreas Kling
2020-05-30
LibWeb: Hack the parser to dodge <template> elements in <head> for now
Andreas Kling
2020-05-30
LibWeb: Don't crash when encountering <svg> or <math> elements
Andreas Kling
2020-05-30
LibWeb: Parse "textarea" tags during the "in body" insertion mode
Andreas Kling
[next]