aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/display_list_builder.rs
Commit message (Expand)AuthorAgeFilesLines
* Create own file for background calculations in layoutPyfisch2018-01-061-3803/+0
* Auto merge of #19699 - pyfisch:background-position-fix, r=emiliobors-servo2018-01-051-1/+1
|\
| * Correctly place images with background-position: centerPyfisch2018-01-051-1/+1
* | Remove mention of some old issuesPyfisch2018-01-041-2/+0
|/
* Format parts of layoutPyfisch2018-01-031-998/+1383
* Implement correct corner clipping for background colorPyfisch2018-01-031-15/+25
* Auto merge of #19651 - pyfisch:background-placement, r=emiliobors-servo2018-01-021-256/+334
|\
| * Test with fixes for background repeat: spacedPyfisch2018-01-021-54/+86
| * Unify background placement codePyfisch2017-12-281-257/+303
* | Auto merge of #19652 - pyfisch:issue18435, r=emiliobors-servo2018-01-011-0/+4
|\ \
| * | Fix division by zero in gradient stop calculationPyfisch2017-12-281-0/+4
| |/
* / Remove solved FIXMEs about border radiiPyfisch2017-12-291-1/+0
|/
* Paint worklets: Implement timeout for worklet painter threadsYati Sagade2017-12-221-12/+15
* layout: background-origin attribute for gradientsPyfisch2017-12-151-10/+56
* Auto merge of #19554 - pyfisch:tiled-gradients1, r=mbrubeckbors-servo2017-12-141-157/+163
|\
| * layout: support tiled gradientsPyfisch2017-12-141-157/+163
* | style: Move outline-style outside of makoCYBAI2017-12-131-4/+4
|/
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-37/+42
* style: Implement css(dimension) and derive ToCss for a bunch of stuff.Emilio Cobos Álvarez2017-11-121-4/+4
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-17/+20
* Update WR to use the new sticky positioning APIMartin Robinson2017-10-301-22/+27
* Auto merge of #19002 - emilio:kill-more-mako, r=jdmbors-servo2017-10-241-9/+10
|\
| * style: Move background-repeat and mask-repeat outside of mako.Emilio Cobos Álvarez2017-10-241-9/+10
* | Wait as late as possible to assign ClipIdsMartin Robinson2017-10-241-169/+169
|/
* Auto merge of #18956 - glennw:update-wr-ellipse-bs, r=jdmbors-servo2017-10-201-5/+6
|\
| * Update WR (box shadows + per-corner radii, elliptical clips).Glenn Watson2017-10-201-5/+6
* | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-20/+17
|/
* Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-17/+20
* Auto merge of #18921 - mrobinson:incremental-stacking-context-ids, r=emiliobors-servo2017-10-181-13/+48
|\
| * Fix duplicate stacking context creation for anonymous FlowsMartin Robinson2017-10-181-13/+48
* | Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
|/
* Update WR (details below):Glenn Watson2017-10-161-4/+4
* Remove usage of unstable feature box_patternsSimon Sapin2017-10-131-8/+23
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-48/+49
* style: Remove the last of the explicit style fixups.Emilio Cobos Álvarez2017-10-011-46/+95
* Remove sources of panic when laying out an iframe without a nested browsing c...Alan Jeffrey2017-09-221-2/+11
* Auto merge of #17862 - asajeffrey:script-paint-worklet-border, r=pcwaltonbors-servo2017-09-181-96/+86
|\
| * Implemented paint worklets drawing to a border.Alan Jeffrey2017-08-091-96/+86
* | Auto merge of #18506 - mrobinson:position-sticky-table, r=emiliobors-servo2017-09-181-19/+26
|\ \
| * | Avoid creating multiple scroll roots for sticky tablesMateusz Naściszewski2017-09-151-0/+3
| * | Fix panic when tables having position:stickyMartin Robinson2017-09-151-19/+23
* | | style: simplify -servo-text-decorations-in-effect.Emilio Cobos Álvarez2017-09-171-22/+25
* | | Properly handle stacking context collection for truncated fragmentsMartin Robinson2017-09-151-23/+44
|/ /
* | Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-134/+185
|\ \
| * | Rename ScrollRoot to ClipScrollNodeMartin Robinson2017-09-151-86/+87
| * | Separate stacking context collection and display list building stateMartin Robinson2017-09-121-71/+121
* | | Use CSSPixelLength in LengthOrPercentage{*}.Boris Chiou2017-09-131-1/+1
* | | Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-15/+19
|/ /
* | Add support for position:stickyMartin Robinson2017-09-051-24/+127
* | Allow overflow:scroll without a stacking contextMartin Robinson2017-08-241-23/+23