index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CSS
Age
Commit message (
Expand
)
Author
2022-04-07
LibWeb: Rename StyleComponentValueRule -> ComponentValue
Sam Atkins
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
2022-04-04
LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec
Igor Pissolati
2022-04-03
LibWeb: Make resolved styles handle calculated length-percentages
Simon Wanner
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-30
LibWeb: Remove redundant `[[nodiscard]]` from CSS Parser methods
Sam Atkins
2022-03-30
LibWeb: Implement and use `parse_a_style_blocks_contents()`
Sam Atkins
2022-03-30
LibWeb: Tidy up StyleRule API
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_function()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_simple_block()`
Sam Atkins
2022-03-30
LibWeb: Comment discrepancy from spec in `consume_a_declaration()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_component_value()`
Sam Atkins
2022-03-30
LIbWeb: Spec-comment `consume_a_list_of_declarations()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_qualified_rule()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_an_at_rule()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `consume_a_list_of_rules()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_comma_separated_list_of_component_values`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_list_of_component_values()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_component_value()`
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_list_of_declarations()`
Sam Atkins
2022-03-30
LibWeb: Bring `parse_a_declaration()` to spec and add comments
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_rule()`
Sam Atkins
2022-03-30
LibWeb: Use parse_a_list_of_rules() for `@media` and `@supports`
Sam Atkins
2022-03-30
LibWeb: Bring `parse_a_list_of_rules()` to spec
Sam Atkins
2022-03-30
LibWeb: Implement and use "parse a CSS stylesheet" algorithm
Sam Atkins
2022-03-30
LibWeb: Use an enum class for the "top-level flag"
Sam Atkins
2022-03-30
LibWeb: Spec-comment `parse_a_stylesheet()`
Sam Atkins
2022-03-30
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
Sam Atkins
2022-03-30
LibWeb: Add basic support for the attr() CSS function
Simon Wanner
2022-03-30
LibWeb: Use font-derived metrics for "line-height:normal"
Andreas Kling
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Make Gfx::FontMetrics include the advance of '0' instead of 'M'
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-03-29
LibWeb: Implement attribute selector case identifier
Daniel Glazman
2022-03-29
LibWeb: Clarify attribute selectors when needle is empty
Daniel Glazman
2022-03-29
LibWeb: Streamline how inline CSS style declarations are constructed
Andreas Kling
2022-03-29
LibWeb: Remove unused StyleSheetList::m_generation
Andreas Kling
2022-03-29
LibWeb: Load and use fonts described by @font-face rules :^)
Andreas Kling
2022-03-28
LibWeb: Parse `@font-face` rules
Sam Atkins
2022-03-28
LibWeb: Implement initial CSSFontFaceRule and FontFace classes
Sam Atkins
2022-03-28
LibWeb: Bring "parse a list of declarations" closer to spec
Sam Atkins
2022-03-28
LibWeb: Rename parse_css_declaration() -> parse_css_style_attribute()
Sam Atkins
2022-03-27
LibWeb: Rename ComputedValues::offset() => inset()
Andreas Kling
2022-03-27
LibWeb: Don't round font sizes when looking them up
Andreas Kling
2022-03-26
LibWeb: Assign limits to CSS properties that cannot be negative
Sam Atkins
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Remove the totally ad-hoc parse_html_length()
Andreas Kling
2022-03-26
LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax
Andreas Kling
[next]