Martin Robinson
d31cdb682f
Make the choice of layout runtime setting
...
Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>
2023-07-06 14:49:24 +02:00
Kartik Gautam
54f5b24c69
style: Remove trailing empty lines
...
Differential Revision: https://phabricator.services.mozilla.com/D99595
2021-02-26 16:44:05 +01:00
Emilio Cobos Álvarez
f701192e38
style: Remove old scroll-snap implementation, and scroll snapping prefs.
...
Differential Revision: https://phabricator.services.mozilla.com/D49267
2019-11-04 13:36:32 +01:00
Simon Sapin
59f68525c4
2020: enable CSS parsing of properties that are (somewhat) implemented
2019-10-24 10:44:31 +02:00
Simon Sapin
ddb4e369dd
Stylo: replace product={gecko,servo} with engine={gecko,servo-2013,servo-2020}
...
Renaming the variable helped make sure I looked at every use.
2019-07-29 17:37:03 +02:00
violet
d552969ca1
style: Support AllowQuirks::Always option in helpers.mako.rs
...
Differential Revision: https://phabricator.services.mozilla.com/D29936
2019-05-29 16:14:21 +02:00
Hiroyuki Ikezoe
7cbaaf6734
style: Implement scroll-padding parser and serializer.
...
Differential Revision: https://phabricator.services.mozilla.com/D20103
2019-02-23 21:03:47 -08:00
Emilio Cobos Álvarez
45a416b996
style: Cleanup a few shorthand properties.
...
Differential Revision: https://phabricator.services.mozilla.com/D17082
2019-01-29 02:39:19 +01:00
Emilio Cobos Álvarez
289d9b033c
style: Make tidy happy.
2019-01-20 17:50:18 +01:00
Mats Palmgren
2509c729dc
style: Implement the padding-block/inline shorthands.
...
Bug: 1519847
Reviewed-by: emilio
2019-01-20 14:30:21 +01:00
Emilio Cobos Álvarez
daf1f02feb
style: Rename LengthOrPercentage to LengthPercentage.
...
It does not represent `<length> | <percentage>`, but `<length-percentage>`, so
`LengthOrPercentage` is not the right name.
This patch is totally autogenerated using:
rg 'LengthOrPercentage' servo | cut -d : -f 1 | sort | uniq > files
for file in $(cat files); do sed -i "s#LengthOrPercentage#LengthPercentage#g" $file; done
Differential Revision: https://phabricator.services.mozilla.com/D15812
2019-01-08 12:00:48 +01:00
Jan Andre Ikenmeyer
1d6fe65401
Update MPL license to https (part 4)
2018-11-19 14:47:27 +01:00
Emilio Cobos Álvarez
0a95513368
style: Rename the properties directories from "shorthand" to "shorthands", "longhand" to "longhands".
...
Bug: 1468651
Reviewed-by: heycam
MozReview-Commit-ID: CY4THCC4zkX
2018-06-23 20:35:18 +02:00