servo/components/style/properties
Simon Sapin 510bcc6186 Remove a memory allocation (iter.collect::<Vec<_>>()) in cascade()
This vector was there to pre-acquire locks and give all declarations
the same lifetime (which is necessary for custom properties cascading).

https://github.com/servo/servo/pull/16014 introduce a guard to a shared
pre-acquired lock, making this vector unnecessary.
2017-04-03 11:39:10 +02:00
..
helpers style: Properly track whether <angle> or <time> values came from calc() expressions. 2017-03-27 12:42:22 +02:00
longhand Create URLExtraData for holding base uri, referrer, and principal. 2017-04-03 14:30:33 +10:00
shorthand Auto merge of #15951 - upsuper:image-layer-serialization, r=canaltinova 2017-03-29 04:53:27 -05:00
build.py Use ascii_case_insensitive_phf_map! in PropertyId::parse 2017-02-26 11:10:33 +01:00
data.py Add flags to longhands for gecko glue 2017-03-21 21:10:01 +03:00
declaration_block.rs Replace ParsedDeclaration::expand with non-generic method 2017-03-29 20:28:25 +02:00
gecko.mako.rs Serialize unquoted font-family without quote 2017-03-30 23:40:23 +03:00
helpers.mako.rs style: Stylistic nits. 2017-03-27 12:42:30 +02:00
Mako-0.9.1.zip Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
properties.html.mako Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.mako.rs Remove a memory allocation (iter.collect::<Vec<_>>()) in cascade() 2017-04-03 11:39:10 +02:00