aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/viewport.rs
Commit message (Expand)AuthorAgeFilesLines
* Introduce CalcLengthOrPercentage::unclamped_lengthAnthony Ramine2017-05-181-2/+1
* style: Parameterize the update and rebuild methods to take an iterator.Emilio Cobos Álvarez2017-05-121-6/+7
* style: Add a StyleBuilder struct to avoid refcount and atomic CAS during the ...Emilio Cobos Álvarez2017-04-301-3/+7
* Propagate quirks mode all the way to ParserContextAnthony Ramine2017-04-271-2/+6
* Pass ParserContext down to lengthsJ. Ryan Stinnett2017-04-121-12/+12
* stylo: Use gecko's font metricsManish Goregaokar2017-04-101-0/+1
* stylo: Store font metrics provider in thread local style contextManish Goregaokar2017-04-091-1/+4
* style: More cleanups around length parsing and viewport rule parsing.Emilio Cobos Álvarez2017-04-061-9/+9
* style: Cleanup viewport rule parsing.Emilio Cobos Álvarez2017-04-061-27/+12
* Introduce a ToCssWithGuard traitSimon Sapin2017-03-191-3/+4
* More lock acquire in callersSimon Sapin2017-03-191-2/+4
* style: Kill SharedStyleContext::default_computed_values.Emilio Cobos Álvarez2017-03-141-3/+3
* Add support for non-standard -moz color keyword values.Matt Brubeck2017-03-141-1/+1
* Bug 1341083: Implement dynamic restyling for display: contents. r=heycamEmilio Cobos Álvarez2017-02-251-0/+1
* Introduce CSSPixel as a replacement for ViewportPx and PagePx.Glenn Watson2017-02-241-5/+4
* Change LengthOrPercentageOrAuto to make use of NoCalcLengthRavi Shankar2017-01-291-7/+5
* Refactor and modify stuff to make use of NoCalcLengthRavi Shankar2017-01-291-3/+5
* Box CalcLengthOrPercentage to reduce inline size of PropertyDeclaration(s)Manish Goregaokar2017-01-171-17/+17
* style: Isolate the soon-to-be style-backend-specific from the media_query mod...Emilio Cobos Álvarez2017-01-071-20/+7
* Bug 1298588 part 12. Compile some bits that call ComputedValues::initial_val...Boris Zbarsky2017-01-041-1/+12
* style: Make the viewport module deny new undocumented code.Emilio Cobos Álvarez2016-12-311-4/+17
* style: Consistently indent stuff, add a bit of documentation driving by.Emilio Cobos Álvarez2016-12-311-4/+9
* Remove usage of std::intrinsics::discriminant_value.Simon Sapin2016-12-201-1/+1
* Implement ToCss serialization for CSSRulesNazım Can Altınova2016-11-181-18/+60
* style: Refactor and add infrastructure for font metrics in style.Emilio Cobos Álvarez2016-11-131-0/+1
* Prefer Servo-specific ToCss for all typesRavi Shankar2016-11-071-2/+1
* Remove extra spaces in function calls and declarationsDaan Sprenkels2016-10-311-1/+1
* Add RwLock in more Arc’d things in stylesheets.Simon Sapin2016-10-191-71/+57
* Reorder `use` statementsUK9922016-09-091-1/+1
* Update cssparserSimon Sapin2016-09-071-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-5/+5
* Rename ComputedValuesStruct to ComputedValues.Simon Sapin2016-07-201-3/+3
* Remove the ComputedValue traits and style_struct_traitsSimon Sapin2016-07-201-3/+3
* Move some unit type definitions to style_traits.Ms2ger2016-07-111-1/+1
* style: Refactor all the animated properties to use the style system properlyEmilio Cobos Álvarez2016-06-281-1/+0
* style: Refactor to pass animations cleanly, land animation-name parsing as ex...Emilio Cobos Álvarez2016-06-281-2/+3
* Replace usage of discriminant_value in viewport.rsSimon Sapin2016-06-281-30/+74
* Add some documentation to the style crate.Ms2ger2016-06-271-0/+5
* Make the style crate almost build on stable Rust.Simon Sapin2016-06-221-4/+8
* Removed unused importsPer Lundberg2016-05-151-1/+0
* Use num-traits in style.Ms2ger2016-04-201-1/+1
* Renamed TComputedValues to ComputedValuesPer Lundberg2016-03-291-1/+1
* ComputedValues is now ServoComputedValuesPer Lundberg2016-03-271-3/+3
* Introduce traits for style structs and computed values.Bobby Holley2016-03-241-3/+3
* Refactor the cascadeSimon Sapin2016-03-181-16/+3
* Fix up overflow_x and _y after the fact rather than have their values in comp...Simon Sapin2016-03-151-2/+0
* Say farewell to in-tree HeapSizeOfAnthony Ramine2016-02-041-1/+0
* Deny unsafe code in style.Ms2ger2015-12-301-0/+2
* Make log_css_error in parser.rs take a &ParserContext argument and call this ...GauriGNaik2015-12-021-1/+1
* Derive HeapSizeOf on more Stylesheet-related typesTill Schneidereit2015-11-071-3/+4