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-12
LibWeb: Add Formatter for ComponentValues
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue to CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Stop manually forward-declaring types in CSS Parser.h
Sam Atkins
2022-04-12
LibWeb: Move ComponentValue code into ComponentValue.cpp
Sam Atkins
2022-04-11
LibWeb: Support CSSRule.type
Andreas Kling
2022-04-11
LibWeb: Support CSSStyleDeclaration.getPropertyPriority()
Andreas Kling
2022-04-11
LibWeb: Implement CSS declaration block's "updating flag"
Andreas Kling
2022-04-11
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
Andreas Kling
2022-04-10
LibWeb: Cache scaled web fonts instead of recreating them every time
Andreas Kling
2022-04-09
LibWeb: Support WOFF in font-face
Simon Wanner
2022-04-09
LibWeb: Migrate SC::FontLoader from TTF::Font to Gfx::VectorFont
Simon Wanner
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-08
LibWeb: Load fonts from style sheet once when sheet is added
Andreas Kling
2022-04-07
LibWeb: Understand the `format()` part of a `@font-face`'s `src`
Sam Atkins
2022-04-07
LibWeb: Disallow global CSS keywords in `@font-face` font-family
Sam Atkins
2022-04-07
LibWeb: Parse `@font-face` `unicode-range` descriptor
Sam Atkins
2022-04-07
LibWeb: Parse `<urange>` as CSS::UnicodeRange
Sam Atkins
2022-04-07
LibWeb: Add CSS::UnicodeRange class
Sam Atkins
2022-04-07
LibWeb: Expose Declaration's internals with getters
Sam Atkins
2022-04-07
LibWeb: Rename StyleDeclarationRule -> Declaration
Sam Atkins
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
[prev]
[next]