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
/
MediaQuery.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-02-15
LibWeb: Port CSS::MediaQuery to new Strings
Sam Atkins
2023-01-09
LibWeb+WebContent: Use new String class in CSS::StyleValue
martinfalisse
2023-01-05
LibWeb: Use CSS Pixels for viewport rects
Sam Atkins
2023-01-05
LibWeb: Resolve Lengths to CSSPixels
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
LibWeb: Parse unknown media type in media queries
Aliaksandr Kalenik
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-29
LibWeb: Extract MediaType to/from_string() logic into functions
Sam Atkins
2022-03-30
LibGfx: Rename FontMetrics => FontPixelMetrics
Andreas Kling
2022-03-30
LibGfx: Remove code point parameter from Gfx::Font::Metrics
Andreas Kling
2022-03-22
LibWeb: Use floats instead of doubles for CSS numbers
Sam Atkins
2022-03-16
LibWeb: Evaluate `no-preference` media-features as false
Sam Atkins
2022-03-11
LibWeb: Stub getting the initial font instead of the root one
Sam Atkins
2022-03-09
LibWeb: Use ValueID for media-query identifiers
Sam Atkins
2022-03-09
LibWeb: Use MediaFeatureIDs instead of Strings :^)
Sam Atkins
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-07
LibWeb: Add Ratio type to MediaFeatureValue
Sam Atkins
2022-02-24
LibWeb: Implement `<resolution>` as a media feature type
Sam Atkins
2022-02-21
LibWeb: Respect font-size specified by CSS in "em" length calculations
Andreas Kling
2022-02-15
LibWeb: Implement relative lengths in media queries :^)
Sam Atkins
2022-02-15
LibWeb: Remove unused MediaFeatureValue::equals() and friends
Sam Atkins
2022-01-14
AK+Everywhere: Make Variant::visit() respect the Variant's constness
Ali Mohammad Pur
2022-01-02
LibWeb: Support range syntax for media queries
Sam Atkins
2022-01-02
LibWeb: Make MediaCondition a top-level type and add factory methods
Sam Atkins
2022-01-02
LibWeb: Make MediaFeature a top-level class and add factory methods
Sam Atkins
2022-01-02
LibWeb: Introduce MediaFeatureValue type for use in media queries
Sam Atkins
2021-11-24
LibWeb: Add <general-enclosed> support to Media Queries
Sam Atkins
2021-11-24
LibWeb: Use MatchResults for MediaQuery evaluation
Sam Atkins
2021-10-15
LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}
Sam Atkins
2021-10-05
LibWeb: Implement MediaQuery matching :^)
Sam Atkins
2021-10-01
LibWeb: Partially implement MediaQuery class :^)
Sam Atkins