aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/construct.rs
Commit message (Expand)AuthorAgeFilesLines
...
* style: Make the TElement type arrive to the `cascade` function.Emilio Cobos Álvarez2018-01-231-103/+228
* Merge layout and layout_testsAnthony Ramine2018-01-201-8/+8
* layout: Add a FIXME for #19771.Emilio Cobos Álvarez2018-01-151-0/+3
* layout: Avoid doing stupid calls to Node::style.Emilio Cobos Álvarez2018-01-151-3/+3
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-12/+15
* style: Remove unused optional display from PseudoElementType definition.Emilio Cobos Álvarez2018-01-141-9/+1
* style: Remove -servo-display-for-hypothetical-box from longhandCYBAI2018-01-131-1/+1
* style: Remove TNode::set_can_be_fragmented and TNode::can_be_fragmented.Emilio Cobos Álvarez2018-01-041-12/+6
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-16/+16
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-53/+59
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-33/+33
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-33/+33
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-33/+33
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-19/+24
* style: Kill -servo-under-display-none.Emilio Cobos Álvarez2017-09-171-1/+1
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-5/+4
* Use the is_absolute_containing_block method everywhereMartin Robinson2017-08-161-14/+6
* Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10)Simon Sapin2017-08-151-3/+3
* Bug 1374233 - Part 2: Add NonNegativeAu.Boris Chiou2017-08-041-4/+4
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-4/+4
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-5/+5
* layout: Stop doing unsafe transmutes between refcell references.Emilio Cobos Álvarez2017-05-251-3/+3
* Stylo: Pass style list's image_value to gecko.cku2017-05-161-2/+3
* Fix up script and layout.Bobby Holley2017-05-021-3/+4
* Use empty pseudo to cascade only inheritable properties for textPu Xingyu2017-04-011-58/+40
* Use Servo-specific pseudo element for InlineAbsolute fragmentPu Xingyu2017-03-311-2/+3
* Use Servo-specific pseudo element for InlineBlock fragmentPu Xingyu2017-03-311-3/+5
* Replace RwLock<StyleRule> with Locked<StyleRule>Simon Sapin2017-03-191-13/+14
* style: Kill SharedStyleContext::default_computed_values.Emilio Cobos Álvarez2017-03-141-4/+5
* layout: Replace ConstructionResult::swap_out() with get()Patrick Walton2017-03-031-14/+9
* Make script thread initiate requests for images needed by layout.Josh Matthews2017-02-221-0/+3
* Remove cached thread local context from LayoutContextPu Xingyu2017-02-081-13/+18
* Remove redundant style_context() method of LayoutContextPu Xingyu2017-02-061-1/+1
* Auto merge of #14978 - shinglyu:inline-flex, r=notriddlebors-servo2017-01-221-4/+16
|\
| * Implemented display: inline-flexShing Lyu2017-01-231-4/+16
* | Tidy up rust code with regard to new rule (no = in beginning of line)Jure Podgoršek2017-01-061-2/+2
* | Bug 1298588 part 9, servo piece. Pass through useful default styles to casca...Boris Zbarsky2017-01-041-3/+4
* | Bug 1298588 part 8. Pass a SharedStyleContext, not a Stylist, to Legalizer m...Boris Zbarsky2017-01-041-20/+19
|/
* Fix an outdated commentMichael Howell2016-12-231-10/+15
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Remove unused replaced size calculation methodsPu Xingyu2016-12-121-8/+5
* use Either type for UrlOrNoneThiago Pontes2016-11-301-3/+4
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-1/+1
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Rename selector_matching.rs to stylist.rsSimon Sapin2016-11-201-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-5/+5
* Auto merge of #14136 - stshine:orthogonal-symmetry, r=SimonSapinbors-servo2016-11-101-1/+1
|\
| * style: Add a "start_end()" method to LogicalMarginPu Xingyu2016-11-101-1/+1
* | style: Centralize specified url value handling, and refcount urls.Emilio Cobos Álvarez2016-11-101-2/+2
|/
* Auto merge of #14035 - Permutatrix:iss-14030, r=emiliobors-servo2016-11-091-28/+47
|\