| Commit message (Expand) | Author | Age | Files | Lines |
* | Create own file for background calculations in layout | Pyfisch | 2018-01-06 | 1 | -3803/+0 |
* | Auto merge of #19699 - pyfisch:background-position-fix, r=emilio | bors-servo | 2018-01-05 | 1 | -1/+1 |
|\ |
|
| * | Correctly place images with background-position: center | Pyfisch | 2018-01-05 | 1 | -1/+1 |
* | | Remove mention of some old issues | Pyfisch | 2018-01-04 | 1 | -2/+0 |
|/ |
|
* | Format parts of layout | Pyfisch | 2018-01-03 | 1 | -998/+1383 |
* | Implement correct corner clipping for background color | Pyfisch | 2018-01-03 | 1 | -15/+25 |
* | Auto merge of #19651 - pyfisch:background-placement, r=emilio | bors-servo | 2018-01-02 | 1 | -256/+334 |
|\ |
|
| * | Test with fixes for background repeat: spaced | Pyfisch | 2018-01-02 | 1 | -54/+86 |
| * | Unify background placement code | Pyfisch | 2017-12-28 | 1 | -257/+303 |
* | | Auto merge of #19652 - pyfisch:issue18435, r=emilio | bors-servo | 2018-01-01 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix division by zero in gradient stop calculation | Pyfisch | 2017-12-28 | 1 | -0/+4 |
| |/ |
|
* / | Remove solved FIXMEs about border radii | Pyfisch | 2017-12-29 | 1 | -1/+0 |
|/ |
|
* | Paint worklets: Implement timeout for worklet painter threads | Yati Sagade | 2017-12-22 | 1 | -12/+15 |
* | layout: background-origin attribute for gradients | Pyfisch | 2017-12-15 | 1 | -10/+56 |
* | Auto merge of #19554 - pyfisch:tiled-gradients1, r=mbrubeck | bors-servo | 2017-12-14 | 1 | -157/+163 |
|\ |
|
| * | layout: support tiled gradients | Pyfisch | 2017-12-14 | 1 | -157/+163 |
* | | style: Move outline-style outside of mako | CYBAI | 2017-12-13 | 1 | -4/+4 |
|/ |
|
* | style: Make all keywords CamelCase for consistency. | Emilio Cobos Álvarez | 2017-12-06 | 1 | -37/+42 |
* | style: Implement css(dimension) and derive ToCss for a bunch of stuff. | Emilio Cobos Álvarez | 2017-11-12 | 1 | -4/+4 |
* | Bump bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-30 | 1 | -17/+20 |
* | Update WR to use the new sticky positioning API | Martin Robinson | 2017-10-30 | 1 | -22/+27 |
* | Auto merge of #19002 - emilio:kill-more-mako, r=jdm | bors-servo | 2017-10-24 | 1 | -9/+10 |
|\ |
|
| * | style: Move background-repeat and mask-repeat outside of mako. | Emilio Cobos Álvarez | 2017-10-24 | 1 | -9/+10 |
* | | Wait as late as possible to assign ClipIds | Martin Robinson | 2017-10-24 | 1 | -169/+169 |
|/ |
|
* | Auto merge of #18956 - glennw:update-wr-ellipse-bs, r=jdm | bors-servo | 2017-10-20 | 1 | -5/+6 |
|\ |
|
| * | Update WR (box shadows + per-corner radii, elliptical clips). | Glenn Watson | 2017-10-20 | 1 | -5/+6 |
* | | Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f... | Gecko Backout | 2017-10-19 | 1 | -20/+17 |
|/ |
|
* | Update bitflags to 1.0 in every servo crate | Bastien Orivel | 2017-10-19 | 1 | -17/+20 |
* | Auto merge of #18921 - mrobinson:incremental-stacking-context-ids, r=emilio | bors-servo | 2017-10-18 | 1 | -13/+48 |
|\ |
|
| * | Fix duplicate stacking context creation for anonymous Flows | Martin Robinson | 2017-10-18 | 1 | -13/+48 |
* | | Fix commonmark Markdown warnings in docs, part 1 | Matt Brubeck | 2017-10-17 | 1 | -2/+2 |
|/ |
|
* | Update WR (details below): | Glenn Watson | 2017-10-16 | 1 | -4/+4 |
* | Remove usage of unstable feature box_patterns | Simon Sapin | 2017-10-13 | 1 | -8/+23 |
* | Remove usage of unstable box syntax, except in the script crate | Simon Sapin | 2017-10-12 | 1 | -48/+49 |
* | style: Remove the last of the explicit style fixups. | Emilio Cobos Álvarez | 2017-10-01 | 1 | -46/+95 |
* | Remove sources of panic when laying out an iframe without a nested browsing c... | Alan Jeffrey | 2017-09-22 | 1 | -2/+11 |
* | Auto merge of #17862 - asajeffrey:script-paint-worklet-border, r=pcwalton | bors-servo | 2017-09-18 | 1 | -96/+86 |
|\ |
|
| * | Implemented paint worklets drawing to a border. | Alan Jeffrey | 2017-08-09 | 1 | -96/+86 |
* | | Auto merge of #18506 - mrobinson:position-sticky-table, r=emilio | bors-servo | 2017-09-18 | 1 | -19/+26 |
|\ \ |
|
| * | | Avoid creating multiple scroll roots for sticky tables | Mateusz Naściszewski | 2017-09-15 | 1 | -0/+3 |
| * | | Fix panic when tables having position:sticky | Martin Robinson | 2017-09-15 | 1 | -19/+23 |
* | | | style: simplify -servo-text-decorations-in-effect. | Emilio Cobos Álvarez | 2017-09-17 | 1 | -22/+25 |
* | | | Properly handle stacking context collection for truncated fragments | Martin Robinson | 2017-09-15 | 1 | -23/+44 |
|/ / |
|
* | | Auto merge of #18462 - mrobinson:cleanup-building-state, r=emilio | bors-servo | 2017-09-15 | 1 | -134/+185 |
|\ \ |
|
| * | | Rename ScrollRoot to ClipScrollNode | Martin Robinson | 2017-09-15 | 1 | -86/+87 |
| * | | Separate stacking context collection and display list building state | Martin Robinson | 2017-09-12 | 1 | -71/+121 |
* | | | Use CSSPixelLength in LengthOrPercentage{*}. | Boris Chiou | 2017-09-13 | 1 | -1/+1 |
* | | | Introduce CSSPixelLength and update NonNegativeLength. | Boris Chiou | 2017-09-13 | 1 | -15/+19 |
|/ / |
|
* | | Add support for position:sticky | Martin Robinson | 2017-09-05 | 1 | -24/+127 |
* | | Allow overflow:scroll without a stacking context | Martin Robinson | 2017-08-24 | 1 | -23/+23 |