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-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-11
LibWeb: Tweak padding on button elements match other engines
Andreas Kling
2022-07-09
LibWeb: Make sure CSS::ComputedValues has initial size values
Andreas Kling
2022-07-09
LibWeb: Add LengthPercentage::is_auto() convenience helper
Andreas Kling
2022-07-06
LibWeb: Use correct margin & padding values in anonymous wrapper boxes
Andreas Kling
2022-07-06
LibWeb: Make non-finite CSS lengths resolve to "auto"
Andreas Kling
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-04
LibWeb: Simplify some WeakPtr assignments
Andreas Kling
2022-07-04
LibWeb: Use lowercase type selectors to match against html elements
networkException
2022-07-04
LibWeb: Remove unnecessary return in ResolvedCSSStyleDeclaration
networkException
2022-06-30
LibWeb: Fix background images not showing till scrolling/repaint
MacDue
2022-06-30
LibWeb/CSS: Fix incorrect `calc(<percentage> - <value>)` computations
Linus Groh
2022-06-26
LibWeb: Fix parsing of background-size: contain/cover
MacDue
2022-06-23
LibWeb/CSS: Check for NULL block statement when parsing font-face rule
CodeforEvolution
2022-06-16
LibWeb: Add deprecated `image-rendering` values
Sam Atkins
2022-06-16
LibWeb: Use SmoothPixels scaling mode as the pixelated rendering
Karol Kosek
2022-06-15
LibWeb: Parse rgb and hsl functions according to CSS Module Level 4
Thomas Fach-Pedersen
2022-06-15
LibWeb: Fix calculation of degrees from radians
Thomas Fach-Pedersen
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-06-11
LibWeb: Hold a strong ref to old_rule in CSSRuleList::remove_a_css_rule
Luke Wilde
2022-06-10
LibWeb: Print correct value types in ComponentValue debug string
Karol Kosek
2022-06-10
LibWeb/CSS: Add :focus-within serialisation
Luke Wilde
2022-06-10
LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisation
Luke Wilde
2022-06-03
LibWeb: Reject invalid background-repeat values instead of crashing
Idan Horowitz
2022-06-02
LibWeb: Check recursively if CSS functions contain `var()` or `attr()`
Karol Kosek
2022-05-11
LibWeb: Implement CSSRule.parentRule and .parentStyleSheet
Sam Atkins
2022-05-11
LibWeb: Allow passing StringView to CSSRuleList::insert_a_css_rule()
Sam Atkins
2022-05-11
LibWeb: Implement `@supports` serialization
Sam Atkins
2022-05-11
LibWeb: Add CSSSupportsRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSMediaRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSImportRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSConditionRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add CSSGroupingRule wrapper
Sam Atkins
2022-05-11
LibWeb: Add MediaList wrapper
Sam Atkins
2022-05-08
LibWeb: Add missing preprocessing step to the css tokenizer
stelar7
2022-05-08
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
stelar7
2022-05-08
LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`
stelar7
2022-05-08
LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token
stelar7
2022-05-08
LibWeb: Include sign in token debug info, if the type has explicit sign
stelar7
2022-05-08
LibWeb: Dont try to fetch another token in an+b parsing
stelar7
2022-05-08
LibWeb: Make an+b pattern selector serialization spec compliant
stelar7
2022-05-06
LibWeb: Remove unneeded .gitignore
DexesTTP
2022-04-29
LibWeb: Remove TokenStream::position() and ::rewind_to_position()
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for UnicodeRange parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction in more places
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for supports-query parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for media-query parsing
Sam Atkins
2022-04-29
LibWeb: Extract MediaType to/from_string() logic into functions
Sam Atkins
[next]