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
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-30
LibHTML: Ignore all CSS rules starting with "@" for now
Andreas Kling
2019-12-26
LibHTML: Remove fixed FIXME
Shannon Booth
2019-12-16
LibHTML: Support the :only-child pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :empty pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :first-child and :last-child pseudo classes
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-28
LibHTML: Just swallow :not selectors for now
Andreas Kling
2019-11-28
LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
Andreas Kling
2019-11-28
LibHTML: Update CSS parser with terminology from Selectors Level 4
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-25
LibHTML: Improve CSS parser's handling of values somewhat
Andreas Kling
2019-11-25
LibHTML: Store the HTML parser input along with the created Document
Andreas Kling
2019-11-21
LibHTML: Handle stand-alone attribute selectors
Andreas Kling
2019-11-21
LibHTML: Parse <element attribute=value> correctly
Andreas Kling
2019-11-21
LibHTML: Implement some attribute selector support
Andreas Kling
2019-11-21
LibHTML: Make the HTML parser handle <div attr> and <div attr="">
Andreas Kling
2019-11-19
LibHTML: Tolerate empty CSS rules
Andreas Kling
2019-11-19
LibHTML: Implement the universal selector ("*")
Andreas Kling
2019-11-18
LibHTML: Implement some basic floating point CSS value parsing
Andreas Kling
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
[next]