aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/fragment.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Pass Rect<Au> by value and not by referencePyfisch2018-05-051-1/+1
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-291-1/+1
|\
| * Move DL items from gfx to layoutPyfisch2018-04-221-1/+1
* | Add unique canvas IDs to all canvas operations.Brody Eastwood2018-04-021-1/+3
|/
* Replace LengthOrNone by a specific type for the perspective propertyAnthony Ramine2018-02-261-5/+4
* Use typed transforms in stacking contextsPyfisch2018-02-241-23/+29
* Auto merge of #20034 - Manishearth:table-backgrounds, r=mbrubeckbors-servo2018-02-211-0/+10
|\
| * Add get_column_styles for getting column structure and styles for a tableManish Goregaokar2018-02-161-0/+10
* | Replace IntegerOrAuto with ZIndexAnthony Ramine2018-02-201-2/+2
|/
* Auto merge of #19970 - janczer:change_debug_assertions, r=emiliobors-servo2018-02-071-1/+1
|\
| * Change debug assertions to specific onesjanczer2018-02-071-1/+1
* | style: Move content property out of mako.Igor Gutorov2018-02-071-4/+4
|/
* do not preserve suppress flag on second half of splitManish Goregaokar2018-01-241-3/+10
* Share line breaking state across text runsManish Goregaokar2018-01-241-0/+23
* layout: Remove type parameter from PseudoElementType.Emilio Cobos Álvarez2018-01-141-3/+3
* Auto merge of #19651 - pyfisch:background-placement, r=emiliobors-servo2018-01-021-71/+0
|\
| * Unify background placement codePyfisch2017-12-281-71/+0
* | pretty print treetigercosmos2017-12-231-4/+4
|/
* Turn flow::base and friends into methodsMatt Brubeck2017-12-141-4/+4
* style: Use the ? operator for OptionMatt Brubeck2017-12-091-16/+11
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-35/+45
* Implement Servo_ParseTransformIntoMatrix.Boris Chiou2017-11-281-3/+3
* Replace old transform code with new generic codeManish Goregaokar2017-11-021-2/+2
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-60/+67
* Auto merge of #18968 - mbrubeck:try, r=emiliobors-servo2017-10-211-8/+2
|\
| * Use try syntax for Option where appropriateMatt Brubeck2017-10-201-8/+2
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-67/+60
|/
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-60/+67
* Remove usage of unstable feature box_patternsSimon Sapin2017-10-131-130/+147
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-5/+8
* Remove sources of panic when laying out an iframe without a nested browsing c...Alan Jeffrey2017-09-221-4/+4
* Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-7/+7
* Replace Au with CSSPixelLength in CalcLengthOrPercentage.Boris Chiou2017-09-131-1/+1
* Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-5/+7
* Auto merge of #18212 - mrobinson:position-sticky, r=emiliobors-servo2017-09-051-2/+3
|\
| * Add support for position:stickyMartin Robinson2017-09-051-2/+3
* | Use generics for the vertical-align propertyAnthony Ramine2017-08-301-15/+15
* | Auto merge of #18234 - BorisChiou:stylo/transform/distance_mismatch, r=birtle...bors-servo2017-08-301-73/+8
|\ \
| * | Implement to_transform_3d_matrix for computing distance of mismatched transfo...Boris Chiou2017-08-251-73/+8
| |/
* / Remove border collapse argument from compute_border_and_paddingKeith Yeung2017-08-251-6/+2
|/
* Allow overflow:scroll without a stacking contextMartin Robinson2017-08-241-20/+10
* order derivable traits listsClément DAVID2017-08-231-6/+6
* Improve containing block creation for position:absolute flowsMartin Robinson2017-08-171-10/+12
* Improve WebGL architecture.Imanol Fernandez2017-08-151-5/+20
* Don't apply the rotation if it cannot be normalized.Boris Chiou2017-08-081-2/+11
* Bug 1374233 - Part 13: Use NonNegative{*} types for components of Shadow and ...Boris Chiou2017-08-041-1/+1
* Bug 1374233 - Part 2: Add NonNegativeAu.Boris Chiou2017-08-041-1/+1
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-7/+7
* stylo: Use ComputedValuesInner instead of ComputedValues when we don't need itManish Goregaokar2017-07-171-13/+13
* layout: Clean up inline_metrics_of_block a little.Jonathan Chan2017-07-051-11/+29