This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-15 17:18:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2f2efc47755500635fbf8b7218e66391ff37d388
ladybird
/
Userland
/
Libraries
/
LibWeb
/
CSS
/
Parser
History
Hendiadyoin1
2f2efc4775
LibWeb: Use llround in CSS::Token::to_closest_integer
...
This should be equivalent, and much shorter than a clamp and static_cast
2022-03-21 12:49:00 +01:00
..
DeclarationOrAtRule.h
…
Parser.cpp
LibWeb: Pull out larger parsing parts from Parser::parse_simple_selector
2022-03-21 12:49:00 +01:00
Parser.h
LibWeb: Pull out larger parsing parts from Parser::parse_simple_selector
2022-03-21 12:49:00 +01:00
StyleBlockRule.h
LibWeb: Don't copy Tokens twice on StyleBlockRule initialization
2022-03-21 12:49:00 +01:00
StyleComponentValueRule.h
LibWeb: Add StyleComponentValueRule::is_token() helper
2022-03-21 12:49:00 +01:00
StyleDeclarationRule.h
…
StyleFunctionRule.h
…
StyleRule.h
…
StyleRules.cpp
…
Token.cpp
…
Token.h
LibWeb: Use llround in CSS::Token::to_closest_integer
2022-03-21 12:49:00 +01:00
Tokenizer.cpp
LibWeb: Don't put a backslash after escape sequences in text-like tokens
2022-03-19 13:10:00 -07:00
Tokenizer.h
…