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
2025-12-26 11:20:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7c9a162f994caeeeaf8ca3bfcc4a75bee1609b91
ladybird
/
Libraries
/
LibWeb
/
CSS
/
Parser
History
Sam Atkins
2c3c821305
LibWeb: Remove Realm parameter from property_initial_value()
...
We don't need the Realm to parse a style value.
Fixes
#2720
2024-12-05 19:59:57 +01:00
..
ComponentValue.cpp
…
ComponentValue.h
…
Dimension.h
…
GradientParsing.cpp
…
Helpers.cpp
…
MediaParsing.cpp
LibWeb/CSS: Pass Length::ResolutionContext to resolve_integer
2024-12-04 12:26:50 +00:00
Parser.cpp
LibWeb: Remove Realm parameter from property_initial_value()
2024-12-05 19:59:57 +01:00
Parser.h
LibWeb: Stop allocating
Token
s and
ComponentValue
s unnecessarily
2024-12-01 11:30:06 +01:00
ParsingContext.cpp
LibWeb/CSS: Make ParsingContext's Realm optional
2024-12-05 19:59:57 +01:00
ParsingContext.h
LibWeb/CSS: Make ParsingContext's Realm optional
2024-12-05 19:59:57 +01:00
RuleParsing.cpp
LibURL+LibWeb: Make URL::serialize return a String
2024-12-04 16:34:13 +00:00
SelectorParsing.cpp
LibWeb: Require CSS combinators to be followed by a simple selector
2024-11-23 09:49:33 +01:00
Token.cpp
…
Token.h
…
Tokenizer.cpp
LibWeb: Move CSS character type definitions to new header
2024-12-02 16:19:47 +00:00
Tokenizer.h
…
TokenStream.h
…
Types.cpp
…
Types.h
…