summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CSS
AgeCommit message (Expand)Author
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-05-30LibWeb: Use the globals from HTML::AttributeNames in style resolutionAndreas Kling
2020-05-30LibWeb: Add default UA style for <hgroup> elementAndreas Kling
2020-05-30LibWeb: Don't render list item markers for "list-style-type: none"Andreas Kling
2020-05-30LibWeb: Naive support for CSS "background" shorthandAndreas Kling
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28LibWeb: Add default UA style for some table-related elementsAndreas Kling
2020-05-26LibWeb: Add cached global attribute name FlyStringsAndreas Kling
2020-05-26LibWeb: The line-height should not be multiplied by the glyph heightAndreas Kling
2020-05-26LibWeb: Implement vendor specific CSS color style for System PaletteFalseHonesty
2020-05-21LibWeb: Update the CSS prefix to -libwebSergey Bugaev
2020-05-19LibWeb: Fix duplicated public access modifier in StyleDeclarationLinus Groh
2020-05-14LibWeb: Support the :root pseudo classLinus Groh
2020-05-13AK: Replace String::trim_spaces() with String::trim_whitespace()Linus Groh
2020-05-11LibWeb: Add basic support for CSS percentagesAndreas Kling
2020-05-11LibWeb: Add very basic handling of "font-family" font stacksLinus Groh
2020-05-11LibWeb: Set nav, main, article, aside, section to "display: block"Linus Groh
2020-05-05LibWeb: Recognise :focus pseudo-classLinus Groh
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-04-08LibWeb: Remove bizarre HashMap leak in StyleProperties copy ctorAndreas Kling
2020-03-23 LibWeb: CSS: Add "position: absolute" with top and leftmyphs
2020-03-22LibWeb: Use FlyString for Element tag namesAndreas Kling
2020-03-20LibWeb: Add CSS property 'border'myphs
2020-03-18LibWeb: Don't try to repaint frameless documents in CSSStyleValueAndreas Kling
2020-03-11LibWeb: Skip non-font files when looking for fonts instead of assertingTibor Nagy
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling