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
/
CSS
/
StyleResolver.cpp
Age
Commit message (
Expand
)
Author
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-18
LibHTML: Expand the "padding" shorthand property
Andreas Kling
2019-11-18
LibHTML: Implement the "margin" shorthand property
Andreas Kling
2019-11-07
LibHTML: Make the CSS parser return RefPtr's
Andreas Kling
2019-10-08
LibHTML: Use an enum for CSS property ID's
Andreas Kling
2019-10-08
LibHTML: Move selector matching into a SelectorEngine namespace
Andreas Kling
2019-10-07
LibHTML: Rename "style_properties" to "style" everywhere
Andreas Kling
2019-10-06
LibHTML: Add is<ElementType> and to<ElementType> helper functions
Andreas Kling
2019-10-06
LibHTML: Add adjacent (+) and general (~) sibling combinators
Andreas Kling
2019-10-06
LibHTML: Implement immediate-child selectors (#foo > #bar)
Andreas Kling
2019-10-06
LibHTML: Implement matching for descendant selectors
Andreas Kling
2019-10-06
LibHTML: Make the text-decoration inheritance quirk actually work
Andreas Kling
2019-10-05
LibHTML: Anonymous blocks *should* inherit some properties
Andreas Kling
2019-10-05
LibHTML: Make StyleResolver responsible for loading the default style
Andreas Kling
2019-10-04
LibHTML: Make CSS inheritance slightly less hacky
Andreas Kling
2019-10-04
LibHTML: Add support for <body bgcolor="#rrggbb" text="#rrggbb">
Andreas Kling
2019-10-04
LibHTML: LayoutText should always use parent's style properties
Andreas Kling
2019-10-03
LibHTML: Let's put debug output on the debugger stream
Andreas Kling
2019-09-30
LibHTML: Implement basic support for inline style attributes
Andreas Kling
2019-09-30
LibHTML: Fix incorrect CSS object model
Andreas Kling
2019-09-28
LibHTML: Implement basic support for "text-decoration: underline"
Andreas Kling
2019-09-28
LibHTML: Respect the CSS "color" property for text
Andreas Kling
2019-09-28
LibHTML: Hide debugging output unless HTML_DEBUG is defined
Sergey Bugaev
2019-09-28
LibHTML: Implement basic style inheritance
Sergey Bugaev
2019-09-28
LibHTML: Get rid of the style tree
Sergey Bugaev
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling