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
/
LibHTML
/
Parser
Age
Commit message (
Expand
)
Author
2019-11-18
LibHTML: Use floating point numbers throughout the layout tree
Andreas Kling
2019-11-18
LibHTML: Tolerate "px" suffix on CSS lengths
Andreas Kling
2019-11-18
LibHTML: Implement the "margin" shorthand property
Andreas Kling
2019-11-18
LibHTML: Start building a simple code generator for CSS properties
Andreas Kling
2019-11-07
LibHTML: Ignore case in <!DOCTYPE> tags :^)
Andreas Kling
2019-11-07
LibHTML: Don't swallow '}' as part of CSS property values
Andreas Kling
2019-11-07
LibHTML: Turn "—" into "-" in the parser for now
Andreas Kling
2019-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-11-06
LibHTML+IRCClient: Add an escape_html_entities() helper
Andreas Kling
2019-11-06
LibHTML: Make parse_html_document() return a RefPtr
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
Revert "LibHTML: Rename parse_html() => parse_html_document()"
Andreas Kling
2019-11-06
LibHTML: Rename parse_html() => parse_html_document()
Andreas Kling
2019-11-06
LibHTML: Add parse_html_fragment()
Andreas Kling
2019-10-20
LibHTML: The CSS parser should tolerate whitespace-only stylesheets
Andreas Kling
2019-10-19
LibHTML: Do DOM tree fixup before firing insertion callbacks
Andreas Kling
2019-10-19
LibHTML: Skip over CSS @media rules for now
Andreas Kling
2019-10-18
LibHTML: CSS parser should trim whitespace from values
Andreas Kling
2019-10-14
LibHTML: Parse the :link and :hover CSS pseudo-classes
Andreas Kling
2019-10-13
LibHTML: Handle comments in the CSS parser
Andreas Kling
2019-10-12
LibHTML: Add Comment and CharacterData nodes and improve HTML parsing
Andreas Kling
2019-10-12
LibHTML: Move Element construction to a separate file
Andreas Kling
2019-10-09
LibHTML: Implement the <blink> element
Andreas Kling
2019-10-09
LibHTML: Add basic <!DOCTYPE> parsing and a DocumentType class
Andreas Kling
2019-10-09
LibHTML: Rename Document::normalize() to fixup() and always do it
Andreas Kling
2019-10-09
LibHTML: Handle CSS declarations that don't end in ';'
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-07
LibHTML: Make the CSS and HTML parsers take StringViews
Andreas Kling
2019-10-07
LibHTML: Start adding support for <link rel="stylesheet">
Andreas Kling
2019-10-06
LibHTML: Optionally pass document URL to the HTML parser
Andreas Kling
2019-10-06
LibHTML: Add adjacent (+) and general (~) sibling combinators
Andreas Kling
2019-10-06
LibHTML: Unbreak parsing of standalone declarations
Andreas Kling
2019-10-06
LibHTML: Parse descendant relations in CSS selectors
Andreas Kling
2019-10-06
LibHTML: Respect the link color set via <body link>
Andreas Kling
2019-10-06
LibHTML: Various little improvements to the CSS parser
Andreas Kling
2019-10-05
LibHTML: Flesh out <img> element with LayoutImage and LayoutReplaced
Andreas Kling
2019-10-04
LibHTML: Add support for <font color>
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-01
LibHTML: Implement the <hr> element
Andreas Kling
2019-09-30
LibHTML: Refactor the CSS parser into a class
Andreas Kling
2019-09-30
LibHTML: Fix incorrect CSS object model
Andreas Kling
2019-09-29
LibHTML: Add a simple <style> element for inline CSS
Andreas Kling
2019-09-29
LibHTML: Add inserted_into() and removed_from() TreeNode callbacks
Andreas Kling
2019-09-29
LibHTML: Fix broken parsing of ID and class selectors
Andreas Kling
2019-09-29
LibHTML: Add a way to get a Document's title
Andreas Kling
2019-09-29
LibHTML: Add HTMLHeadingElement for <h1> through <h6>
Andreas Kling
2019-09-29
LibHTML: Detect hovering over links
Andreas Kling
2019-09-29
LibHTML: Make sure every DOM Node belongs to a Document
Andreas Kling
2019-09-28
LibHTML: Respect the CSS "color" property for text
Andreas Kling
2019-09-28
LibHTML: Parse HTML escape sequences
Sergey Bugaev
[next]