Andreas Kling
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 年之前 |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年之前 |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 年之前 |
Sam Atkins
|
a0b1eddc56
LibWeb: Port CSS::MediaQuery to new Strings
|
2 年之前 |
Timothy Flynn
|
f3db548a3d
AK+Everywhere: Rename FlyString to DeprecatedFlyString
|
2 年之前 |
martinfalisse
|
ce0f41b9fb
LibWeb+WebContent: Use new String class in CSS::StyleValue
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Aliaksandr Kalenik
|
2675b9390b
LibWeb: Parse unknown media type in media queries
|
2 年之前 |
Sam Atkins
|
28278efafb
LibWeb: Extract MediaType to/from_string() logic into functions
|
3 年之前 |
Sam Atkins
|
c449cabae3
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
|
3 年之前 |
Sam Atkins
|
0795b9f7bb
LibWeb: Use floats instead of doubles for CSS numbers
|
3 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Sam Atkins
|
fd47460141
LibWeb: Use ValueID for media-query identifiers
|
3 年之前 |
Sam Atkins
|
12561327d6
LibWeb: Use MediaFeatureIDs instead of Strings :^)
|
3 年之前 |
Linus Groh
|
1422bd45eb
LibWeb: Move Window from DOM directory & namespace to HTML
|
3 年之前 |
Sam Atkins
|
deea129b8c
LibWeb: Add Ratio type to MediaFeatureValue
|
3 年之前 |
Sam Atkins
|
fd2ef43cb4
LibWeb: Implement `<resolution>` as a media feature type
|
3 年之前 |
Sam Atkins
|
d2ade9800f
LibWeb: Implement relative lengths in media queries :^)
|
3 年之前 |
Sam Atkins
|
148efd7de7
LibWeb: Remove unused MediaFeatureValue::equals() and friends
|
3 年之前 |
Sam Atkins
|
416033a660
LibWeb: Support range syntax for media queries
|
3 年之前 |
Sam Atkins
|
c3bf9e5b79
LibWeb: Rewrite media-query parsing to match spec grammar
|
3 年之前 |
Sam Atkins
|
b6fe7cc324
LibWeb: Make MediaCondition a top-level type and add factory methods
|
3 年之前 |
Sam Atkins
|
ae4f0000c8
LibWeb: Make MediaFeature a top-level class and add factory methods
|
3 年之前 |
Sam Atkins
|
6299d68e45
LibWeb: Introduce MediaFeatureValue type for use in media queries
|
3 年之前 |
Sam Atkins
|
7d5c626276
LibWeb: Add <general-enclosed> support to Media Queries
|
3 年之前 |
Sam Atkins
|
b03dac99a5
LibWeb: Use MatchResults for MediaQuery evaluation
|
3 年之前 |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 年之前 |
Sam Atkins
|
46bba44f8b
LibWeb: Move media-query-list serialization code to MediaQuery.{h,cpp}
|
3 年之前 |
Brian Gianforcaro
|
6781d60e3a
LibWeb: Use "= default" to declare empty constructors and descructors
|
3 年之前 |